Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

CVS or SVN or GIT? [duplicate]

Possible Duplicate:
Revision Control System Recommendations

I'm in the middle of developing a web app. Which version control system (CVS/SVN/GIT) is recommended for managing a web app (it's environment is PHP/MySQL, Apache 2, Ubuntu 10.10 64-bit server)?

The web app is being developed on a dev/sandbox server for now, but will eventually be hosted on dedicated servers in the cloud when its private beta and then launch time.

like image 916
crashintoty Avatar asked Apr 04 '11 23:04

crashintoty


1 Answers

Once upon a time, cvs almost completely replaced its competition and ruled the world of version control.

Then it was itself replaced by svn.

And now, svn has been replaced by git and github.

Git, Mercurial, and some proprietary systems are clearly the future of the VCS world.

like image 190
DigitalRoss Avatar answered Nov 01 '22 21:11

DigitalRoss