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

Re: Out of date errors just after a revert

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2004-09-10 18:58:20 CEST

Lübbe Onken <l.onken@rac.de> writes:

> D:\TESTPR~1\xxx>svn add foo
> A foo
> A foo\bar
>
> D:\TESTPR~1\xxx>svn revert foo
> svn: Working copy 'foo/bar' not locked

You need 'svn revert -R foo' for that to work. Revert is deliberately
non-recursive by default since reverts can be hard to undo. Subversion
is not always consistent here, if bar is a file the non-recursive
revert will work.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Sep 10 18:58:35 2004

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.