Migration from CVS to SVN: Difference between revisions

From GRASS-Wiki
Jump to navigation Jump to search
(notes added)
Line 50: Line 50:


Notes:
Notes:
* grass51, grass_doc, libgrass and programgrass50 are dead, will be not migrated
* <tt>grass51</tt>, <tt>grass_doc</tt>, <tt>libgrass</tt> and <tt>programgrass50</tt> are dead, will be not migrated
* grass migrated as <tt>grass/branches/releasebranch_5_5</tt>
* <tt>grass</tt> migrated as <tt>grass/branches/releasebranch_5_5</tt>
* web migrated as <tt>grass-web</tt>
* <tt>web</tt> migrated as <tt>grass-web</tt>
* newsletter will be merged with OSGeo newsletter repository
* <tt>newsletter</tt> will be merged with OSGeo newsletter repository


[http://josef.fsv.cvut.cz/~landa/grass-cvs2svn/ Scripts]:
[http://josef.fsv.cvut.cz/~landa/grass-cvs2svn/ Scripts]:

Revision as of 23:23, 5 December 2007

This page contains notes related to GRASS code migration (planned) from CVS to SVN.

Basic

  • The SVN command line interface is just like CVS, many tasks are identical - just change the program name from cvs to svn.

GRASS CVS repository structure

/grass-cvs
|
+---/CVSROOT
|
+---/grass
|
+---/grass51
|
+---/grass6
|
+---/grass_doc
|
+---/libgrass
|
+---/newsletter
|
+---/programgrass50
|
+---/web

GRASS OSGeo SVN repository structure

/grass-svn
|
+---/grass
|    |
|    +---/trunk (grass6 CVS HEAD)
|    |
|    +---/branches
|    |    |
|    |    +---/releasebranch_5_x (note: 5_5 based on grass5 CVS HEAD)
|    |    |
|    |    +---/releasebranch_6_x
|    |
|    +---/tags
|
|---/grass-addons
|
+---/grass-web
|    |
|    +---/trunk

Notes:

  • grass51, grass_doc, libgrass and programgrass50 are dead, will be not migrated
  • grass migrated as grass/branches/releasebranch_5_5
  • web migrated as grass-web
  • newsletter will be merged with OSGeo newsletter repository

Scripts:

./grass-cvs2svn-base.sh
./grass-cvs2svn-s2.sh
./grass-cvs2svn-wxpython.sh

grass-svn2

GRASS 7 development notes

External links

SVN hosting

There are two main options to host the new SVN repository.