comparison README @ 50:80b923ab242b

Drop any pretense of supporting svn 1.4.x. The quality of the SWIG bindings is just too low for this to work reasonably. In theory, 1.4.x will be supported at a future date by ctypes.
author Augie Fackler <durin42@gmail.com>
date Sat, 01 Nov 2008 12:23:07 -0500
parents 9867250e0a4a
children b61d49e3f91c
comparison
equal deleted inserted replaced
49:2bc4999a89d3 50:80b923ab242b
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 11
12 Installation 12 Installation
13 ------------ 13 ------------
14 You need to have Subversion installed with the SWIG Python bindings. 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_. Note that if you have Subversion 1.4, most functionality will probably work, but pushing and using replay (faster than diff) do not, so you should consider upgrading your Subversion installation or wait for the ctypes bindings to be supported. 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 16
17 .. _mercurial: http://selenic.com/repo/hg 17 .. _mercurial: http://selenic.com/repo/hg
18 .. _crew: http://hg.intevation.org/mercurial/crew 18 .. _crew: http://hg.intevation.org/mercurial/crew
19 .. _crew-stable: http://hg.intevation.org/mercurial/crew-stable 19 .. _crew-stable: http://hg.intevation.org/mercurial/crew-stable
20 20