# HG changeset patch # User Dan Villiom Podlaski Christiansen # Date 1281549806 -7200 # Node ID 0b4e323ebedd3b5a98e6211be098e3961f251b8d # Parent 26ff4564a123e262be65e810f0e891e8cf43ece3 README: mention Subvertpy. Change the README to mention Subvertpy and provide help on how to check that hgsubversion works properly. diff --git a/README b/README --- a/README +++ b/README @@ -14,8 +14,9 @@ and violates some of the typical assumpt Installation ------------ -You need to have Subversion installed with the SWIG Python bindings -from Subversion 1.5 or later. You need Mercurial 1.3 or later. +You need to have either have Subversion 1.5 (or later) installed along with +either Subvertpy 0.7.3 (or later) or the Subversion SWIG Python bindings. You +need Mercurial 1.3 or later. .. _mercurial: http://selenic.com/repo/hg .. _mercurial-stable: http://selenic.com/repo/hg-stable @@ -38,6 +39,24 @@ part is that all the tests pass. .. _nose: http://code.google.com/p/python-nose/ +You can check that hgsubversion is installed and properly activated using the +following command:: + + $ hg version --svn + Mercurial Distributed SCM (version ...) + + Copyright (C) 2005-2010 Matt Mackall and others + This is free software; see the source for copying conditions. There is NO + warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. + + hgsubversion: ... + Subversion: ... + bindings: Subvertpy ... + +If your bindings are listed as `SWIG`, please consider installing Subvertpy_. + +.. _Subvertpy: http://pypi.python.org/pypi/subvertpy + Further Reading ---------------