From 2c38fe4c574812601c8338d8db1ba0d2528b5ae4 Mon Sep 17 00:00:00 2001 From: Junio C Hamano Date: Fri, 15 Jul 2005 20:54:04 -0700 Subject: [PATCH] [PATCH] Documentation: adjust cvsimport command line. The cvsimport example in the cvs migration document was still using the old syntax for target repository after new and improved cvsimport-script was merged. Signed-off-by: Junio C Hamano Signed-off-by: Linus Torvalds --- Documentation/cvs-migration.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/cvs-migration.txt b/Documentation/cvs-migration.txt index e39b8293..a4d4b7e8 100644 --- a/Documentation/cvs-migration.txt +++ b/Documentation/cvs-migration.txt @@ -63,7 +63,7 @@ Once you've gotten (and installed) cvsps, you may or may not want to get any more familiar with it, but make sure it is in your path. After that, the magic command line is - git cvsimport -v -d + git cvsimport -v -d -C which will do exactly what you'd think it does: it will create a git archive of the named CVS module. The new archive will be created in the -- 2.11.0