comparison README @ 5:0548662e2f34

Add a section on installation.
author Augie Fackler <durin42@gmail.com>
date Wed, 01 Oct 2008 10:35:36 -0500
parents 23eccbc18d01
children 5954a514ae26
comparison
equal deleted inserted replaced
4:23eccbc18d01 5:0548662e2f34
6 Subversion client. 6 Subversion client.
7 7
8 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
9 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
10 Subversion. 10 Subversion.
11
12 Installation
13 ------------
14 You need to have Subversion installed with the SWIG Python bindings.
15 You need a recent Mercurial. At present, the required memctx code is in mercurial_, crew_, and crew-stable_, but not mercurial-stable. Install Mercurial from one of mercurial or the crew repos if you have not already. Personally, I use crew_.
16
17 .. _mercurial: http://selenic.com/repo/hg
18 .. _crew: http://hg.intevation.org/mercurial/crew
19 .. _crew-stable: http://hg.intevation.org/mercurial/crew-stable
20
21 If you are unfamiliar with installing Mercurial extensions, please see the UsingExtensions_ page in the Mercurial wiki. Look at the example for specifying an absolute path near the bottom of the page. You want to give the path to the top level of your clone of this repository.
22
23 .. _UsingExtensions: http://www.selenic.com/mercurial/wiki/index.cgi/UsingExtensions
11 24
12 Basic Use 25 Basic Use
13 ----------- 26 -----------
14 Get a new clone of an svn server:: 27 Get a new clone of an svn server::
15 28