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

Re: Strange svn move behaviour

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2006-05-19 19:41:49 CEST

On 5/19/06, Sergio Bossa <sergio.bossa@gmail.com> wrote:
> On 5/19/06, Garrett Rooney <rooneg@electricjellyfish.net> wrote:
>
> > Can you please give us an actual reproduction recipie for this
>
> $> svn add new_dir
> $> svn move old_dir new_dir
>
> $> svn status
> ...
> D + new_dir/old_already_deleted_file
> ...

Well, I just tried that, and it's not what I see here:

$ svnadmin create repos
$ svn co file://`pwd`/repos wc
Checked out revision 0.
$ cd wc/
$ svn mkdir old
A old
$ svn ci -m "log"
Adding old

Committed revision 1.
$ svn mkdir new
A new
$ svn mv old new/old
A new/old
D old
$ svn st
A new
A + new/old
D old

So either I'm not doing exactly what you're doing, or your problem has
been fixed in newer versions of Subversion.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri May 19 19:43:26 2006

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

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