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

Re: [TSVN] Move files lists extra entries

From: SteveKing <steveking_at_gmx.ch>
Date: 2004-11-25 18:20:43 CET

Nathan Creek wrote:
> 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.

Why do you think that File1.txt and File2.txt should not be listed?
They're getting deleted too. So they should be listed (I think). Sure,
you can't commit Sub2 without committing Sub2/File1.txt and
Sub2/File2.txt, but at least you can see what's getting deleted when you
delete Sub2.

> 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.

They're 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

That's because Sub2 is committed recursively, and therefore the
deletions of File1.txt and File2.txt don't show up, but they're still
deleted.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Thu Nov 25 18:22:03 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.