[ 
https://issues.apache.org/jira/browse/FLEX-33175?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13439242#comment-13439242
 ] 

Justin Mclean edited comment on FLEX-33175 at 8/22/12 2:00 PM:
---------------------------------------------------------------

On OSX using curl and piping to patch seems to work well.

For example:
curl https://github.com/apache/flex/pull/7.patch | patch -p1

(from within your checked out SVN directory)

-p1 removes the "a" and "b" of the front of the paths in the github patch.

Not that patch -p1 will also work for ordinary git patches.
                
      was (Author: jmclean):
    On OSX using curl and piping to patch seems to work well.

For example:
curl https://github.com/apache/flex/pull/7.patch | patch -p1

(from within your checked out SVN directory)

-p1 removes the "a" and "b" of the front of the paths in the gitpatch
                  
> How do you integrating Github pull requests into current SVN repository
> -----------------------------------------------------------------------
>
>                 Key: FLEX-33175
>                 URL: https://issues.apache.org/jira/browse/FLEX-33175
>             Project: Apache Flex
>          Issue Type: Question
>            Reporter: Justin Mclean
>            Assignee: Bertrand Delacretaz
>
> We need a way to apply github pull requests (from the Flex github mirror) 
> into the current SVN repository.
> 1. How do we generate patch file from Github.
> 2. How we we apply the github patch to the current SVN repo.
> 3. How do we close the github pull request,
> Note that 1 + 2 will also help people working with git.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to