We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
$ CVSROOT=:pserver:anonymous@springframework.cvs.sourceforge.net:/cvsroot/springframework cvs login password: <enter> $ cvs -z3 -d:pserver:anonymous@springframework.cvs.sourceforge.net:/cvsroot/springframework co -P i21 $ cd i21 $ cvs -q log | grep author | cut -d" " -f5,6 | grep 'author:' | cut -d' ' -f2 | cut -d';' -f1 | sort | uniq > authors-cvs.txt $ vi authors-cvs.txt # manually translate author ids into git-style email addresses $ git cvsimport -v -k -A [[authors-cvs.txt]] -C ../git-from-cvs i21
There was an error while loading. Please reload this page.