Skip to content

Commit 247f0ca

Browse files
committed
Document git-cvs-synchronizer a bit better
Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
1 parent 4d4d5c1 commit 247f0ca

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

git-cvs-synchronizer.sh

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,13 @@
1111
# Example: git-cvs-synchronizer.sh \
1212
# :pserver:anonymous@tcljava.cvs.sourceforge.net:/cvsroot/tcljava:tcljava \
1313
# fiji.sc:/srv/git/tcljava/.git
14+
#
15+
# It uses either rsync (in the case of Sourceforge repositories) or cvsclone
16+
# to mirror the ,v files making up the CVS repository first and then calls
17+
# cvs2git (of the cvs2svn package by Michael Haggerty) to convert the full
18+
# repository into a Git one. This is both faster and more precise than git
19+
# cvsimport, but it comes at the price of being non-incremental (hence the
20+
# need to rsync or cvsclone, to make everything a bit faster).
1421

1522
if test $# -lt 2
1623
then

0 commit comments

Comments
 (0)