Easy way to add files to Subversion ignore?
Is there a simple way to add files to Subversion ignore list(s) from IDEA?
Why would I bother manually editing parent folder properties? (Besides I do not know the syntax to specify several files to ignore in a folder)
Not sure about the other properties, but Ignore IMO should be moved to a separate action for files not in repository. (and Unignore for ignored files)
What do you think?
请先登录再写评论。
+1
An add to svnignore feature would be nice. Currently, I use TortoiseSVN for these kinds of tasks.
Hello Dmitry,
DC> Is there a simple way to add files to Subversion ignore list(s) from
DC> IDEA?
DC>
DC> Why would I bother manually editing parent folder properties?
DC> (Besides I do not know the syntax to specify several files to ignore
DC> in a folder)
DC>
DC> Not sure about the other properties, but Ignore IMO should be moved
DC> to a separate action for files not in repository. (and Unignore for
DC> ignored files)
DC>
DC> What do you think?
JIRA request please?
--
Dmitry Jemerov
Software Developer
http://www.jetbrains.com/
"Develop with Pleasure!"
No JIRA request necessary, IntelliJ already supports this. (in 5.1 and 6.0 Beta for sure). Right click on the file or directory Subversion->Set Property.
6.0 Beta has an Edit Properties option as well which appears new since 5.1 but I haven't messed with it yet.
Here you are: http://www.jetbrains.net/jira/browse/IDEA-9131
Have you read my question carefully?