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

Bug: Move operation that corrupts working copy

From: Ans Vlug <ansvlug_at_gmail.com>
Date: Mon, 9 Feb 2009 15:20:57 +0100

Hi,

I'm using version 1.5.7.15182.

Suppose you van the following directories in the repository and an
unmodified working copy of it:

   - MyProject
      - Trunk
         - File1
         - File2
         - Trunk

In the working copy, svn-move MyProject to Trunk, resulting in:

   - Trunk
      - MyProject
         - Trunk
            - File1
            - File2

Svn-move the contents of MyProject\Trunk to MyProject, resulting in:

   - Trunk
      - MyProject
         - Trunk
         - File1
         - File2

Svn-Delete MyProject Trunk:

   - Trunk
      - MyProject
         - File1
         - File2

Commit.

An error message will appear saying something is missing. Updating and
Cleanup don't solve this issue.

Deleting everything in the root of the working copy except the .svn-folder
and then calling Update, results in the expected directory structure.

Conclusions: On commit
- the repository is updated as expected and
- The working copy is irreparably damaged.

I hope this bug report is clear and reproducable. If you have any questions,
please don't hesitate to contact me.

Kind regards,
Ans Vlug.

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

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2009-02-09 15:26:39 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.