Re: switching svn to git for jspwiki ?

2016-09-26 Thread Juan Pablo Santos Rodríguez
Hi,

it's almost a week late, but I've just requested administrative Jenkins
access for Harry, David and myself, so we should be able to make changes to
the CI job without needing to file a JIRA issue. Right now our Jenkins job
uses JDK 6 (latest), Maven 3.0.4 and the source is grabbed from the git
repo, so seems everything is fine right now.

If somebody else wants to have an administrative account please drop me a
line here at dev@j.a.o and I'll try to grant access as soon as possible.


br,
juan pablo

On Tue, Sep 20, 2016 at 6:49 AM, Harry Metske 
wrote:

> +1
>
> For getting Jenkins access, see
> http://wiki.apache.org/general/Jenkins#How_do_I_get_an_account
>
> On 20 September 2016 at 05:00, David Vittor  wrote:
>
> > Looks good. Looks like Jenkins is building now.
> >
> > With Git we may need to update Jenkins to build different branches, e.g.
> > develop / master.
> >
> > Can we get "Configuration" access to the "JSPWiki" job in Jenkins? Is
> this
> > something we get grant each other or do we need to create an INFRA
> ticket?
> >
> > Cheers,
> > David V
> >
> >
> > On Sun, Sep 18, 2016 at 10:27 PM, Harry Metske 
> > wrote:
> >
> > > I just entered https://issues.apache.org/jira/browse/INFRA-12628 to
> ask
> > > the
> > > infra team to reflect the svn2git migration in our Jenkins job.
> > >
> > > regards,
> > > Harry
> > >
> > >
> > > On 16 September 2016 at 16:45, Harry Metske 
> > > wrote:
> > >
> > > > Sounds like a good plan!
> > > >
> > > > On 16 September 2016 at 13:07, David Vittor 
> wrote:
> > > >
> > > >> This looks good. I've had a play with it.
> > > >>
> > > >> Although I think the next thing is we have to work out how branches
> > and
> > > >> pull requests will work.
> > > >>
> > > >> I'm assuming we will start using feature branches, were we will
> have a
> > > >> different branch for each JIRA ticket.
> > > >>
> > > >> Then we need to merge these branches into some sort of a "develop"
> > > branch.
> > > >>
> > > >> Then when ready for release, we merge the develop branch into
> > "master",
> > > >> which will remain the last released version.
> > > >> i.e. http://nvie.com/posts/a-successful-git-branching-model/
> > > >>
> > > >> We should probably document this on the wiki somewhere.
> > > >>
> > > >> Cheers,
> > > >> David V
> > > >>
> > > >>
> > > >>
> > > >> On Fri, Sep 16, 2016 at 4:39 PM, Harry Metske <
> harry.met...@gmail.com
> > >
> > > >> wrote:
> > > >>
> > > >> > Hi,
> > > >> >
> > > >> > our svn to git migration is done.
> > > >> > New resources:
> > > >> > browse git repo :
> > > >> > https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary
> > > >> > git clone url : https://git-wip-us.apache.org/
> repos/asf/jspwiki.git
> > > >> > github mirror: https://github.com/apache/jspwiki
> > > >> >
> > > >> > I made some quick changes on our wiki to reflect this. We also
> need
> > > >> quite a
> > > >> > few changes on our static site, will try to do that later.
> > > >> >
> > > >> > regards,
> > > >> > Harry
> > > >> >
> > > >> >
> > > >> > On 22 August 2016 at 07:55, Harry Metske 
> > > >> wrote:
> > > >> >
> > > >> > > OK, asfinfra already has a model JIRA for this (SVN->GIT
> > Migration),
> > > >> > these
> > > >> > > fields must be entered, agree with these values ?  :
> > > >> > >
> > > >> > > Git Notification Mailing List  :  comm...@jspwiki.apache.org
> > > >> > > Git Repository Name   : jspwiki
> > > >> > > Git Repository Import Path  : https://svn.apache.org/repos/a
> > > >> sf/jspwiki
> > > >> > >
> > > >> > > And we should also have our Jenkins job changed...
> > > >> > >
> > > >> > > regards,
> > > >> > > Harry
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > On 21 August 2016 at 11:50, Dirk Frederickx <
> > > >> dirk.frederi...@gmail.com>
> > > >> > > wrote:
> > > >> > >
> > > >> > >> +1 for me too.
> > > >> > >>
> > > >> > >> dirk
> > > >> > >>
> > > >> > >> On Sat, Aug 20, 2016 at 9:00 PM, Juan Pablo Santos Rodríguez <
> > > >> > >> juanpablo.san...@gmail.com> wrote:
> > > >> > >>
> > > >> > >> > Hi,
> > > >> > >> >
> > > >> > >> > +1 here too
> > > >> > >> >
> > > >> > >> > br,
> > > >> > >> > juan pablo
> > > >> > >> >
> > > >> > >> > El 20 ago. 2016 5:14 a. m., "David Vittor" <
> dvit...@gmail.com>
> > > >> > >> escribió:
> > > >> > >> >
> > > >> > >> > > Oops on mobile. That was meant to be +1. :)
> > > >> > >> > > On 20/08/2016 1:13 PM, "David Vittor" 
> > > wrote:
> > > >> > >> > >
> > > >> > >> > > > ±1 for git from me also. I use this at work now also, so
> am
> > > >> > familiar
> > > >> > >> > with
> > > >> > >> > > > it.
> > > >> > >> > > >
> > > >> > >> > > > Cheers,
> > > >> > >> > > > David V
> > > >> > >> > > > On 20/08/2016 11:23 AM, "Dave Koelmeyer"
> > > >> > >>  > > >> > >> > > > co.nz> wrote:
> > > >> > >> > > >
> > > >> > >> 

Re: switching svn to git for jspwiki ?

2016-09-19 Thread David Vittor
Looks good. Looks like Jenkins is building now.

With Git we may need to update Jenkins to build different branches, e.g.
develop / master.

Can we get "Configuration" access to the "JSPWiki" job in Jenkins? Is this
something we get grant each other or do we need to create an INFRA ticket?

Cheers,
David V


On Sun, Sep 18, 2016 at 10:27 PM, Harry Metske 
wrote:

> I just entered https://issues.apache.org/jira/browse/INFRA-12628 to ask
> the
> infra team to reflect the svn2git migration in our Jenkins job.
>
> regards,
> Harry
>
>
> On 16 September 2016 at 16:45, Harry Metske 
> wrote:
>
> > Sounds like a good plan!
> >
> > On 16 September 2016 at 13:07, David Vittor  wrote:
> >
> >> This looks good. I've had a play with it.
> >>
> >> Although I think the next thing is we have to work out how branches and
> >> pull requests will work.
> >>
> >> I'm assuming we will start using feature branches, were we will have a
> >> different branch for each JIRA ticket.
> >>
> >> Then we need to merge these branches into some sort of a "develop"
> branch.
> >>
> >> Then when ready for release, we merge the develop branch into "master",
> >> which will remain the last released version.
> >> i.e. http://nvie.com/posts/a-successful-git-branching-model/
> >>
> >> We should probably document this on the wiki somewhere.
> >>
> >> Cheers,
> >> David V
> >>
> >>
> >>
> >> On Fri, Sep 16, 2016 at 4:39 PM, Harry Metske 
> >> wrote:
> >>
> >> > Hi,
> >> >
> >> > our svn to git migration is done.
> >> > New resources:
> >> > browse git repo :
> >> > https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary
> >> > git clone url : https://git-wip-us.apache.org/repos/asf/jspwiki.git
> >> > github mirror: https://github.com/apache/jspwiki
> >> >
> >> > I made some quick changes on our wiki to reflect this. We also need
> >> quite a
> >> > few changes on our static site, will try to do that later.
> >> >
> >> > regards,
> >> > Harry
> >> >
> >> >
> >> > On 22 August 2016 at 07:55, Harry Metske 
> >> wrote:
> >> >
> >> > > OK, asfinfra already has a model JIRA for this (SVN->GIT Migration),
> >> > these
> >> > > fields must be entered, agree with these values ?  :
> >> > >
> >> > > Git Notification Mailing List  :  comm...@jspwiki.apache.org
> >> > > Git Repository Name   : jspwiki
> >> > > Git Repository Import Path  : https://svn.apache.org/repos/a
> >> sf/jspwiki
> >> > >
> >> > > And we should also have our Jenkins job changed...
> >> > >
> >> > > regards,
> >> > > Harry
> >> > >
> >> > >
> >> > >
> >> > >
> >> > > On 21 August 2016 at 11:50, Dirk Frederickx <
> >> dirk.frederi...@gmail.com>
> >> > > wrote:
> >> > >
> >> > >> +1 for me too.
> >> > >>
> >> > >> dirk
> >> > >>
> >> > >> On Sat, Aug 20, 2016 at 9:00 PM, Juan Pablo Santos Rodríguez <
> >> > >> juanpablo.san...@gmail.com> wrote:
> >> > >>
> >> > >> > Hi,
> >> > >> >
> >> > >> > +1 here too
> >> > >> >
> >> > >> > br,
> >> > >> > juan pablo
> >> > >> >
> >> > >> > El 20 ago. 2016 5:14 a. m., "David Vittor" 
> >> > >> escribió:
> >> > >> >
> >> > >> > > Oops on mobile. That was meant to be +1. :)
> >> > >> > > On 20/08/2016 1:13 PM, "David Vittor" 
> wrote:
> >> > >> > >
> >> > >> > > > ±1 for git from me also. I use this at work now also, so am
> >> > familiar
> >> > >> > with
> >> > >> > > > it.
> >> > >> > > >
> >> > >> > > > Cheers,
> >> > >> > > > David V
> >> > >> > > > On 20/08/2016 11:23 AM, "Dave Koelmeyer"
> >> > >>  >> > >> > > > co.nz> wrote:
> >> > >> > > >
> >> > >> > > >> On a related note, if this goes ahead perhaps someone (at
> some
> >> > >> stage)
> >> > >> > > >> can summarise some of the pros of switching to git and I can
> >> > >> create an
> >> > >> > > >> announcement blog post.
> >> > >> > > >>
> >> > >> > > >> Cheers,
> >> > >> > > >> Dave
> >> > >> > > >>
> >> > >> > > >> On 20/08/16 06:01, Jürgen Weber wrote:
> >> > >> > > >> > Hi,
> >> > >> > > >> >
> >> > >> > > >> > I am for git, too.
> >> > >> > > >> > But is there an apache.org repository?
> >> > >> > > >> >
> >> > >> > > >> > Cheers,
> >> > >> > > >> > Juergen
> >> > >> > > >> >
> >> > >> > > >> > 2016-08-19 18:36 GMT+02:00 Harry Metske <
> >> > harry.met...@gmail.com
> >> > >> >:
> >> > >> > > >> >> Hi all,
> >> > >> > > >> >>
> >> > >> > > >> >> how would anyone feel if we migrated our jspwiki codebase
> >> from
> >> > >> svn
> >> > >> > to
> >> > >> > > >> git
> >> > >> > > >> >> (github or somewhere else in the apache domain) ?
> >> > >> > > >> >>
> >> > >> > > >> >> I have a strong preference for git (I hardly use svn
> these
> >> > >> days), I
> >> > >> > > >> guess
> >> > >> > > >> >> most of you feel the same.
> >> > >> > > >> >>
> >> > >> > > >> >> If there are no showstoppers, we could ask infra for the
> >> > >> options.
> >> > >> > > >> >>
> >> > >> > > >> >> regards,
> >> > >> > 

Re: switching svn to git for jspwiki ?

2016-09-18 Thread Harry Metske
I just entered https://issues.apache.org/jira/browse/INFRA-12628 to ask the
infra team to reflect the svn2git migration in our Jenkins job.

regards,
Harry


On 16 September 2016 at 16:45, Harry Metske  wrote:

> Sounds like a good plan!
>
> On 16 September 2016 at 13:07, David Vittor  wrote:
>
>> This looks good. I've had a play with it.
>>
>> Although I think the next thing is we have to work out how branches and
>> pull requests will work.
>>
>> I'm assuming we will start using feature branches, were we will have a
>> different branch for each JIRA ticket.
>>
>> Then we need to merge these branches into some sort of a "develop" branch.
>>
>> Then when ready for release, we merge the develop branch into "master",
>> which will remain the last released version.
>> i.e. http://nvie.com/posts/a-successful-git-branching-model/
>>
>> We should probably document this on the wiki somewhere.
>>
>> Cheers,
>> David V
>>
>>
>>
>> On Fri, Sep 16, 2016 at 4:39 PM, Harry Metske 
>> wrote:
>>
>> > Hi,
>> >
>> > our svn to git migration is done.
>> > New resources:
>> > browse git repo :
>> > https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary
>> > git clone url : https://git-wip-us.apache.org/repos/asf/jspwiki.git
>> > github mirror: https://github.com/apache/jspwiki
>> >
>> > I made some quick changes on our wiki to reflect this. We also need
>> quite a
>> > few changes on our static site, will try to do that later.
>> >
>> > regards,
>> > Harry
>> >
>> >
>> > On 22 August 2016 at 07:55, Harry Metske 
>> wrote:
>> >
>> > > OK, asfinfra already has a model JIRA for this (SVN->GIT Migration),
>> > these
>> > > fields must be entered, agree with these values ?  :
>> > >
>> > > Git Notification Mailing List  :  comm...@jspwiki.apache.org
>> > > Git Repository Name   : jspwiki
>> > > Git Repository Import Path  : https://svn.apache.org/repos/a
>> sf/jspwiki
>> > >
>> > > And we should also have our Jenkins job changed...
>> > >
>> > > regards,
>> > > Harry
>> > >
>> > >
>> > >
>> > >
>> > > On 21 August 2016 at 11:50, Dirk Frederickx <
>> dirk.frederi...@gmail.com>
>> > > wrote:
>> > >
>> > >> +1 for me too.
>> > >>
>> > >> dirk
>> > >>
>> > >> On Sat, Aug 20, 2016 at 9:00 PM, Juan Pablo Santos Rodríguez <
>> > >> juanpablo.san...@gmail.com> wrote:
>> > >>
>> > >> > Hi,
>> > >> >
>> > >> > +1 here too
>> > >> >
>> > >> > br,
>> > >> > juan pablo
>> > >> >
>> > >> > El 20 ago. 2016 5:14 a. m., "David Vittor" 
>> > >> escribió:
>> > >> >
>> > >> > > Oops on mobile. That was meant to be +1. :)
>> > >> > > On 20/08/2016 1:13 PM, "David Vittor"  wrote:
>> > >> > >
>> > >> > > > ±1 for git from me also. I use this at work now also, so am
>> > familiar
>> > >> > with
>> > >> > > > it.
>> > >> > > >
>> > >> > > > Cheers,
>> > >> > > > David V
>> > >> > > > On 20/08/2016 11:23 AM, "Dave Koelmeyer"
>> > >> > > >> > > > co.nz> wrote:
>> > >> > > >
>> > >> > > >> On a related note, if this goes ahead perhaps someone (at some
>> > >> stage)
>> > >> > > >> can summarise some of the pros of switching to git and I can
>> > >> create an
>> > >> > > >> announcement blog post.
>> > >> > > >>
>> > >> > > >> Cheers,
>> > >> > > >> Dave
>> > >> > > >>
>> > >> > > >> On 20/08/16 06:01, Jürgen Weber wrote:
>> > >> > > >> > Hi,
>> > >> > > >> >
>> > >> > > >> > I am for git, too.
>> > >> > > >> > But is there an apache.org repository?
>> > >> > > >> >
>> > >> > > >> > Cheers,
>> > >> > > >> > Juergen
>> > >> > > >> >
>> > >> > > >> > 2016-08-19 18:36 GMT+02:00 Harry Metske <
>> > harry.met...@gmail.com
>> > >> >:
>> > >> > > >> >> Hi all,
>> > >> > > >> >>
>> > >> > > >> >> how would anyone feel if we migrated our jspwiki codebase
>> from
>> > >> svn
>> > >> > to
>> > >> > > >> git
>> > >> > > >> >> (github or somewhere else in the apache domain) ?
>> > >> > > >> >>
>> > >> > > >> >> I have a strong preference for git (I hardly use svn these
>> > >> days), I
>> > >> > > >> guess
>> > >> > > >> >> most of you feel the same.
>> > >> > > >> >>
>> > >> > > >> >> If there are no showstoppers, we could ask infra for the
>> > >> options.
>> > >> > > >> >>
>> > >> > > >> >> regards,
>> > >> > > >> >> Harry
>> > >> > > >>
>> > >> > > >> --
>> > >> > > >> Dave Koelmeyer
>> > >> > > >> http://blog.davekoelmeyer.co.nz
>> > >> > > >> GPG Key ID: 0x238BFF87
>> > >> > > >>
>> > >> > > >>
>> > >> > >
>> > >> >
>> > >>
>> > >
>> > >
>> >
>>
>
>


Re: switching svn to git for jspwiki ?

2016-09-16 Thread Harry Metske
Sounds like a good plan!

On 16 September 2016 at 13:07, David Vittor  wrote:

> This looks good. I've had a play with it.
>
> Although I think the next thing is we have to work out how branches and
> pull requests will work.
>
> I'm assuming we will start using feature branches, were we will have a
> different branch for each JIRA ticket.
>
> Then we need to merge these branches into some sort of a "develop" branch.
>
> Then when ready for release, we merge the develop branch into "master",
> which will remain the last released version.
> i.e. http://nvie.com/posts/a-successful-git-branching-model/
>
> We should probably document this on the wiki somewhere.
>
> Cheers,
> David V
>
>
>
> On Fri, Sep 16, 2016 at 4:39 PM, Harry Metske 
> wrote:
>
> > Hi,
> >
> > our svn to git migration is done.
> > New resources:
> > browse git repo :
> > https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary
> > git clone url : https://git-wip-us.apache.org/repos/asf/jspwiki.git
> > github mirror: https://github.com/apache/jspwiki
> >
> > I made some quick changes on our wiki to reflect this. We also need
> quite a
> > few changes on our static site, will try to do that later.
> >
> > regards,
> > Harry
> >
> >
> > On 22 August 2016 at 07:55, Harry Metske  wrote:
> >
> > > OK, asfinfra already has a model JIRA for this (SVN->GIT Migration),
> > these
> > > fields must be entered, agree with these values ?  :
> > >
> > > Git Notification Mailing List  :  comm...@jspwiki.apache.org
> > > Git Repository Name   : jspwiki
> > > Git Repository Import Path  : https://svn.apache.org/repos/asf/jspwiki
> > >
> > > And we should also have our Jenkins job changed...
> > >
> > > regards,
> > > Harry
> > >
> > >
> > >
> > >
> > > On 21 August 2016 at 11:50, Dirk Frederickx  >
> > > wrote:
> > >
> > >> +1 for me too.
> > >>
> > >> dirk
> > >>
> > >> On Sat, Aug 20, 2016 at 9:00 PM, Juan Pablo Santos Rodríguez <
> > >> juanpablo.san...@gmail.com> wrote:
> > >>
> > >> > Hi,
> > >> >
> > >> > +1 here too
> > >> >
> > >> > br,
> > >> > juan pablo
> > >> >
> > >> > El 20 ago. 2016 5:14 a. m., "David Vittor" 
> > >> escribió:
> > >> >
> > >> > > Oops on mobile. That was meant to be +1. :)
> > >> > > On 20/08/2016 1:13 PM, "David Vittor"  wrote:
> > >> > >
> > >> > > > ±1 for git from me also. I use this at work now also, so am
> > familiar
> > >> > with
> > >> > > > it.
> > >> > > >
> > >> > > > Cheers,
> > >> > > > David V
> > >> > > > On 20/08/2016 11:23 AM, "Dave Koelmeyer"
> > >>  > >> > > > co.nz> wrote:
> > >> > > >
> > >> > > >> On a related note, if this goes ahead perhaps someone (at some
> > >> stage)
> > >> > > >> can summarise some of the pros of switching to git and I can
> > >> create an
> > >> > > >> announcement blog post.
> > >> > > >>
> > >> > > >> Cheers,
> > >> > > >> Dave
> > >> > > >>
> > >> > > >> On 20/08/16 06:01, Jürgen Weber wrote:
> > >> > > >> > Hi,
> > >> > > >> >
> > >> > > >> > I am for git, too.
> > >> > > >> > But is there an apache.org repository?
> > >> > > >> >
> > >> > > >> > Cheers,
> > >> > > >> > Juergen
> > >> > > >> >
> > >> > > >> > 2016-08-19 18:36 GMT+02:00 Harry Metske <
> > harry.met...@gmail.com
> > >> >:
> > >> > > >> >> Hi all,
> > >> > > >> >>
> > >> > > >> >> how would anyone feel if we migrated our jspwiki codebase
> from
> > >> svn
> > >> > to
> > >> > > >> git
> > >> > > >> >> (github or somewhere else in the apache domain) ?
> > >> > > >> >>
> > >> > > >> >> I have a strong preference for git (I hardly use svn these
> > >> days), I
> > >> > > >> guess
> > >> > > >> >> most of you feel the same.
> > >> > > >> >>
> > >> > > >> >> If there are no showstoppers, we could ask infra for the
> > >> options.
> > >> > > >> >>
> > >> > > >> >> regards,
> > >> > > >> >> Harry
> > >> > > >>
> > >> > > >> --
> > >> > > >> Dave Koelmeyer
> > >> > > >> http://blog.davekoelmeyer.co.nz
> > >> > > >> GPG Key ID: 0x238BFF87
> > >> > > >>
> > >> > > >>
> > >> > >
> > >> >
> > >>
> > >
> > >
> >
>


Re: switching svn to git for jspwiki ?

2016-09-16 Thread David Vittor
This looks good. I've had a play with it.

Although I think the next thing is we have to work out how branches and
pull requests will work.

I'm assuming we will start using feature branches, were we will have a
different branch for each JIRA ticket.

Then we need to merge these branches into some sort of a "develop" branch.

Then when ready for release, we merge the develop branch into "master",
which will remain the last released version.
i.e. http://nvie.com/posts/a-successful-git-branching-model/

We should probably document this on the wiki somewhere.

Cheers,
David V



On Fri, Sep 16, 2016 at 4:39 PM, Harry Metske 
wrote:

> Hi,
>
> our svn to git migration is done.
> New resources:
> browse git repo :
> https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary
> git clone url : https://git-wip-us.apache.org/repos/asf/jspwiki.git
> github mirror: https://github.com/apache/jspwiki
>
> I made some quick changes on our wiki to reflect this. We also need quite a
> few changes on our static site, will try to do that later.
>
> regards,
> Harry
>
>
> On 22 August 2016 at 07:55, Harry Metske  wrote:
>
> > OK, asfinfra already has a model JIRA for this (SVN->GIT Migration),
> these
> > fields must be entered, agree with these values ?  :
> >
> > Git Notification Mailing List  :  comm...@jspwiki.apache.org
> > Git Repository Name   : jspwiki
> > Git Repository Import Path  : https://svn.apache.org/repos/asf/jspwiki
> >
> > And we should also have our Jenkins job changed...
> >
> > regards,
> > Harry
> >
> >
> >
> >
> > On 21 August 2016 at 11:50, Dirk Frederickx 
> > wrote:
> >
> >> +1 for me too.
> >>
> >> dirk
> >>
> >> On Sat, Aug 20, 2016 at 9:00 PM, Juan Pablo Santos Rodríguez <
> >> juanpablo.san...@gmail.com> wrote:
> >>
> >> > Hi,
> >> >
> >> > +1 here too
> >> >
> >> > br,
> >> > juan pablo
> >> >
> >> > El 20 ago. 2016 5:14 a. m., "David Vittor" 
> >> escribió:
> >> >
> >> > > Oops on mobile. That was meant to be +1. :)
> >> > > On 20/08/2016 1:13 PM, "David Vittor"  wrote:
> >> > >
> >> > > > ±1 for git from me also. I use this at work now also, so am
> familiar
> >> > with
> >> > > > it.
> >> > > >
> >> > > > Cheers,
> >> > > > David V
> >> > > > On 20/08/2016 11:23 AM, "Dave Koelmeyer"
> >>  >> > > > co.nz> wrote:
> >> > > >
> >> > > >> On a related note, if this goes ahead perhaps someone (at some
> >> stage)
> >> > > >> can summarise some of the pros of switching to git and I can
> >> create an
> >> > > >> announcement blog post.
> >> > > >>
> >> > > >> Cheers,
> >> > > >> Dave
> >> > > >>
> >> > > >> On 20/08/16 06:01, Jürgen Weber wrote:
> >> > > >> > Hi,
> >> > > >> >
> >> > > >> > I am for git, too.
> >> > > >> > But is there an apache.org repository?
> >> > > >> >
> >> > > >> > Cheers,
> >> > > >> > Juergen
> >> > > >> >
> >> > > >> > 2016-08-19 18:36 GMT+02:00 Harry Metske <
> harry.met...@gmail.com
> >> >:
> >> > > >> >> Hi all,
> >> > > >> >>
> >> > > >> >> how would anyone feel if we migrated our jspwiki codebase from
> >> svn
> >> > to
> >> > > >> git
> >> > > >> >> (github or somewhere else in the apache domain) ?
> >> > > >> >>
> >> > > >> >> I have a strong preference for git (I hardly use svn these
> >> days), I
> >> > > >> guess
> >> > > >> >> most of you feel the same.
> >> > > >> >>
> >> > > >> >> If there are no showstoppers, we could ask infra for the
> >> options.
> >> > > >> >>
> >> > > >> >> regards,
> >> > > >> >> Harry
> >> > > >>
> >> > > >> --
> >> > > >> Dave Koelmeyer
> >> > > >> http://blog.davekoelmeyer.co.nz
> >> > > >> GPG Key ID: 0x238BFF87
> >> > > >>
> >> > > >>
> >> > >
> >> >
> >>
> >
> >
>


Re: switching svn to git for jspwiki ?

2016-09-16 Thread Harry Metske
Hi,

our svn to git migration is done.
New resources:
browse git repo :
https://git-wip-us.apache.org/repos/asf?p=jspwiki.git;a=summary
git clone url : https://git-wip-us.apache.org/repos/asf/jspwiki.git
github mirror: https://github.com/apache/jspwiki

I made some quick changes on our wiki to reflect this. We also need quite a
few changes on our static site, will try to do that later.

regards,
Harry


On 22 August 2016 at 07:55, Harry Metske  wrote:

> OK, asfinfra already has a model JIRA for this (SVN->GIT Migration), these
> fields must be entered, agree with these values ?  :
>
> Git Notification Mailing List  :  comm...@jspwiki.apache.org
> Git Repository Name   : jspwiki
> Git Repository Import Path  : https://svn.apache.org/repos/asf/jspwiki
>
> And we should also have our Jenkins job changed...
>
> regards,
> Harry
>
>
>
>
> On 21 August 2016 at 11:50, Dirk Frederickx 
> wrote:
>
>> +1 for me too.
>>
>> dirk
>>
>> On Sat, Aug 20, 2016 at 9:00 PM, Juan Pablo Santos Rodríguez <
>> juanpablo.san...@gmail.com> wrote:
>>
>> > Hi,
>> >
>> > +1 here too
>> >
>> > br,
>> > juan pablo
>> >
>> > El 20 ago. 2016 5:14 a. m., "David Vittor" 
>> escribió:
>> >
>> > > Oops on mobile. That was meant to be +1. :)
>> > > On 20/08/2016 1:13 PM, "David Vittor"  wrote:
>> > >
>> > > > ±1 for git from me also. I use this at work now also, so am familiar
>> > with
>> > > > it.
>> > > >
>> > > > Cheers,
>> > > > David V
>> > > > On 20/08/2016 11:23 AM, "Dave Koelmeyer"
>> > > > > co.nz> wrote:
>> > > >
>> > > >> On a related note, if this goes ahead perhaps someone (at some
>> stage)
>> > > >> can summarise some of the pros of switching to git and I can
>> create an
>> > > >> announcement blog post.
>> > > >>
>> > > >> Cheers,
>> > > >> Dave
>> > > >>
>> > > >> On 20/08/16 06:01, Jürgen Weber wrote:
>> > > >> > Hi,
>> > > >> >
>> > > >> > I am for git, too.
>> > > >> > But is there an apache.org repository?
>> > > >> >
>> > > >> > Cheers,
>> > > >> > Juergen
>> > > >> >
>> > > >> > 2016-08-19 18:36 GMT+02:00 Harry Metske > >:
>> > > >> >> Hi all,
>> > > >> >>
>> > > >> >> how would anyone feel if we migrated our jspwiki codebase from
>> svn
>> > to
>> > > >> git
>> > > >> >> (github or somewhere else in the apache domain) ?
>> > > >> >>
>> > > >> >> I have a strong preference for git (I hardly use svn these
>> days), I
>> > > >> guess
>> > > >> >> most of you feel the same.
>> > > >> >>
>> > > >> >> If there are no showstoppers, we could ask infra for the
>> options.
>> > > >> >>
>> > > >> >> regards,
>> > > >> >> Harry
>> > > >>
>> > > >> --
>> > > >> Dave Koelmeyer
>> > > >> http://blog.davekoelmeyer.co.nz
>> > > >> GPG Key ID: 0x238BFF87
>> > > >>
>> > > >>
>> > >
>> >
>>
>
>


Re: switching svn to git for jspwiki ?

2016-08-21 Thread Harry Metske
OK, asfinfra already has a model JIRA for this (SVN->GIT Migration), these
fields must be entered, agree with these values ?  :

Git Notification Mailing List  :  comm...@jspwiki.apache.org
Git Repository Name   : jspwiki
Git Repository Import Path  : https://svn.apache.org/repos/asf/jspwiki

And we should also have our Jenkins job changed...

regards,
Harry



On 21 August 2016 at 11:50, Dirk Frederickx 
wrote:

> +1 for me too.
>
> dirk
>
> On Sat, Aug 20, 2016 at 9:00 PM, Juan Pablo Santos Rodríguez <
> juanpablo.san...@gmail.com> wrote:
>
> > Hi,
> >
> > +1 here too
> >
> > br,
> > juan pablo
> >
> > El 20 ago. 2016 5:14 a. m., "David Vittor"  escribió:
> >
> > > Oops on mobile. That was meant to be +1. :)
> > > On 20/08/2016 1:13 PM, "David Vittor"  wrote:
> > >
> > > > ±1 for git from me also. I use this at work now also, so am familiar
> > with
> > > > it.
> > > >
> > > > Cheers,
> > > > David V
> > > > On 20/08/2016 11:23 AM, "Dave Koelmeyer"
>  > > > co.nz> wrote:
> > > >
> > > >> On a related note, if this goes ahead perhaps someone (at some
> stage)
> > > >> can summarise some of the pros of switching to git and I can create
> an
> > > >> announcement blog post.
> > > >>
> > > >> Cheers,
> > > >> Dave
> > > >>
> > > >> On 20/08/16 06:01, Jürgen Weber wrote:
> > > >> > Hi,
> > > >> >
> > > >> > I am for git, too.
> > > >> > But is there an apache.org repository?
> > > >> >
> > > >> > Cheers,
> > > >> > Juergen
> > > >> >
> > > >> > 2016-08-19 18:36 GMT+02:00 Harry Metske :
> > > >> >> Hi all,
> > > >> >>
> > > >> >> how would anyone feel if we migrated our jspwiki codebase from
> svn
> > to
> > > >> git
> > > >> >> (github or somewhere else in the apache domain) ?
> > > >> >>
> > > >> >> I have a strong preference for git (I hardly use svn these
> days), I
> > > >> guess
> > > >> >> most of you feel the same.
> > > >> >>
> > > >> >> If there are no showstoppers, we could ask infra for the options.
> > > >> >>
> > > >> >> regards,
> > > >> >> Harry
> > > >>
> > > >> --
> > > >> Dave Koelmeyer
> > > >> http://blog.davekoelmeyer.co.nz
> > > >> GPG Key ID: 0x238BFF87
> > > >>
> > > >>
> > >
> >
>


Re: switching svn to git for jspwiki ?

2016-08-20 Thread Juan Pablo Santos Rodríguez
Hi,

+1 here too

br,
juan pablo

El 20 ago. 2016 5:14 a. m., "David Vittor"  escribió:

> Oops on mobile. That was meant to be +1. :)
> On 20/08/2016 1:13 PM, "David Vittor"  wrote:
>
> > ±1 for git from me also. I use this at work now also, so am familiar with
> > it.
> >
> > Cheers,
> > David V
> > On 20/08/2016 11:23 AM, "Dave Koelmeyer"  > co.nz> wrote:
> >
> >> On a related note, if this goes ahead perhaps someone (at some stage)
> >> can summarise some of the pros of switching to git and I can create an
> >> announcement blog post.
> >>
> >> Cheers,
> >> Dave
> >>
> >> On 20/08/16 06:01, Jürgen Weber wrote:
> >> > Hi,
> >> >
> >> > I am for git, too.
> >> > But is there an apache.org repository?
> >> >
> >> > Cheers,
> >> > Juergen
> >> >
> >> > 2016-08-19 18:36 GMT+02:00 Harry Metske :
> >> >> Hi all,
> >> >>
> >> >> how would anyone feel if we migrated our jspwiki codebase from svn to
> >> git
> >> >> (github or somewhere else in the apache domain) ?
> >> >>
> >> >> I have a strong preference for git (I hardly use svn these days), I
> >> guess
> >> >> most of you feel the same.
> >> >>
> >> >> If there are no showstoppers, we could ask infra for the options.
> >> >>
> >> >> regards,
> >> >> Harry
> >>
> >> --
> >> Dave Koelmeyer
> >> http://blog.davekoelmeyer.co.nz
> >> GPG Key ID: 0x238BFF87
> >>
> >>
>


Re: switching svn to git for jspwiki ?

2016-08-19 Thread David Vittor
Oops on mobile. That was meant to be +1. :)
On 20/08/2016 1:13 PM, "David Vittor"  wrote:

> ±1 for git from me also. I use this at work now also, so am familiar with
> it.
>
> Cheers,
> David V
> On 20/08/2016 11:23 AM, "Dave Koelmeyer"  co.nz> wrote:
>
>> On a related note, if this goes ahead perhaps someone (at some stage)
>> can summarise some of the pros of switching to git and I can create an
>> announcement blog post.
>>
>> Cheers,
>> Dave
>>
>> On 20/08/16 06:01, Jürgen Weber wrote:
>> > Hi,
>> >
>> > I am for git, too.
>> > But is there an apache.org repository?
>> >
>> > Cheers,
>> > Juergen
>> >
>> > 2016-08-19 18:36 GMT+02:00 Harry Metske :
>> >> Hi all,
>> >>
>> >> how would anyone feel if we migrated our jspwiki codebase from svn to
>> git
>> >> (github or somewhere else in the apache domain) ?
>> >>
>> >> I have a strong preference for git (I hardly use svn these days), I
>> guess
>> >> most of you feel the same.
>> >>
>> >> If there are no showstoppers, we could ask infra for the options.
>> >>
>> >> regards,
>> >> Harry
>>
>> --
>> Dave Koelmeyer
>> http://blog.davekoelmeyer.co.nz
>> GPG Key ID: 0x238BFF87
>>
>>


Re: switching svn to git for jspwiki ?

2016-08-19 Thread David Vittor
±1 for git from me also. I use this at work now also, so am familiar with
it.

Cheers,
David V
On 20/08/2016 11:23 AM, "Dave Koelmeyer" 
wrote:

> On a related note, if this goes ahead perhaps someone (at some stage)
> can summarise some of the pros of switching to git and I can create an
> announcement blog post.
>
> Cheers,
> Dave
>
> On 20/08/16 06:01, Jürgen Weber wrote:
> > Hi,
> >
> > I am for git, too.
> > But is there an apache.org repository?
> >
> > Cheers,
> > Juergen
> >
> > 2016-08-19 18:36 GMT+02:00 Harry Metske :
> >> Hi all,
> >>
> >> how would anyone feel if we migrated our jspwiki codebase from svn to
> git
> >> (github or somewhere else in the apache domain) ?
> >>
> >> I have a strong preference for git (I hardly use svn these days), I
> guess
> >> most of you feel the same.
> >>
> >> If there are no showstoppers, we could ask infra for the options.
> >>
> >> regards,
> >> Harry
>
> --
> Dave Koelmeyer
> http://blog.davekoelmeyer.co.nz
> GPG Key ID: 0x238BFF87
>
>


Re: switching svn to git for jspwiki ?

2016-08-19 Thread Dave Koelmeyer
On a related note, if this goes ahead perhaps someone (at some stage)
can summarise some of the pros of switching to git and I can create an
announcement blog post.

Cheers,
Dave

On 20/08/16 06:01, Jürgen Weber wrote:
> Hi,
>
> I am for git, too.
> But is there an apache.org repository?
>
> Cheers,
> Juergen
>
> 2016-08-19 18:36 GMT+02:00 Harry Metske :
>> Hi all,
>>
>> how would anyone feel if we migrated our jspwiki codebase from svn to git
>> (github or somewhere else in the apache domain) ?
>>
>> I have a strong preference for git (I hardly use svn these days), I guess
>> most of you feel the same.
>>
>> If there are no showstoppers, we could ask infra for the options.
>>
>> regards,
>> Harry

-- 
Dave Koelmeyer
http://blog.davekoelmeyer.co.nz
GPG Key ID: 0x238BFF87