sapling/hgsubversion/svnwrap
Dan Villiom Podlaski Christiansen cf80fcfd04 subvertpy wrapper: check against Subversion version compiled against.
The previously used method for checking the Subversion version,
subvertpy.wc.version(), reported back the version of the runtime
library used. This is not what we're interested in; we want to know
what version it was compiled against.

These functions were not available in Subvertpy 0.7.3, necessitating
the earlier bump of the version requirement to 0.7.4.
2010-09-29 18:04:26 +02:00
..
__init__.py svnwrap: improve error message when no bindings are found. 2010-09-14 15:25:45 +02:00
common.py svnwrap: use decorator syntax for properties. 2010-08-11 19:57:35 +02:00
subvertpy_wrapper.py subvertpy wrapper: check against Subversion version compiled against. 2010-09-29 18:04:26 +02:00
svn_swig_wrapper.py svnwrap: improve a docstring & a comment. 2010-08-11 19:57:35 +02:00