Hi!
I was checking out a big repository today. In the middle of the
process I got tired and pressed "Cancel". Then I was not able to do an
update again until I've made a "Clean up". Also note that the "Clean
up" had to be made on the root directory, the sub directory that I was
updating at first was not enough.
Then I wanted to check out just parts of the code so I used the
"Choose items" button, also tried different recursion depths as I did
with the old versions, but it fails. For example, I was updating (full
recursive) C:\Subversion\MyDir\, when trying to get some items, or
just immediate children, of C:\Subversion\MyDir\XXX, it fails blaming
that C:\Subversion\MyDir\XXX\YYY does not exist. Note that I didn't
want to get C:\Subversion\MyDir\XXX\YYY, but rather
C:\Subversion\MyDir\XXX\ZZZ.
At last, I an assertion failed during the following process:
* Update (Full recursive) of C:\Subversion\MyDir\
* Abort (C:\Subversion\MyDir\XXX\YYY was created but not fully updated)
* Clean up C:\Subversion\
* Update immediate children C:\Subversion\MyDir\
Log window output:
Updating C:\Subversion\MyDir\
Skipped obstructing working copy C:\Subversion\MyDir\XXX\YYY
'D:\Development\SVN\TortoiseSVN\ext\subversion\subversion\libsvn_wc\update_editor.c'
line 1582: assertion failed (action == svn_wc_conflict_action_edit ||
action == svn_wc_conflict_action_delete || action ==
svn_wc_conflict_action_replace)
I'm using TortoiseSVN-1.7.0-RC1-win32-svn-1.7.0-dev on my Windows XP
32-bit machine.
Best regards,
Fredrik Svensson
Linköping, Sweden
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2847269
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-09-28 21:20:47 CEST