You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Scott Lamb <sl...@slamb.org> on 2002/10/03 05:14:08 UTC

Yet another 'Working copy not locked' error

In revision 3268 (latest), current apr/apr-util:

     $ cd some-working-copy
     $ mkdir foo
     $ svn rm foo
     subversion/libsvn_wc/lock.c:407: (apr_err=155005, src_err=0)
     svn: Working copy not locked
     svn: directory not locked (foo)

I had expected to see something like what happens for a file:

     $ cd some-working-copy
     $ touch foo
     $ svn rm foo
     subversion/clients/cmdline/delete-cmd.c:47: (apr_err=195004, src_err=0)
     svn: Attempting restricted operation for unversioned resource
     svn: Use --force to override this restriction
     subversion/libsvn_client/delete.c:78: (apr_err=195004, src_err=0)
     svn: 'foo' is not under revision control



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org