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

Key: IDEA-16350
Type: Bug Bug
Status: Open Open
Assignee: Dmitry Jemerov
Reporter: Gibson
Votes: 0
Watchers: 1
Operations

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

"Shelve changes" creates patch but doesn't rollback properly

Created: 14 Nov 07 18:01   Updated: 15 Nov 07 14:56
Component/s: Version Control Integration. Subversion

Build: 7,549
Severity: High


 Description  « Hide
1) Create a changelist
2) Shelve changes on one of the files in the changelist
3) The file disappears from the changelist
4) The patch is created
5) The VCS status in the editor tab goes to "unchanged"
6) The change markers in the file disappear
7) But the file's contents are clearly unchanged (that is to say, still have my local modifs)
8) Typing one character brings back the change markers

There don't appear to be any exceptions in the log.
I'm using SVN 1.4 under Linux, but maybe it's the same with other VCS?



 All   Comments   Work Log   Change History      Sort Order:
Dmitry Jemerov - 15 Nov 07 14:04
Could you please check that the file content on disk is correctly rolled back? I strongly suspect that it's a problem with VFS synchronization after rollback rather than with rollback itself.

Gibson - 15 Nov 07 14:56
The next time it happens I will check this.