History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: IDEA-16435
Type: Bug Bug
Status: Open Open
Assignee: Irina Chernushina
Reporter: Andrei Oprea
Votes: 2
Watchers: 4
Operations

If you were logged in you would be able to see more operations.
IDEA: Feedback

svn update/switch leaves unswitched files behind

Created: 19 Nov 07 21:44   Updated: 11 Jul 08 16:43
Component/s: Version Control Integration. Subversion

Build: 7,562


 Description  « Hide
I did a switch from a svn branch to the trunk using IDEA. Some file had a lock error (whatever that means), I had to perform a clean-up in order to be able to continue and then I did the update/switch again. Although the update finishes OK (or so IDEA tells me), there are files/dirs left behind that are not switched to the new location. They are shown with a blueish colour in the project tree (and inspecting the .svn dir content shows they're still on the branch). At this point it seems like there's no way I can correct the problem through an update, without deleting the directory first.

 All   Comments   Work Log   Change History      Sort Order:
Andrei Oprea - 19 Nov 07 21:54
After deleting most of the files, some entries in the root directory were still on the branch (I didn't delete the .svn in the root). I tried again to switch those too with IDEA, but no luck, they remained on the branch, although the update reported success.

However, trying the same thing from tortoise svn flipped them to the trunk right away (and IDEA shows them in the regular black colour now), so IDEA should be able to achieve the same result.


Steve Hickson - 11 Dec 07 11:41
Same here. I did not have any lock error (as far as i remember). Some of the files have been switched, some not. Repeated trials did not change a thing. Using Tortoise Switch helped eventually.