[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: Trouble with svn.client.propset3() [solved]

From: Trent Nelson <svn-users-list_at_trentnelson.com>
Date: Thu, 5 Feb 2009 00:49:29 +0000

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

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.