178
edits
m (Layout) |
(→Things to tweak in the repository conversion: Add link to WIP git repo) |
||
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) |
edits