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

Re: svn_wc_prop_set4 not working ??

From: Greg Stein <gstein_at_gmail.com>
Date: Mon, 25 Jun 2012 04:49:51 -0400

On Jun 25, 2012 1:48 AM, <donaldlf_at_i-55.com> wrote:
>
> I'm trying to use svn_wc_prop_set4 to set a property on my local working
> copy (1.7) and I keep getting the error:
>
> No write-lock in 'T:\VIP00192\test_1.7\LFD_Dev_14'
>
> OS: Windows
> Compiler: visual c++
> SVN package: svn-win32-1.7.5
>
> Leslie Donaldson
>
> Boiled down code:
>
> apr_pool_t* pool = NULL;
> pool = svn_pool_create(NULL);
> svn_fs_initialize (pool);

That code doesn't show your call to svn_wc_prop_set4(). And the FS should
have nothing to do with the WC.

Use the client library to set properties, rather than WC.

Cheers,
-g
Received on 2012-06-25 10:50:25 CEST

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

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