Open main menu

Difference between revisions of "GIT Migration"

370 bytes added ,  10:46, 31 December 2010
Line 51: Line 51:
     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
: 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)


==== Configure/tools updates to consider ====
==== Configure/tools updates to consider ====
1,079

edits