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

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

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

Missing revisions in the changes tool window

Created: 13 Dec 07 22:17   Updated: 18 Dec 07 18:31
Component/s: Version Control Integration, Version Control Integration. Subversion

File Attachments: None
Image Attachments:

1. missingRevisions.png
(19 kb)

Build: 7,590
Severity: Medium


 Description  « Hide
The changes window is missing revisions in the svn repository. In the attached image, one of the files show a revision that does not show up in the list of revisions in the repository (the one from 10:41).

The incoming changes tab is also behaving erratically. There have been lots of times lately when it should have contained incoming changes (and subsequent updates confirmed my expectations, there were changes, just not visible in there).

Clearing the vcs caches didn't help.



 All   Comments   Work Log   Change History      Sort Order:
Andrei Oprea - 18 Dec 07 18:31
After further testing (I went as far back as 7.0.1 and still saw the issue), I spotted some messed up entries in the version control roots. Basically, the project I work on is on an eclipse structure and the eclipse workspace got enrolled as a VCS directory (without being checked in, itself), probably while importing eclipse projects into IDEA.

The eclipse projects inside the workspace are checked out from various locations in the repository (the directory structure is quite elaborate), not sure if this matters as well.

After cleaning up the entries and manually adding the good ones, the problem went away.

I wouldn't say the problem is invalid, though, since it's quite a confusing situation and IDEA should handle it in a better way (or at least signal the vcs config issues somehow).