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

[TSVN] Move files lists extra entries

From: Nathan Creek <nathan_at_adweb.com.au>
Date: 2004-11-25 07:59:26 CET

Hi,

I've had some confused people here at work by extra "deleted" entries
appearing in Commit and Check for Modifications lists after moving or
renaming a folder.

With a test repo like this

trunk/
   SubFolder/
   Sub2/
     File1.txt
     File2.txt

Right-click drag Sub2 into Subfolder.
Choose "Move files in subversion to here".
Choose either Commit, or Check for Modifications

The entries listed are
Sub2: deleted
Sub2/File1.txt: deleted
Sub2/File2.txt: deleted
Subfolder/Sub2: added

For some reason File1.txt and File2.txt are being listed when they
shouldn't be. This happens for both moving and renaming a folder.

Even though the extra files are listed, committing still works ok. It's
just a bit disconcerting when you're looking at the selection dialog
wondering if your files are going to dissapear.

The commit progress dialog shows the correct entries.
Deleting: D:/Dev/test/trunk/Sub2
Adding: D:/Dev/test/trunk/Subfolder/Sub2
Completed: At revision: 11

And Show Log on revision 11 shows the correct entries also.
Deleted /trunk/Sub2
Added /trunk/Subfolder/Sub2 (from /trunk/Sub2:10)

Cheers,
Nathan

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Nov 25 08:00:07 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.