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

Key: IDEA-16732
Type: Bug Bug
Status: Open Open
Assignee: Dmitry Jemerov
Reporter: Andrei Oprea
Votes: 1
Watchers: 1
Operations

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

Externally svn switched sources not detected by IDEA

Created: 19 Dec 07 18:24   Updated: 11 Jan 08 10:55
Component/s: Version Control Integration, Version Control Integration. Subversion

Build: 7,590


 Description  « Hide
Due to IDEA-16435, I perform my switches outside IDEA, using tortoise svn. However, after the switch is complete and IDEA finishes refreshing the files, the project still appears to be on the old branch (using the only available method of invoking an update and checking the paths in the update dialog).

It's only after I do a (redundant) update to the desired branch from IDEA as well that the new branch location is acknowledged by IDEA.



 All   Comments   Work Log   Change History      Sort Order:
Igor Sereda - 11 Jan 08 10:55
There's a more critical consequence of this bug: doing "Update Project" after external switching switches the VCS root back!

That is:
1. open project in IDEA
2. svn info: http://svn/branches/xxx
3. svn switch http://svn/trunk
4. update project in IDEA with Ctrl+T
5. svn info: http://svn/branches/xxx

As a result of this, a file may be edited in a wrong directory which may lead to undetected loss of changes.