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

Re: move/revert questions

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2002-07-26 12:19:30 CEST

Vladimir Prus <ghost@cs.msu.su> writes:

> 1. If I run in a certain working copy
>
> svn mv src src2
>
> I see empty "src" and "src/ref" directories left. Shouldn't they be removed?

We need them, see issue #611.

>
> 2. If I later decide to undo the move operation, I run
>
> svn revert -R src
> svn revert -R src2
>
> I'd expect the src2 dir to be removed entirely -- after all, each file there
> corresponds to some repository revision. But it is not done. Is this merely
> an omission?

Revert just removes the 'A' status, leaving unversioned items in the
working copy, that's how it was designed. It's possible that revert
for a copy should remove the item, how would people feel about revert
for copies and revert for adds having different behaviour?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 26 12:20:03 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.