# HG changeset patch # User Augie Fackler # Date 1243881859 18000 # Node ID dbdcb97b38afa5608254bc8b69a786f6a5758b91 # Parent afe93f14a361188fe1f5c52ee7d9b1ce3d993556 README: svn+http is outdated. diff --git a/README b/README --- 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::