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

Rename window says folder content is deleted

From: David Balažic <david.balazic_at_hermes-softlab.com>
Date: Wed, 10 Feb 2010 10:43:21 +0100

Hi!

(TSVN 1.6.7 , Win XP, local repository)

When I rename a folder that has content, the Rename/move
window lists the folder content as deleted, while the followin
Commit windows doesn't.

Example:

I have a folder foo, with 3 files in it f1, f2 and f3.
If I rename foo to bar (using riht click, TortoiseSVN / Rename...),
The a dialog titled "Move/rename - TortoiseSVN" appears, with
Content:

Added C:\svn_checkout\x\bar
Deleted C:\svn_checkout\x\foo\f1
Deleted C:\svn_checkout\x\foo\f2
Deleted C:\svn_checkout\x\foo\f3
Deleted C:\svn_checkout\x\foo

The Check for modifications... dialog gives the same list.
Also the Commit dialog. But when I click the OK button in
the Commit dialog, the resulting window says only:

Adding C:\svn_checkout\x\bar
Deleting C:\svn_checkout\x\foo

So the issues:
 - Move, CFM and Commit dialogs all say files will be deleted,
   while in the actual commit, they are (not listed as) deleted

 - Move, CFM and Commit dialogs all say files will be deleted,
   but do not say, they will ne "(re)added)"

It could be how the underlying SVN works, but is still a bit confusing.
It appears, as if SVN plans to remove the old folder with its contents
and create a new folder with the new name, but without the contents.

Regards,
David

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2446353

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2010-02-10 10:42:53 CET

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

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