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

[TSVN] Directory move problem.

From: Steve <tortoisesvn_at_digitalnothing.com>
Date: 2004-12-17 21:42:43 CET

When doing my directory moves earlier I noticed what appeared to be a bug.
When moving a directory with sub-directories into another directory, with
sub-directories having the same name, SVN or TSVN makes a new directory in
the sub-directory with the same name, and then places the content there,
rather than putting the content in the directory with the same name.

Example:
Before the move.
currentdir/
        dir1/
                file1
        dir2/
                file2

targetdir/
        dir1/
                fileA

I would expect the following after moving dir1 and dir2 from currentdir to
targetdir:
targetdir/
        dir1/
                file1
                fileA
        dir2/
                file2

Instead I get this:
targetdir/
        dir1/
                fileA
                dir1/
                        file1
        dir2/
                file2

Is this TSVN or SVN doing this? Regardless of which, does anyone know a
workaround? I'm in the process of combining some very large projects with
many directories of the same name, that need to be together. Going through
one by one is going to be a pain.

Thanks,
Steve

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Fri Dec 17 21:43:18 2004

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

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