Re: [maven-scm-api] Looking to perform svn remote move

2018-05-19 Thread Gary Gregory
On Fri, May 18, 2018 at 8:00 PM, Hervé BOUTEMY wrote: > Le vendredi 18 mai 2018, 22:36:20 CEST Rob Tompkins a écrit : > > > On May 18, 2018, at 3:30 PM, Michael Osipov > wrote: > > > > > > Am 2018-05-17 um 15:12 schrieb Rob Tompkins: > > > > Hello maven guys, > > > > > > > > Over on commons we’v

Re: [maven-scm-api] Looking to perform svn remote move

2018-05-18 Thread Hervé BOUTEMY
Le vendredi 18 mai 2018, 22:36:20 CEST Rob Tompkins a écrit : > > On May 18, 2018, at 3:30 PM, Michael Osipov wrote: > > > > Am 2018-05-17 um 15:12 schrieb Rob Tompkins: > > > Hello maven guys, > > > > > > Over on commons we’ve been writing our own release-plugin > > > > What is wrong with the

Re: [maven-scm-api] Looking to perform svn remote move

2018-05-18 Thread Gary Gregory
On Fri, May 18, 2018 at 2:36 PM, Rob Tompkins wrote: > > > > On May 18, 2018, at 3:30 PM, Michael Osipov wrote: > > > > Am 2018-05-17 um 15:12 schrieb Rob Tompkins: > > > Hello maven guys, > > > > > > Over on commons we’ve been writing our own release-plugin > > > > What is wrong with the curren

Re: [maven-scm-api] Looking to perform svn remote move

2018-05-18 Thread Rob Tompkins
> On May 18, 2018, at 3:30 PM, Michael Osipov wrote: > > Am 2018-05-17 um 15:12 schrieb Rob Tompkins: > > Hello maven guys, > > > > Over on commons we’ve been writing our own release-plugin > > What is wrong with the current Maven Release Plugin and why are you writing > your own whereas we c

Re: [maven-scm-api] Looking to perform svn remote move

2018-05-18 Thread Gary Gregory
On Fri, May 18, 2018 at 1:30 PM, Michael Osipov wrote: > Am 2018-05-17 um 15:12 schrieb Rob Tompkins: > > Hello maven guys, > > > > Over on commons we’ve been writing our own release-plugin > > What is wrong with the current Maven Release Plugin and why are you > writing your own whereas we could

Re: [maven-scm-api] Looking to perform svn remote move

2018-05-18 Thread Michael Osipov
Am 2018-05-17 um 15:12 schrieb Rob Tompkins: > Hello maven guys, > > Over on commons we’ve been writing our own release-plugin What is wrong with the current Maven Release Plugin and why are you writing your own whereas we could improve the current one, can't we? Michael

Re: [maven-scm-api] Looking to perform svn remote move

2018-05-17 Thread Gary Gregory
Could we also just do an Ant Mojo that executes SVN's svnmucc directly? Gary On Thu, May 17, 2018 at 7:12 AM, Rob Tompkins wrote: > Hello maven guys, > > Over on commons we’ve been writing our own release-plugin, and have the > idea to do the release promotion using a mojo. The goal here would

[maven-scm-api] Looking to perform svn remote move

2018-05-17 Thread Rob Tompkins
Hello maven guys, Over on commons we’ve been writing our own release-plugin, and have the idea to do the release promotion using a mojo. The goal here would be do do something analogous to svn mv . Is that available in the [maven-scm-api]? At first read it doesn’t look like it. Would you inste