RubyMine vs IDEA SVN Unversioned Files Follow
Hopefully I'm just missing a config option in RubyMine.
The SVN Unversioned Files list inludes all the .svn folders (and more) in the RubyMine view but in IDEA the list shows what I expect.
Any ideas?
Please sign in to leave a comment.
Hello Sam,
Please make sure that you didn't remove .svn from the list of ignored extensions
in Settings | File Types. If you did, please add it back. :)
--
Dmitry Jemerov
Development Lead
JetBrains, Inc.
http://www.jetbrains.com/
"Develop with Pleasure!"
IDEA has...
<pre>
.dependency-info;CVS;RCS;SCCS;rcs;.svn;*.pyc;*.pyo;.git;
</pre>
... and RubyMine has ...
<pre>
CVS;SCCS;RCS;rcs;.DS_Store;.svn;.pyc;.pyo;*.pyc;*.pyo;.git;
</pre>
So both include .svn as ignored files/folders.
Any other suggestions?
(and what are the code formatting tags in this forum now ... doesn't seem to be <pre> or {code} )
IDEA has...
{code}
.dependency-info;CVS;RCS;SCCS;rcs;.svn;*.pyc;*.pyo;.git;
{code}
... and RubyMine has ...
{code}
CVS;SCCS;RCS;rcs;.DS_Store;.svn;.pyc;.pyo;*.pyc;*.pyo;.git;
{code}
So both include .svn as ignored files/folders.
Any other suggestions?
This issue has disappeared upon upgrading from 472 to build 500. Hooray.
Having same problem with build 638 on OSX. .svn *is* in the ignore list in File/Settings ...
I can still reproduce this problem by doing an Update Project in IDEA and then alt-tabing back to RubyMine (Our project has both Java and Ruby code under the same project root).
The .svn folders disappear once I manually hit the Refresh button on the Local Changes view.
In any case I'm most likely to just return to IDEA with Ruby Plugin for the purportedly better JRuby support.
I can confirm that doing a refresh in the RubyMine changes window clears out the .svn files for me. We also have IntelliJ (7) installed for Ruby, but I haven't tested the bug reproduction you mention.
At any rate, thanks for the workaround.