summaryrefslogtreecommitdiffstats
path: root/git-cvsimport.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2013-02-01 13:37:02 -0800
committerJunio C Hamano <gitster@pobox.com>2013-02-01 13:37:02 -0800
commit0d1122eea27fe3cbafc19429c3f55048d5204092 (patch)
tree60d99e94f234d88780da731819110ec24299a9a6 /git-cvsimport.txt
parent4cfed0c9b226d54178cfbdb2590d1a2c3b7a02f3 (diff)
downloadgit-htmldocs-0d1122eea27fe3cbafc19429c3f55048d5204092.tar.gz
Autogenerated HTML docs for v1.8.1.2-459-gbcd45b
Diffstat (limited to 'git-cvsimport.txt')
-rw-r--r--git-cvsimport.txt6
1 files changed, 6 insertions, 0 deletions
diff --git a/git-cvsimport.txt b/git-cvsimport.txt
index 9d5353e8b..f059ea94d 100644
--- a/git-cvsimport.txt
+++ b/git-cvsimport.txt
@@ -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.