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