Skip to content

Commit 67d9c41

Browse files
committed
Merge branch 'jk/cvsimport-does-not-work-with-cvsps3'
Warn people that other tools are more recommendable over cvsimport+cvsps2 combo when doing a one-shot import, and cvsimport will not work with cvsps3. * jk/cvsimport-does-not-work-with-cvsps3: git-cvsimport.txt: cvsps-2 is deprecated
2 parents 51a1d23 + 1187ec9 commit 67d9c41

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Documentation/git-cvsimport.txt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,12 @@ SYNOPSIS
1818

1919
DESCRIPTION
2020
-----------
21+
*WARNING:* `git cvsimport` uses cvsps version 2, which is considered
22+
deprecated; it does not work with cvsps version 3 and later. If you are
23+
performing a one-shot import of a CVS repository consider using
24+
link:http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
25+
link:https://github.com/BartMassey/parsecvs[parsecvs].
26+
2127
Imports a CVS repository into git. It will either create a new
2228
repository, or incrementally import into an existing one.
2329

0 commit comments

Comments
 (0)