[jboss-jira] [JBoss JIRA] Commented: (JBRULES-834) Setup decent svn:ignore on all modules
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Sun Sep 23 12:28:11 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-834?page=comments#action_12378245 ]
Geoffrey De Smet commented on JBRULES-834:
------------------------------------------
I 've standarized all svn:ignores like drools-compiler:
target
local
.metadata
.settings
.wtpmodules
nbproject
*.ipr
*.iws
*.iml
+ module specific ones (like repository.xml or *.log files that were already listed).
A couple of exceptions:
- drools-eclipse dir and subdirs did commit .settings files and didn't have them in their svn:ignores so I 've just standarized them to:
target
local
nbproject
*.ipr
*.iws
*.iml
+ module specific ones
- drools-server is also a wierd one as it contains a commited .settings dirs. I doubt that was actually what someone wanted to do, but just in case, I 've also configured them with the .settings etc like I did for drools-eclipse.
Now tortoise svn won't bother me no more trying to check in the intellij or netbeans files :)
> Setup decent svn:ignore on all modules
> --------------------------------------
>
> Key: JBRULES-834
> URL: http://jira.jboss.com/jira/browse/JBRULES-834
> Project: JBoss Rules
> Issue Type: Task
> Security Level: Public(Everyone can see)
> Reporter: Geoffrey De Smet
> Assigned To: Geoffrey De Smet
> Fix For: 4.0.2
>
>
> The parent project dir doesn't have target dir & eclipse files ignored, none have idea and netbeans ignored.
> It's nice to have intellij idea and netbeans files excluded too.
> The svn:ignore property should be equal on every folder that contains a pom.xml: parent pom dir, module pom dirs etc.
> Here's an advisable list, it includes the build map, and project configuration of eclipse, idea and netbeans,
> and a local map, which is handy for a notepad.txt file etc
> ================
> target
> *.log
> *.log.*
> .classpath
> .project
> .settings
> .wtpmodules
> *.ipr
> *.iws
> *.iml
> nbproject
> local
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list