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:anonym...@anonscm.debian.org:/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 -- Laura Arjona Reina https://wiki.debian.org/LauraArjona