|
|
|
[
Permlink
| « Hide
]
Dmitry Jemerov - 25 Jun 07 18:54
What happened to the directory D:\code\projects\spinal_tap\release_2\nhs\spinal_tap_management_interface_ea\webapp\src\java-test\com\qxlva\nhs\mi\exceptions ? Was it deleted and then recreated?
My incoming list of changes now has two erroneous entries on it, the first is still the one mentioned previously. The new changelist that has appeared looks like it's being caused by the following scenario:
1) Deleted a file from module_1. I am also experiencing this issue with SVN with a revision from October. Although my project is up to date, this particular revision remains in my incoming changes list. I have tried closing IntelliJ and deleting the system/vcsCache folder just to see if that would fix it. The list is, of course, cleared after that, but the same revision comes back into the incoming changes list after I refresh it for the first time. I have attached a log file which appears to have some messages about it.
Just adding myself to the suffers list. We've recently replaced the trunk with a branch and now I'm seeing all the changes from last May, April and March appearing as incoming on the trunk all the time. I think the guy who merged simply deleted everything on the trunk and replaced it with the contents of the branch. i.e. not integrate or anything fancy.
I also have this problem for one of my projects in SVN. I have two entries that never go away, one form last August and now one from last week. One involved renaming a file with different capitalization and another involved adding a file named the same as a file that had previously been deleted. Doing an "svn ls" on the repository shows that the repository is correct, i.e. the files IntelliJ thinks are incoming and never go away are not in the SVN repo.
I have the same problem, after I changed module settings and there were incoming changes waiting. A dirty workaround was to delete the corresponding directory in IDEA's configuration directory. Under Windows it's in $USERDIR\.IntelliJIdea70\system\vcsCache\.
I must admit that I've given up on looking at the "Incoming Changes" tab. I now have 17 inaccurate incoming changes and combined with http://www.jetbrains.net/jira/browse/IDEA-15413
Oh, I should add that clearing the VCS cache does nothing either, since I regularly have to clear that as a workaround to IDEA-16528! Just created one of these persisting commits so I'll document how I did it here. What happened in this instance was I renamed a badly capitalized filename. So I changed the name via IntelliJ and committed, no obvious problems. But when I went to update later I got messages about checking out the svn_base/tmp versions of this file. What seems to be going on is I'm using Windows and while svn might understand case, windows doesn't and was trying to override the same working files for both entries. So I had to fix this with command-line svn (a recent cygwin version) with an mix of svn cleanup, svn remove & svn commit on the capitalized filename.
Now in IntelliJ I'm seeing this command line commit as incoming. Despite already being committed and trying project updates. I've tried killing the $USERDIR\.IntelliJIdea70\system and even checking out a clean copy of the project (without .iws) but as so as I scan for updates it reappears. Could these problems be related to using more than one (IntelliJ IDEAs) implementations of svn? Just tried #7718 and it reappeared - guess I'm stuck with a non-functioning indicator for the next several months again!?? Hi! I',m also on the list of sufferes.
I want to second the previous comment: I also did a case-only renaming and this file could be the root for these troubles. We're also suffering with this. Performed a case-only rename by doing the following:
Idea now sees changeset 1162 in the "Incoming" tab. That was the checkin for deleting "Notes". Interestingly, in the "Changed Files" tree, it is showing "notes" as deleted rather than "Notes". |
|||||||||||||||||||||||||||||||||||||||||||||||||