Menu

CVS to subversion migration complete

Today the subversion (svn) archive was synchronized with the CVS archive and CVS write permissions were removed.

To get a working copy of the spyse svn archive, do this:

svn co https://svn.sourceforge.net/svnroot/spyse spyse

To get help with svn commands

o svn help
o svn help <command>

The typical work cycle looks like this:

* Update your working copy
o svn update
* Make changes
o svn add
o svn delete
o svn copy
o svn move
* Examine your changes
o svn status
o svn diff
o svn revert
* Merge others' changes into your working copy
o svn update
o svn resolved
* Commit your changes
o svn commit

Posted by Thomas Hood 2006-06-11

Log in to post a comment.