You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "Vasily Zakharov (JIRA)" <ji...@apache.org> on 2008/04/10 18:38:08 UTC

[jira] Created: (GERONIMO-3957) Updating svn:ignore lists

Updating svn:ignore lists
-------------------------

                 Key: GERONIMO-3957
                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
             Project: Geronimo
          Issue Type: Bug
      Security Level: public (Regular issues)
          Components: general
    Affects Versions: 2.1, 2.0.2
            Reporter: Vasily Zakharov


When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
Probably they just need to be added to the corresponding SVN ignore list.



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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: Geronimo-3957-21.patch

Attached patch for branches/2.1


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: Geronimo-3957-20.patch

Attached patch for branches/2.0


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: SVNPropPatch.java

I've found no reasonable way to create a transferable patch containing SVN property changes, so I've created a script (SVNPropPatch.java, attached) converting the `svn diff` output to a shell script making the necessary changes. The script is supposed to work as follows:

$ cd GeronimoTrunk
$ cat Geronimo-3957-Trunk.patch | java SVNPropPatch > Geronimo-3957-Trunk.sh
$ chmod +x Geronimo-3957-Trunk.sh
$ ./Geronimo-3957-Trunk.sh


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Commented: (GERONIMO-3957) Updating svn:ignore lists

Posted by "Jacek Laskowski (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588530#action_12588530 ] 

Jacek Laskowski commented on GERONIMO-3957:
-------------------------------------------

jlaskowski@work /cygdrive/c/oss/geronimo
$ patch -p0 < Geronimo-3957-Trunk.patch
patch: **** Only garbage was found in the patch input.

How can I work it out?

> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment:     (was: Geronimo-3957-20.patch)

> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-20.sh, Geronimo-3957-21.patch, Geronimo-3957-21.sh, Geronimo-3957-210.patch, Geronimo-3957-210.sh, Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.sh, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: Geronimo-3957-Trunk.patch

Attached updated patch for trunk.


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: Geronimo-3957-Trunk.patch

Attached patch for trunk.


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-Trunk.patch
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment:     (was: Geronimo-3957-Trunk.patch)

> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-20.sh, Geronimo-3957-21.patch, Geronimo-3957-21.sh, Geronimo-3957-210.patch, Geronimo-3957-210.sh, Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.sh, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Commented: (GERONIMO-3957) Updating svn:ignore lists

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589537#action_12589537 ] 

Vasily Zakharov commented on GERONIMO-3957:
-------------------------------------------

The issue has some discussion history since more than a year ago:
http://thread.gmane.org/gmane.comp.java.geronimo.devel/44831
http://thread.gmane.org/gmane.comp.java.geronimo.devel/47357
http://thread.gmane.org/gmane.comp.java.geronimo.devel/61416


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: Geronimo-3957-210.patch 

Attached patch for tags/2.1.0


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: Geronimo-3957-210.patch
                Geronimo-3957-21.patch
                Geronimo-3957-20.patch

> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment:     (was: Geronimo-3957-210.patch )

> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-20.sh, Geronimo-3957-21.patch, Geronimo-3957-21.sh, Geronimo-3957-210.patch, Geronimo-3957-210.sh, Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.sh, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Commented: (GERONIMO-3957) Updating svn:ignore lists

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589553#action_12589553 ] 

Vasily Zakharov commented on GERONIMO-3957:
-------------------------------------------

And the final discussion:
http://thread.gmane.org/gmane.comp.java.geronimo.devel/61550


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Commented: (GERONIMO-3957) Updating svn:ignore lists

Posted by "Vasily Zakharov (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12589159#action_12589159 ] 

Vasily Zakharov commented on GERONIMO-3957:
-------------------------------------------

Jacek,

Sorry for those dumb attachments, it looks like svn properties can't be handled by patches in any way.
I'll provide a script of some kind to make those changes.


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Commented: (GERONIMO-3957) Updating svn:ignore lists

Posted by "Donald Woods (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/GERONIMO-3957?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12588564#action_12588564 ] 

Donald Woods commented on GERONIMO-3957:
----------------------------------------

This should be discussed and voted on before changing the default svn props, as it should be a project-wide set of props that are documented and always set in server, specs, devtools, samples, .... not just in the server branches.

> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-21.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment:     (was: Geronimo-3957-21.patch)

> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-20.sh, Geronimo-3957-21.patch, Geronimo-3957-21.sh, Geronimo-3957-210.patch, Geronimo-3957-210.sh, Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.sh, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: Geronimo-3957-21.sh
                Geronimo-3957-20.sh
                Geronimo-3957-Trunk.patch

> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-20.patch, Geronimo-3957-20.sh, Geronimo-3957-21.patch, Geronimo-3957-21.patch, Geronimo-3957-21.sh, Geronimo-3957-210.patch, Geronimo-3957-210.patch , Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.patch, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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


[jira] Updated: (GERONIMO-3957) Updating svn:ignore lists

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

Vasily Zakharov updated GERONIMO-3957:
--------------------------------------

    Attachment: Geronimo-3957-Trunk.sh
                Geronimo-3957-210.sh

Attached the updated patches and the generated scripts to apply.


> Updating svn:ignore lists
> -------------------------
>
>                 Key: GERONIMO-3957
>                 URL: https://issues.apache.org/jira/browse/GERONIMO-3957
>             Project: Geronimo
>          Issue Type: Bug
>      Security Level: public(Regular issues) 
>          Components: general
>    Affects Versions: 2.0.2, 2.1
>            Reporter: Vasily Zakharov
>         Attachments: Geronimo-3957-20.patch, Geronimo-3957-20.sh, Geronimo-3957-21.patch, Geronimo-3957-21.sh, Geronimo-3957-210.patch, Geronimo-3957-210.sh, Geronimo-3957-Trunk.patch, Geronimo-3957-Trunk.sh, SVNPropPatch.java
>
>
> When trying to create a patch in an already-built environment, a lot of build-generated directories get in the way.
> Probably they just need to be added to the corresponding SVN ignore list.

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