Mercurial > hgsubversion
comparison README @ 3:735fdc6c130a
Change the readme to be reST.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Wed, 01 Oct 2008 08:58:56 -0500 |
parents | 89f88df794d3 |
children | 23eccbc18d01 |
comparison
equal
deleted
inserted
replaced
2:89f88df794d3 | 3:735fdc6c130a |
---|---|
1 .. -*-<restructuredtext>-*- | |
2 | |
3 About | |
4 ----- | |
1 hgsubversion is an extension for Mercurial that allows using Mercurial as a | 5 hgsubversion is an extension for Mercurial that allows using Mercurial as a |
2 Subversion client. | 6 Subversion client. |
3 | 7 |
4 Right now it is *not* ready for production use. You should only be using this if | 8 Right now it is *not* ready for production use. You should only be using this if |
5 you're ready to hack on it, and go diving into the internals of Mercurial and/or | 9 you're ready to hack on it, and go diving into the internals of Mercurial and/or |
6 Subversion. | 10 Subversion. |
7 | 11 |
8 == Basic Use == | 12 Basic Use |
9 Get a new clone of an svn server: | 13 ----------- |
10 $ hg svnclone <svn URI> [destination] | 14 Get a new clone of an svn server:: |
11 Real example: | |
12 hg svnclone http://python-nose.googlecode.com/svn nose-hg | |
13 | 15 |
14 Pull new revisions into an already-converted repo: | 16 $ hg svnclone <svn URI> [destination] |
15 $ hg svn pull | 17 |
18 Real example:: | |
19 | |
20 $ hg svnclone http://python-nose.googlecode.com/svn nose-hg | |
21 | |
22 Pull new revisions into an already-converted repo:: | |
23 | |
24 $ hg svn pull | |
16 | 25 |
17 For more information, see 'hg svn help' while in a converted repo. | 26 For more information, see 'hg svn help' while in a converted repo. |