[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 <junkio@cox.net> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
This commit is contained in:
parent
66e631def8
commit
2c38fe4c57
@ -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 <cvsroot> <module> <destination>
|
||||
git cvsimport -v -d <cvsroot> -C <destination> <module>
|
||||
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user