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

Re: Yet more working copy not locked errors

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-10-15 01:51:15 CEST

Peter Davis <peter@pdavis.cx> writes:

> cartman:test$ svn mv foo/ bar/
> subversion/libsvn_wc/lock.c:108: (apr_err=155004, src_err=0)
> svn: Attempted to lock an already-locked dir
> svn: working copy locked: bar

Yes, that's a bug.

> cartman:test$ svn revert . << doesn't seem to have an effect

No that's not a bug. Revert is non-recursive by default, to avoid
accidents. You may want "svn revert --recursive ."

> cartman:test$ svn revert bar/foo
> subversion/libsvn_wc/lock.c:407: (apr_err=155005, src_err=0)
> svn: Working copy not locked
> svn: directory not locked (bar)

Yes, that's a bug.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Oct 15 01:51:55 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.