Open main menu

Difference between revisions of "GIT Migration"

111 bytes added ,  14:09, 3 January 2011
m (Layout)
Line 55: Line 55:
     GIT_INDEX_FILE=$GIT_INDEX_FILE.new git update-index --index-info &&
     GIT_INDEX_FILE=$GIT_INDEX_FILE.new git update-index --index-info &&
     test -f $GIT_INDEX_FILE.new && mv $GIT_INDEX_FILE.new $GIT_INDEX_FILE || true' HEAD
     test -f $GIT_INDEX_FILE.new && mv $GIT_INDEX_FILE.new $GIT_INDEX_FILE || true' HEAD
::Work-in-progress git repository with clean-up of cvs2svn conversion: https://github.com/wjp/scummvm-archive


: Alternatively, one could directly take content from the two (!) old CVS repositories, and convert these, then graft them together with the newer history of the SVN repository, ignoring the old revisions in it coming from the CVS->SVN conversion. Not sure if this would mean more or less work in the end... --[[User:Fingolfin|Fingolfin]] 10:46, 31 December 2010 (UTC)
: Alternatively, one could directly take content from the two (!) old CVS repositories, and convert these, then graft them together with the newer history of the SVN repository, ignoring the old revisions in it coming from the CVS->SVN conversion. Not sure if this would mean more or less work in the end... --[[User:Fingolfin|Fingolfin]] 10:46, 31 December 2010 (UTC)
178

edits