What version control system do you use?
#1
Posted 03 October 2011 - 04:51 AM
As for myself, I use git. I like DVCS because they are much faster than centralized VSC and much easier to set up and use for small projects. The staging and partial commit features are also useful and I totally love local branches and git command-line interface.
#2
Posted 04 October 2011 - 03:11 PM
#3
Posted 06 October 2011 - 12:46 AM
#7
Posted 14 October 2011 - 02:57 PM

Quote
#8
Posted 16 October 2011 - 02:59 AM
I actually can't stand git. Every time I try TortoiseGit I always find a big problem with it, git doesn't ignore line endings nor can it force them as SVN can with the svn:eol-style property, and I don't like how the whole branching thing works either. I make changes in one branch, checkout the master and do git add on a new set of independent files in a new branch are still there.
#9
Posted 17 October 2011 - 10:52 AM
zurmo.org
#10
Posted 19 October 2011 - 11:54 AM
#11
Posted 21 October 2011 - 12:40 PM
Mercurial FTW.
Git is - in Thorvalds own words: a bunch of tools quickly cobbled together - although it has improved a lot since it was made public.
Nowadays, it's pretty damn hard to pick which one is the better: Mercurial or Git.
I prefer Mercurial.
Because it's written in Python and thus far more portable than Git.
Because the syntax is more forgiving - and easier for SVN veterans to get used to.
And the framework is more coherent, rather than a group of tools (like Git).
But - as I said: they are so awfully similar that it just boils down to preference.
I just want to say that submodules in Mercurial is better implemented than submodules in Git...
But I digress..
#12
Posted 26 October 2011 - 01:59 AM
-> fast
-> local branches
-> decentralized
-> git gui
-> git bisect
I am living in all three world (Win, Mac & Linux) and the gui/cli experience is all the same, that is great!
At work we use SVN.
#13
Posted 30 October 2011 - 05:30 PM
SVN has more chances to compete with new centralized repos and features (1.7+). Needs however external server, like SVNServer for multiple repos. Plus file conflicts are sometime frustrating.
Greatest discoveries in 22nd century will be about the gravitation. | Homepage: http://www.synet.sk
#14
Posted 08 November 2011 - 12:29 AM
#15
Posted 16 November 2011 - 09:59 AM
#16
Posted 28 November 2011 - 06:40 PM
I have been using Git and SVN and since we are working on a small project with only 3 developers, We have chosen SVN which is easier to learn for beginners (and there is a good GUI on every plateform)!
#17
Posted 29 November 2011 - 09:34 AM
But Perforce is so expensive, so i use it only at work.
I like Git best.
#18
Posted 03 December 2011 - 06:06 AM
#19
Posted 21 January 2012 - 05:20 PM
Check my extension
giix: a code generator for Yii.

The complete beginner's study guide for the Yii Framework

Help


















