[jboss-jira] [JBoss JIRA] Commented: (JBRULES-834) Setup decent svn:ignore on all modules
Geoffrey De Smet (JIRA)
jira-events at lists.jboss.org
Thu Jul 5 13:22:53 EDT 2007
[ http://jira.jboss.com/jira/browse/JBRULES-834?page=comments#action_12367872 ]
Geoffrey De Smet commented on JBRULES-834:
------------------------------------------
Unlike in CVS, subversion doesn't use a file for this, but versioned properties instead.
.cvsignore files are ignored and can be safely deleting if you still have any in your source tree.
Depending on your SVN client (tortoise for windows, esvn for linux) you can do this visually.
If not you can do with the command line client:
svn propset svn:ignore -F tmpIngoreListFile .
. is the directory on which to apply
tmpIngoreListFile is a file with contains target and the rest of the list above
More info at http://svnbook.red-bean.com/en/1.1/ch07s02.html
> 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: Mark Proctor
> Fix For: 4.0.0.MR4
>
>
> 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