On Jun 25, 2012 1:48 AM, <donal...@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