[ 
https://issues.apache.org/jira/browse/SLING-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Bertrand Delacretaz resolved SLING-204.
---------------------------------------

    Resolution: Fixed

Done using this:

$ cat /tmp/ignore 
target
sling
bin
logs
jackrabbit-repository
derby.log
velocity.log
velocity.log.*
*.iml
*.ipr
*.iws
.settings
.project
.classpath
.externalToolBuilders

$ find . -name pom.xml | while read pom; do  svn propset svn:ignore -F 
/tmp/ignore $(dirname $pom); done


> add svn ignore pattern for intellij module file
> -----------------------------------------------
>
>                 Key: SLING-204
>                 URL: https://issues.apache.org/jira/browse/SLING-204
>             Project: Sling
>          Issue Type: Wish
>            Reporter: Tobias Bocanegra
>            Assignee: Bertrand Delacretaz
>            Priority: Trivial
>
> please add the following pattern to the svn:ignore property of all project 
> directories (i.e. parent directories of pom.xml files):
> *.iml
> and those to the trunk directory:
> *.ipr
> *.iws
> *.iml

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to