Mercurial > hgsubversion
comparison README @ 53:b61d49e3f91c
crew-stable does not have what I need after all. Oops.
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Sat, 01 Nov 2008 13:50:46 -0500 |
parents | 80b923ab242b |
children | 31923684e4dc |
comparison
equal
deleted
inserted
replaced
52:fb1d911bb0be | 53:b61d49e3f91c |
---|---|
10 Subversion. | 10 Subversion. |
11 | 11 |
12 Installation | 12 Installation |
13 ------------ | 13 ------------ |
14 You need to have Subversion installed with the SWIG Python bindings from Subversion 1.5 or later. | 14 You need to have Subversion installed with the SWIG Python bindings from Subversion 1.5 or later. |
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_. | 15 You need a recent Mercurial. At present, the required memctx and rebase code is in mercurial_ and crew_, but not crew-stable_ or mercurial-stable_. Install Mercurial from one of mercurial or crew if you have not already. Personally, I use crew_. |
16 | 16 |
17 .. _mercurial: http://selenic.com/repo/hg | 17 .. _mercurial: http://selenic.com/repo/hg |
18 .. _mercurial-stable: http://selenic.com/repo/hg-stable | |
18 .. _crew: http://hg.intevation.org/mercurial/crew | 19 .. _crew: http://hg.intevation.org/mercurial/crew |
19 .. _crew-stable: http://hg.intevation.org/mercurial/crew-stable | 20 .. _crew-stable: http://hg.intevation.org/mercurial/crew-stable |
20 | 21 |
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 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 |