For the moment, disable subvertpy.wc.WorkingCopy when used with Subversion 1.7.
authorJelmer Vernooij <jelmer@samba.org>
Sat, 4 May 2013 15:39:59 +0000 (16:39 +0100)
committerJelmer Vernooij <jelmer@samba.org>
Sat, 4 May 2013 15:39:59 +0000 (16:39 +0100)
commitb8bbe3222b0bf418694426a499d82477c4c4e7e6
treec1f48549163f6900214d96739a19a38a5081123f
parent24d5004273e962e392b1d892ce8da171e6dab929
For the moment, disable subvertpy.wc.WorkingCopy when used with Subversion 1.7.
Subversion 1.7 has some significant changes in the behaviour of
the working copy API because of the WC-NG rewrite.

Support for the WC API in newer versions of Subversion will be re-added later
(help welcome), but since most users (bzr-svn is the only I'm aware of)
don't seem to actually rely on it, it seemed better to disable it and
support 1.7 than to prevent use of newer svn versions altogether.
NEWS
subvertpy/client.c
subvertpy/tests/test_client.py
subvertpy/tests/test_wc.py
subvertpy/wc.c