[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Yet another 'Working copy not locked' error

From: Scott Lamb <slamb_at_slamb.org>
Date: 2002-10-03 07:14:08 CEST

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
Received on Thu Oct 3 07:17:00 2002

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.