Merge branch 'jk/mergetool'
[gitweb.git] / Documentation / git-cvsimport.txt
index 1786d9dc9636a981ad088151c7f4a5d081931315..d1bcda28f423566dff17a7bff85f40ae07d4ca9a 100644 (file)
@@ -18,6 +18,12 @@ SYNOPSIS
 
 DESCRIPTION
 -----------
+*WARNING:* `git cvsimport` uses cvsps version 2, which is considered
+deprecated; it does not work with cvsps version 3 and later.  If you are
+performing a one-shot import of a CVS repository consider using
+link:http://cvs2svn.tigris.org/cvs2git.html[cvs2git] or
+link:https://github.com/BartMassey/parsecvs[parsecvs].
+
 Imports a CVS repository into Git. It will either create a new
 repository, or incrementally import into an existing one.