Skip to content

Commit 1eba3e5

Browse files
peffgitster
authored andcommitted
docs/cvsimport: prefer cvs-fast-export to parsecvs
parsecvs maintenance was taken over by ESR, and the name changed to cvs-fast-export as it learned to support that output format. Let's point to cvs-fast-export, as it should have additional bug-fixes and be more convenient to use. Signed-off-by: Jeff King <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 0b65a8d commit 1eba3e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/git-cvsimport.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ DESCRIPTION
2222
deprecated; it does not work with cvsps version 3 and later. If you are
2323
performing a one-shot import of a CVS repository consider using
2424
http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
25-
https://github.com/BartMassey/parsecvs[parsecvs].
25+
http://www.catb.org/esr/cvs-fast-export/[cvs-fast-export].
2626

2727
Imports a CVS repository into Git. It will either create a new
2828
repository, or incrementally import into an existing one.

0 commit comments

Comments
 (0)