Mercurial > hgsubversion
comparison README @ 391:dbdcb97b38af
README: svn+http is outdated.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 01 Jun 2009 13:44:19 -0500 |
parents | 982c46e7d167 |
children | 64cc119d8a9e |
comparison
equal
deleted
inserted
replaced
390:afe93f14a361 | 391:dbdcb97b38af |
---|---|
45 | 45 |
46 $ hg clone <svn URI> [destination] | 46 $ hg clone <svn URI> [destination] |
47 | 47 |
48 Real example:: | 48 Real example:: |
49 | 49 |
50 $ hg clone svn+http://python-nose.googlecode.com/svn nose-hg | 50 $ hg clone http://python-nose.googlecode.com/svn nose-hg |
51 | 51 |
52 Note, you should pull from the root subversion directory, not specific | 52 Note, you should pull from the root subversion directory, not specific |
53 folders (such as trunk). Also, you only need to modify http:// urls as shown. | 53 folders (such as trunk). |
54 This is a side effect of Mercurial and Subversion both claiming the http | |
55 protocol, so svn+http is used to work around that. | |
56 | 54 |
57 Pull new revisions into an already-converted repo:: | 55 Pull new revisions into an already-converted repo:: |
58 | 56 |
59 $ hg pull | 57 $ hg pull |
60 | 58 |