comparison README @ 113:31923684e4dc

Better note on how to pull a repository.
author John Paulett <john.paulett@gmail.com>
date Thu, 27 Nov 2008 21:23:01 -0600
parents b61d49e3f91c
children 3c5c2683eebb
comparison
equal deleted inserted replaced
112:e58c2f1de059 113:31923684e4dc
35 35
36 Real example:: 36 Real example::
37 37
38 $ hg svnclone http://python-nose.googlecode.com/svn nose-hg 38 $ hg svnclone http://python-nose.googlecode.com/svn nose-hg
39 39
40 Note, you should pull from the root subversion directory, not specific folders (such as trunk).
41
40 Pull new revisions into an already-converted repo:: 42 Pull new revisions into an already-converted repo::
41 43
42 $ hg svn pull 44 $ hg svn pull
43 45
44 For more information, see 'hg svn help' while in a converted repo. 46 For more information, see 'hg svn help' while in a converted repo.