Hi At Sun, 15 Nov 2009 10:48:09 +0300, Vasily Vl. Suhachev wrote: > We are using Mercurial distributed VCS. Main repository maintained by > myself, other contributors bring changes to me on flash-cards or send > patch-files by email
OK, nobody has mentioned git yet, so I'll do it. Frankly I have never really used bazaar or hg (mercurial), but all three are very similar in many respects. For the purpose of tracking files and exchanging them with collegues, only decentralized VC makes sense (maybe with a central repository, but that is not important). CVS is dead, SVN is not very good for that purpose. Two nice short introductions: http://www-cs-students.stanford.edu/~blynn/gitmagic/ http://wiki.sourcemage.org/Git_Guide Have fun Martin
