changeset 391:dbdcb97b38af

README: svn+http is outdated.
author Augie Fackler <durin42@gmail.com>
date Mon, 01 Jun 2009 13:44:19 -0500
parents afe93f14a361
children 35993ba9d119
files README
diffstat 1 files changed, 2 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/README
+++ b/README
@@ -47,12 +47,10 @@ Get a new clone of an svn server::
 
 Real example::
 
- $ hg clone svn+http://python-nose.googlecode.com/svn nose-hg
+ $ hg clone http://python-nose.googlecode.com/svn nose-hg
 
 Note, you should pull from the root subversion directory, not specific
-folders (such as trunk). Also, you only need to modify http:// urls as shown.
-This is a side effect of Mercurial and Subversion both claiming the http
-protocol, so svn+http is used to work around that.
+folders (such as trunk).
 
 Pull new revisions into an already-converted repo::