From 4875631ad85d31236544a0c046e28c7c64c2a363 Mon Sep 17 00:00:00 2001 From: mhagger Date: Wed, 25 Aug 2010 19:57:48 +0000 Subject: [PATCH] Simplify instructions for checking cvs2svn out of Subversion. An empty password can simply be put on the svn command line. git-svn-id: http://cvs2svn.tigris.org/svn/cvs2svn/trunk@5257 be7e6eca-30d4-0310-a8e5-ac0d63af7087 --- setup.py | 4 +--- www/cvs2bzr.html | 3 +-- www/cvs2git.html | 3 +-- www/index.html | 3 +-- 4 files changed, 4 insertions(+), 9 deletions(-) diff --git a/setup.py b/setup.py index f85e137c..8fbb8ff9 100755 --- a/setup.py +++ b/setup.py @@ -60,9 +60,7 @@ you're debugging or patching cvs2svn, you might want to use the trunk version working copy from http://cvs2svn.tigris.org/svn/cvs2svn/trunk/ using a command like:: - svn co --username=guest http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk - -(the password is empty; i.e., just press return). + svn co --username=guest --password="" http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk """, classifiers = [ 'Development Status :: 5 - Production/Stable', diff --git a/www/cvs2bzr.html b/www/cvs2bzr.html index c991079f..63f155c5 100644 --- a/www/cvs2bzr.html +++ b/www/cvs2bzr.html @@ -229,8 +229,7 @@ to Bazaar using cvs2bzr.

sure that you have Subversion installed and then run:

-svn co --username=guest http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
-# The password is empty; i.e., just press return.
+svn co --username=guest --password="" http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
 cd cvs2svn-trunk
 make man # If you want to create manpages for the main programs
 make check # ...optional
diff --git a/www/cvs2git.html b/www/cvs2git.html
index e1fcd809..a88fbbfa 100644
--- a/www/cvs2git.html
+++ b/www/cvs2git.html
@@ -275,8 +275,7 @@ to git using cvs2git.

sure that you have Subversion installed and then run:

-svn co --username=guest http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
-# The password is empty; i.e., just press return.
+svn co --username=guest --password="" http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
 cd cvs2svn-trunk
 make man # If you want to create manpages for the main programs
 make check # ...optional
diff --git a/www/index.html b/www/index.html
index e78fc0f4..0ad28507 100644
--- a/www/index.html
+++ b/www/index.html
@@ -66,9 +66,8 @@ so, use Subversion to check out a working copy from http://cvs2svn.tigris.org/svn/cvs2svn/trunk/ using a command like

-svn co --username=guest http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
+svn co --username=guest --password="" http://cvs2svn.tigris.org/svn/cvs2svn/trunk cvs2svn-trunk
 
-

(the password is empty; i.e., just press return).

-- 2.11.4.GIT