We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d4d5c1 commit 247f0caCopy full SHA for 247f0ca
1 file changed
git-cvs-synchronizer.sh
@@ -11,6 +11,13 @@
11
# Example: git-cvs-synchronizer.sh \
12
# :pserver:anonymous@tcljava.cvs.sourceforge.net:/cvsroot/tcljava:tcljava \
13
# 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).
21
22
if test $# -lt 2
23
then
0 commit comments