Project
IntelliJ IDEA
Priority
Normal
Type
Bug
Fix versions
No Fix versions
State
Fixed
Assignee
Irina Chernushina
Subsystem
Version Control. Subversion
Affected versions
No Affected versions
Fixed in build
108.65  
  • Created by   Grant Gochnauer
    3 years ago (05 Nov 2008 22:59)
  • Updated by   root
    2 years ago (17 Jan 2010 21:08)
  • Jira: IDEADEV-32562
    (history, comments)
 
IDEA-46475 SVN: IDEA not finding local changes in project base folder
0
Issue is visible to: All Users
  The issue is visible to the selected user group only
Irina -

Here is another example in SVN_refresh.jpg.

For example, I made some changes to JAR files in my project and at first my IPR file (rocheCWP.ipr was highlighted as modified). Then I made a couple more changes to other files, and then all the sudden IDEA thinks that RocheCWP.ipr is no longer modified. Using an external tool like tortoiseSVN, you'll see that it indeed is modified. I can even do a diff on the file using tortoise and I see all my changes that IDEA is not detecting.

Interestingly, if I right click on the file in IDEA and compare to latest version from HEAD, I'll see all my outgoing changes highlighted. For some reason IDEA just isn't recognizing them so it's not in any changelist to be
committed. This is one situation that happens quite frequently where IDEA doesn't find changed files.

This test was done in 8.0 RC2

Also, the pom.xml file circled in the screenshot is modified yet IDEA doesn't think it is.. The only way I'd remember to check it in is to minimize IDEA and use TortoiseSVN.

Grant

Issue was resolved
Comments (4)
 
History
 
Linked Issues (?)
 
Dmitry Jemerov
  Dmitry Jemerov
05 Nov 2008 23:02
3 years ago
Do you have the VCS mapping set to <Project Root>?
Grant Gochnauer
  Grant Gochnauer
05 Nov 2008 23:08
3 years ago
Dmitry –

I do have it set. Here's a screenshot of my config dialog.

What's interesting is that IDEA will find changes in the project root but then randomly, they just all disappear.

Thanks!

Grant
Irina Chernushina
  Irina Chernushina
06 Nov 2008 11:32
3 years ago
Grant, thank you for reporting!
Grant Gochnauer
  Grant Gochnauer
06 Nov 2008 15:48
3 years ago
Thanks for the quick fix. Did this bug also affect files not under the project root? I just realized in the screenshot of tortoise SVN, there are some other modified files listed that IDEA does not recognize as an outgoing change that are indeed inside some of my module source folders.

I can double check after 9010 if you'd like.

Grant