comparison README @ 679:0b4e323ebedd

README: mention Subvertpy. Change the README to mention Subvertpy and provide help on how to check that hgsubversion works properly.
author Dan Villiom Podlaski Christiansen <danchr@gmail.com>
date Wed, 11 Aug 2010 20:03:26 +0200
parents a8d5eec1326b
children 050f03a3bdf5
comparison
equal deleted inserted replaced
678:26ff4564a123 679:0b4e323ebedd
12 introduction to Mercurial, since hgsubversion "bends the rules" a little 12 introduction to Mercurial, since hgsubversion "bends the rules" a little
13 and violates some of the typical assumptions of early Mercurial users. 13 and violates some of the typical assumptions of early Mercurial users.
14 14
15 Installation 15 Installation
16 ------------ 16 ------------
17 You need to have Subversion installed with the SWIG Python bindings 17 You need to have either have Subversion 1.5 (or later) installed along with
18 from Subversion 1.5 or later. You need Mercurial 1.3 or later. 18 either Subvertpy 0.7.3 (or later) or the Subversion SWIG Python bindings. You
19 need Mercurial 1.3 or later.
19 20
20 .. _mercurial: http://selenic.com/repo/hg 21 .. _mercurial: http://selenic.com/repo/hg
21 .. _mercurial-stable: http://selenic.com/repo/hg-stable 22 .. _mercurial-stable: http://selenic.com/repo/hg-stable
22 .. _crew: http://hg.intevation.org/mercurial/crew 23 .. _crew: http://hg.intevation.org/mercurial/crew
23 .. _crew-stable: http://hg.intevation.org/mercurial/crew-stable 24 .. _crew-stable: http://hg.intevation.org/mercurial/crew-stable
36 there's a lot of stdout spew in the tests right now. The important 37 there's a lot of stdout spew in the tests right now. The important
37 part is that all the tests pass. 38 part is that all the tests pass.
38 39
39 .. _nose: http://code.google.com/p/python-nose/ 40 .. _nose: http://code.google.com/p/python-nose/
40 41
42 You can check that hgsubversion is installed and properly activated using the
43 following command::
44
45 $ hg version --svn
46 Mercurial Distributed SCM (version ...)
47
48 Copyright (C) 2005-2010 Matt Mackall <mpm@selenic.com> and others
49 This is free software; see the source for copying conditions. There is NO
50 warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
51
52 hgsubversion: ...
53 Subversion: ...
54 bindings: Subvertpy ...
55
56 If your bindings are listed as `SWIG`, please consider installing Subvertpy_.
57
58 .. _Subvertpy: http://pypi.python.org/pypi/subvertpy
59
41 Further Reading 60 Further Reading
42 --------------- 61 ---------------
43 62
44 More information on how to use hgsubversion is available from within Mercurial 63 More information on how to use hgsubversion is available from within Mercurial
45 in the `subversion` help topic. To view it, use:: 64 in the `subversion` help topic. To view it, use::