Source control switched to subversion
"Peter Millard" <me-STcBuFROdrv2eFz/[email protected]> Fri, 8 Oct 2004 11:41:18 -0600
| Newsgroups | gmane.network.jabber.exodus.devel |
|---|---|
| Message-ID | <006701c4ad5e$05540520$e201020a@pmillard2k> |
I've been hating CVS for a long time, and finally have switched all of the exodus source code into a subversion repository. For those that are getting stuff from CVS, please stop :) To access stuff via subversion, install subversion :) You can find the latest stuff at: http://subversion.tigris.org Once you have subversion installed, you can checkout the source code via: svn co svn://jabberstudio.org/exodus/svn/trunk exodus That should place an exodus directory with the latest branch of code in it. Directory layouts should be identical as it used to be. For translators who had CVS accounts, you'll need to use a command like: svn co svn+ssh://[email protected]/var/projects/exodus/svn/trunk exodus This command will authenticate you via SSH, then perform the checkout. For all users, once you have checked out the source, to update your source, just do: svn update The reason for switching to subversion is to make it easier to work on branches, and to get better changelist/checkin tracking. Subversion also has better CR/LF handling for source files which will make building daily source snapshots a lot easier. pgm.