Re: Newly noticed 'svn revert' bug -- failure to obtain WC-NG lock

2011-05-18 Thread C. Michael Pilato
On 05/17/2011 05:35 PM, C. Michael Pilato wrote: > Just came across this while trying to get some work done. [...] > svn: E155005: No write-lock in '/home/cmpilato/tests/revert-lock-failure-wc' I filed http://subversion.tigris.org/issues/show_bug.cgi?id=3886 to track this. -- C. Michael Pilato

Newly noticed 'svn revert' bug -- failure to obtain WC-NG lock

2011-05-17 Thread C. Michael Pilato
Just came across this while trying to get some work done. I present the following fairly minimal recipe: #!/bin/sh set -x REPOS=revert-lock-failure-repos WC=revert-lock-failure-wc rm -rf ${REPOS} ${WC} svnadmin create ${REPOS} svn c