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
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
2 matches
Mail list logo