You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Tobias Bocanegra (JIRA)" <ji...@apache.org> on 2008/01/26 18:01:43 UTC

[jira] Created: (SLING-204) add svn ignore pattern for intellij module file

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
            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.


[jira] Resolved: (SLING-204) add svn ignore pattern for intellij module file

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ 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.


[jira] Closed: (SLING-204) add svn ignore pattern for intellij module file

Posted by "Tobias Bocanegra (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tobias Bocanegra closed SLING-204.
----------------------------------


great. thanks.

> 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.


[jira] Assigned: (SLING-204) add svn ignore pattern for intellij module file

Posted by "Bertrand Delacretaz (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/SLING-204?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bertrand Delacretaz reassigned SLING-204:
-----------------------------------------

    Assignee: Bertrand Delacretaz

> 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.