On Wed, Feb 04, 2009 at 09:14:10PM +0000, Trent Nelson wrote:
> I starting playing around with the Python Subversion bindings
> yesterday, and picked setting a property against a URI as my
> first use case, ala svn_client_propset3. I've ended up with
> this:
>
> https://trentnelson.googlecode.com/svn/trunk/scratch/test_propset.py
>
> The svn.client.propset3() call (in test_basic) just doesn't
> do anything; no property is set, no error is raised, and no
> commit_info object is returned.
>
> I get this behaviour on FreeBSD 7.0 & Subversion 1.5.4, as
> well as Windows Server 2k8 & Subversion 1.5.3 (tigris.org).
>
> What am I doing wrong? (And as an aside, why isn't an error
> being raised to give me some clue as to what I'm doing wrong?)
Ah. My self.ctx.log_msg_(func|baton)3 was incorrect. Latest
version at the above URL works fine. Sorry for the noise.
Received on 2009-02-05 01:50:26 CET