[Linux] [Subversion] Local changelist issue
Hi,
I've been looking for this for a while now, but IntelliJ IDEA shows a list of 130+ files in my local changes all the time.
When I go to terminal, and type "svn st", no changes are there though.
I assume it's a linux/subversion thing, but I can't pin the cause.
Also, when I look to the diffs inside InteliJ IDEA, it clearly states that there are _no_ differences. Kind of confusing...
When I revert inside IntelliJ, all those changes suddenly pop up at `svn st`
Versions:
- svn (system): 1.7.5 (r1336830)
- IntelliJ IDEA: 12.0.2, build #IU-123.123
- JDK: Sun 1.6.0_33
- All 64bit
Can anyone tell me what is going on? This is a big issue, because searching in a list of 130+ files for my changes to commit is a bit too much.
- JDK: Sun 1.6.0_33
- All 64bit
Can anyone tell me what is going on? This is a big issue, because searching in a list of 130+ files for my changes to commit is a bit too much.
Please sign in to leave a comment.
As usual when asking a question online, ideas and options pop up.
I found the fix for this: I had to turn on the Subversion 1.7 acceleration with the native command line client, and suddenly everything was as it is on the command line.
Makes perfect sense of course! :)