Fixing the SVN repository integration?
Hi all,
As you might know, there are still some issues with the SVN integration. Things I encounter are:
The partial message in the incoming changes window
My incoming changes window contains ALL changes ever made, not the incoming changes
There are a lot of duplicate messages in the incoming changes window
The incoming window doesn't show all changes. The repository view shows a couple of changes made on Thursday by a collegue, but they do not show up in the incoming changes window. When I update, I do receive them, but the incoming changes window hasn't changed (e.g show's SVN revision #5121 till #9135...)
Are they on the list to be fixed?
Thanks, Erik
请先登录再写评论。
Regarding the partial messages on your SVN incoming window --
I have the same problem here and it makes the incoming changes window pretty
much a feature that I cannot use because its not reliable.
Here's a JIRA I created. Please vote for it:
http://www.jetbrains.net/jira/browse/IDEA-18867
Thanks
"Erik Pragt" <no_reply@jetbrains.com> wrote in message
news:30175295.49081223025767089.JavaMail.jive@app4.labs.intellij.net...
>
>
>
Hi Grant,
Thanks for the reply. I already voted for the issue because it was mentioned in another thread. I just wanted to make a small list of annoyances with the SVN integration. If you read my other post, it's even worse. The partial stuff is annoying, but it doesn't affect the way I work. I cannot update my source code anymore: that's really bad. Maybe it's intentional/a know issue, because it's an EAP, but I find that hard to believe.
Erik
I am having the exact same set of issues.
In addition to those, I've noticed that SVN commit does not always commit ALL changes (Cmd-K, select all). After committing in IDEA, I'll go out to an external SVN tool (Versions.app) and notice there are several changes still waiting to be committed. I've noticed this when doing refactoring (renaming/moving) files. The uncommitted changes are usually deleted files and directories.
I noticed this because I'll be working along on a project, run all my tests and everything looks fine so I check it all in--- and I break the build (a very bad thing here). So I go and try and look at what is wrong and everything runs fine on my machine (of course). Then I notice that IDEA SVN didn't commit (delete) everything.