1,079
edits
Salty-horse (talk | contribs) m (→Things to tweak in the repository conversion: Fix another link) |
|||
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 ==== |
edits