Re: Tool for Github PR integration

2015-05-07 Thread Eric Charles
We could start with the mailbox project which is mirrored on https://github.com/apache/james-mailbox Can you open a jira and describe there the process to follow? On 04/28/2015 05:02 PM, Benoit Tellier wrote: Hi, We released a tool for helping integrating Github PRs into James code. You

Re: Tool for Github PR integration

2015-05-07 Thread Benoit Tellier
I uploaded these tool on the Jira under MAILBOX-231 . I also opened the pull request for mailbox 224 To apply it using the tool, simply run : ./github_pull_request_to_svn.sh james-mailbox 9 once your are done with the review on github. On 05/07/15 11:48, Eric Charles wrote: We could start

Tool for Github PR integration

2015-04-28 Thread Benoit Tellier
Hi, We released a tool for helping integrating Github PRs into James code. You will find a script in the attached tar archive ( github_pull_request_to_svn.sh ) that allows you to import github commits composing a PR as SVN commits, to allow us to easily merge Github PR into James sources. You