AW: subversion destroys my Working Copy
From: Daniel Migowski <dmigowski_at_ikoffice.de>
Date: Thu, 17 Jul 2014 10:03:54 +0000
Hello,
I have to say sorry for the noise. You were right, after retrying to cleanup my old copies of the working copy it occurred to me that subversion really can clean things up. The problem was that during my initial tests I didn't realize that Eclipse still held the lock when the editor was already closed.
Sorry for that.
Regards,
-----Ursprüngliche Nachricht-----
On Thu, Jul 17, 2014 at 11:23 AM, Daniel Migowski <dmigowski_at_ikoffice.de> wrote:
Just as a FYI, some prior discussion around a similar issue (with 'svn revert'):
http://svn.haxx.se/users/archive-2014-02/0157.shtml ("svn revert"
From that discussion I remembered two things:
1) Your working copy isn't really corrupt. There is an obstruction (locked file in your case) that prevents svn from completing its work.
2) With the current design, there is not much that can be done about this. During its operation (update, revert, ...) svn makes changes to both its database (.svn/wc.db) and the filesystem. Both parts need to be consistent with each other. Svn will first make changes to its database, and then schedule the changes it needs to make to the filesystem in its "work queue" (things that still need to be completed on the filesystem to bring the working copy in a consistent state). If some part of the work queue cannot be completed (because of an
-- JohanReceived on 2014-07-17 12:04:31 CEST |
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.