We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 61947de + 1187ec9 commit 3d00a5cCopy full SHA for 3d00a5c
Documentation/git-cvsimport.txt
@@ -18,6 +18,12 @@ SYNOPSIS
18
19
DESCRIPTION
20
-----------
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
+
27
Imports a CVS repository into git. It will either create a new
28
repository, or incrementally import into an existing one.
29
0 commit comments