Re: SVN Workflow and Backporting

2018-10-09 Thread Igal Sapir
On Tue, Oct 9, 2018 at 2:31 AM Mark Thomas wrote: > On 09/10/18 05:55, Igal Sapir wrote: > > On Mon, Oct 8, 2018 at 3:04 AM Mark Thomas wrote: > > > >> On 06/10/18 23:08, Igal Sapir wrote: > >>> I am rather new to SVN, and actually use it mostly via GIT, i.e. `git > svn > >>> rebase` and `git sv

Re: SVN Workflow and Backporting

2018-10-09 Thread Mark Thomas
On 09/10/18 05:55, Igal Sapir wrote: > On Mon, Oct 8, 2018 at 3:04 AM Mark Thomas wrote: > >> On 06/10/18 23:08, Igal Sapir wrote: >>> I am rather new to SVN, and actually use it mostly via GIT, i.e. `git svn >>> rebase` and `git svn dcommit`. >>> >>> What is the best way to backport specific pat

Re: SVN Workflow and Backporting

2018-10-08 Thread Rainer Jung
Am 09.10.2018 um 06:55 schrieb Igal Sapir: On Mon, Oct 8, 2018 at 3:04 AM Mark Thomas wrote: On 06/10/18 23:08, Igal Sapir wrote: I am rather new to SVN, and actually use it mostly via GIT, i.e. `git svn rebase` and `git svn dcommit`. What is the best way to backport specific patches from tr

Re: SVN Workflow and Backporting

2018-10-08 Thread Igal Sapir
On Mon, Oct 8, 2018 at 3:04 AM Mark Thomas wrote: > On 06/10/18 23:08, Igal Sapir wrote: > > I am rather new to SVN, and actually use it mostly via GIT, i.e. `git svn > > rebase` and `git svn dcommit`. > > > > What is the best way to backport specific patches from trunk to 8.5, 7.0, > > etc.? Pa

Re: SVN Workflow and Backporting

2018-10-08 Thread Mark Thomas
On 06/10/18 23:08, Igal Sapir wrote: > I am rather new to SVN, and actually use it mostly via GIT, i.e. `git svn > rebase` and `git svn dcommit`. > > What is the best way to backport specific patches from trunk to 8.5, 7.0, > etc.? Patch utility? SVN Merge? GIT cherry-pick (though the git mirro

SVN Workflow and Backporting

2018-10-06 Thread Igal Sapir
I am rather new to SVN, and actually use it mostly via GIT, i.e. `git svn rebase` and `git svn dcommit`. What is the best way to backport specific patches from trunk to 8.5, 7.0, etc.? Patch utility? SVN Merge? GIT cherry-pick (though the git mirrors have a separate repos which adds some comple