Re: can't delete svn:sync-lock

2011-01-27 Thread Andrew Sasak
It was a hook preventing the deletion, not sure why I got a success message. Thanks On Thu, Jan 27, 2011 at 4:28 PM, Stefan Sperling wrote: > On Thu, Jan 27, 2011 at 04:22:30PM -0500, Andrew Sasak wrote: > > svn propdel svn:sync-lock --revprop -r 0 REPO_URL > > That looks good. > > Maybe there i

Re: can't delete svn:sync-lock

2011-01-27 Thread Stefan Sperling
On Thu, Jan 27, 2011 at 04:22:30PM -0500, Andrew Sasak wrote: > svn propdel svn:sync-lock --revprop -r 0 REPO_URL That looks good. Maybe there is pre-revprop-change hook the prevents the prop from being deleted? It works here with a pre-revprop-change hook that simply does "exit 0". I'm not sur

Re: can't delete svn:sync-lock

2011-01-27 Thread Andrew Sasak
svn propdel svn:sync-lock --revprop -r 0 REPO_URL On Thu, Jan 27, 2011 at 4:18 PM, Stefan Sperling wrote: > On Thu, Jan 27, 2011 at 03:59:10PM -0500, Andrew Sasak wrote: > > using svn 1.6.13 > > When I attempt to delete it, it gives me a message indicating success, > > however the property persi

Re: can't delete svn:sync-lock

2011-01-27 Thread Stefan Sperling
On Thu, Jan 27, 2011 at 03:59:10PM -0500, Andrew Sasak wrote: > using svn 1.6.13 > When I attempt to delete it, it gives me a message indicating success, > however the property persists. Any ideas how to remove this? Can I safely > edit the revprops 0 file? What command were you using? svn:sync-l

can't delete svn:sync-lock

2011-01-27 Thread Andrew Sasak
using svn 1.6.13 When I attempt to delete it, it gives me a message indicating success, however the property persists. Any ideas how to remove this? Can I safely edit the revprops 0 file?