Bug#845297: Website transition from CVS to Git - now with cvs-revisions file
Laura Arjona Reina <[email protected]>
| Newsgroups | gmane.linux.debian.devel.www |
|---|---|
| Message-ID | <148ae5f6-55f8-d20d-d072-2bfb25b82433__15318.1493086324$1512396209$gmane$org@debian.org> |
Hello I've done another "git cvsimport" conversion, this time with the -R option so we get a file "cvs-revisions" mapping each file+cvsrevision to the corresponding git commit. The exact commandline used, for reference, are: $ CVSROOT=":pserver:[email protected]:/cvs/webwml" $ time git cvsimport -R -A ./cvs_authors_20170820.txt -v -d "$CVSROOT" -C ./webwml2git/ -o master -R webwml > ./git_cvsimport.log Then I have removed the contents of the webwml2git repo and uploaded the result of this conversion. I also added the file cvs-revisions (which the conversion places in .git) to the root folder and committed it: https://anonscm.debian.org/cgit/webwml/webwml2git.git/tree/ My plan is to update the git repo at least weekly and commit also further revisions of this file. Cheers