Migration from CVS to SVN: Difference between revisions
Jump to navigation
Jump to search
(cvs2svn) |
m (update cvs2svn command) |
||
Line 3: | Line 3: | ||
== Testing SVN repository == | == Testing SVN repository == | ||
The testing SVN repository (initial stage: just <tt>cvs2svn -s grass6svn grass6</tt>): | The testing SVN repository (initial stage: just <tt>cvs2svn --use-cvs --no-default-eol --force-branch=releasebranch_6_2 -s grass6svn grass6</tt>): | ||
<center>'''[http://josef.fsv.cvut.cz/cgi-bin/viewcvs.cgi/?root=grass6svn josef.fsv.cvut.cz]'''</center> | <center>'''[http://josef.fsv.cvut.cz/cgi-bin/viewcvs.cgi/?root=grass6svn josef.fsv.cvut.cz]'''</center> |
Revision as of 11:22, 29 May 2007
This page contains notes related to GRASS code migration (planned) from CVS to SVN.
Testing SVN repository
The testing SVN repository (initial stage: just cvs2svn --use-cvs --no-default-eol --force-branch=releasebranch_6_2 -s grass6svn grass6):
External links
- My Experiences With Subversion by Simon Tatham
- cvs2svn tool page