summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-12-28 16:20:25 (GMT)
committerJunio C Hamano <gitster@pobox.com>2012-12-28 19:35:32 (GMT)
commit95f95c99f60360e841d19f3b24584aa0023c0586 (patch)
tree1fa7a118a784467b6a945717a10a21fd59b1d6a3
parent15999998fbda60552742275570947431b57108ae (diff)
downloadgit-95f95c99f60360e841d19f3b24584aa0023c0586.zip
git-95f95c99f60360e841d19f3b24584aa0023c0586.tar.gz
git-95f95c99f60360e841d19f3b24584aa0023c0586.tar.bz2
Remove the suggestion to use parsecvs, which is currently broken.
The parsecvs code has been neglected for a long time, and the only public version does not even build correctly. I have been handed control of the project and intend to fix this, but until I do it cannot be recommended. Also, the project URL given for Subversion needed to be updated to follow their site move. Signed-off-by: Eric S. Raymond <esr@thyrsus.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
-rw-r--r--Documentation/git-cvsimport.txt6
1 files changed, 2 insertions, 4 deletions
diff --git a/Documentation/git-cvsimport.txt b/Documentation/git-cvsimport.txt
index 6695ab3..70fab09 100644
--- a/Documentation/git-cvsimport.txt
+++ b/Documentation/git-cvsimport.txt
@@ -211,11 +211,9 @@ Problems related to tags:
* Multiple tags on the same revision are not imported.
If you suspect that any of these issues may apply to the repository you
-want to import consider using these alternative tools which proved to be
-more stable in practice:
+want to imort, consider using cvs2git:
-* cvs2git (part of cvs2svn), `http://cvs2svn.tigris.org`
-* parsecvs, `http://cgit.freedesktop.org/~keithp/parsecvs`
+* cvs2git (part of cvs2svn), `http://subversion.apache.org/`
GIT
---