Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-10-11 Thread Mattmann, Chris A (3980)
Val here are some docs on the ASF Git workflow in general that
may help you:

https://git-wip-us.apache.org/


Cheers,
Chris

++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattm...@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++





-Original Message-
From: "Mallder, Valerie" 
Reply-To: 
Date: Tuesday, September 29, 2015 at 7:51 AM
To: "dev@oodt.apache.org" 
Subject: RE: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

>Could someone write up a tutorial on using git for the OODT repository?
>I know there are generic tutorials out there, but one that is specific to
>using git for OODT will be appreciated.  Also, some hints on how to use
>(and best way to use for OODT) whatever great features git has that
>caused you to switch over to it in the first place would be very helpful.
>
>A little help for the git-impaired would be appreciated.
>
>
>Valerie A. Mallder
>New Horizons Deputy Mission System Engineer
>Johns Hopkins University/Applied Physics Laboratory
>
>> -Original Message-
>> From: ke...@apache.org [mailto:ke...@apache.org]
>> Sent: Tuesday, September 29, 2015 10:37 AM
>> To: dev@oodt.apache.org
>> Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
>> 
>> > Can as many people as possible please check out the read only .git
>> > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
>> > We need to verify that it looks as expected, we have not lost any
>> > branches, trunk is up-to-date, etc.
>> 
>> Looks good to me.
>> 
>> --k
>



Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-10-02 Thread Lewis John Mcgibbney
Hi Chris,
OK, had to do the following

# local checkout
$ git init
$ git remote add origin https://path/toupstream/origin.git
$ git checkout -b merge-branch
$ git fetch --all
$ git reset --hard origin/master
$ git checkout master

Adding this to the Documentation right now.




On Fri, Oct 2, 2015 at 4:42 PM, Chris Mattmann 
wrote:

> yep.
>
> # local checkout
> $ git init
> $ git remote add origin https://path/toupstream/origin.git
> $ git checkout -b merge-branch
> $ git pull origin master
> $ git checkout master
>
> That work?
>
> —
> Chris Mattmann
> chris.mattm...@gmail.com
>
>
>
>
>
>
> -Original Message-
> From: Lewis John Mcgibbney 
> Reply-To: 
> Date: Friday, October 2, 2015 at 4:29 PM
> To: "dev@oodt.apache.org" 
> Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
>
> >Hi Radu,
> >Thanks.
> >Does anyone have a clue how to relocate a local svn checkout to a Git
> >repository?
> >Ta
> >
> >
> >On Thu, Oct 1, 2015 at 11:14 AM, Radu Manole 
> >wrote:
> >
> >> I created an issue: https://issues.apache.org/jira/browse/OODT-884
> >>
> >> 2015-09-30 23:11 GMT+03:00 Lewis John Mcgibbney
> >> >> >:
> >>
> >> > Please log a ticket on the Issue tracker and we can make it happen.
> >> > Thanks
> >> >
> >> >
> >> > On Wed, Sep 30, 2015 at 12:42 PM, Radu Manole
> >>
> >> > wrote:
> >> >
> >> > > Great to hear that!
> >> > >
> >> > > Could also make it so that the Apache review board can take git
> >>diffs?
> >> > > Thanks.
> >> > >
> >> > > 2015-09-30 10:12 GMT+03:00 Lewis John Mcgibbney <
> >> > lewis.mcgibb...@gmail.com
> >> > > >:
> >> > >
> >> > > > All of this can be addressed at the following issue
> >> > > > https://issues.apache.org/jira/browse/OODT-883
> >> > > > Lewis
> >> > > >
> >> > > > On Wed, Sep 30, 2015 at 2:01 AM, Lewis John Mcgibbney <
> >> > > > lewis.mcgibb...@gmail.com> wrote:
> >> > > >
> >> > > > > Hi Valerie,
> >> > > > > I've updated a bit of documentation tonight on the OODT website
> >>but
> >> > the
> >> > > > > migration guide needs to be finished off and made available.
> >> > > > > I'll work on this tomorrow and update... for now bed.
> >> > > > > Thanks
> >> > > > > Lewis
> >> > > > >
> >> > > > > On Tue, Sep 29, 2015 at 9:51 AM, Mallder, Valerie <
> >> > > > > valerie.mall...@jhuapl.edu> wrote:
> >> > > > >
> >> > > > >> Could someone write up a tutorial on using git for the OODT
> >> > > repository?
> >> > > > >> I know there are generic tutorials out there, but one that is
> >> > specific
> >> > > > to
> >> > > > >> using git for OODT will be appreciated.  Also, some hints on
> >>how
> >> to
> >> > > use
> >> > > > >> (and best way to use for OODT) whatever great features git has
> >> that
> >> > > > caused
> >> > > > >> you to switch over to it in the first place would be very
> >>helpful.
> >> > > > >>
> >> > > > >> A little help for the git-impaired would be appreciated.
> >> > > > >>
> >> > > > >>
> >> > > > >> Valerie A. Mallder
> >> > > > >> New Horizons Deputy Mission System Engineer
> >> > > > >> Johns Hopkins University/Applied Physics Laboratory
> >> > > > >>
> >> > > > >> > -Original Message-
> >> > > > >> > From: ke...@apache.org [mailto:ke...@apache.org]
> >> > > > >> > Sent: Tuesday, September 29, 2015 10:37 AM
> >> > > > >> > To: dev@oodt.apache.org
> >> > > > >> > Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to
> >> > Apache
> >> > > > Git
> >> > > > >> >
> >> > > > >> > > Can as many people as possible please check out the read
> >>only
> >> > .git
> >> > > > >> > > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
> >> > > > >> > > We need to verify that it looks as expected, we have not
> >>lost
> >> > any
> >> > > > >> > > branches, trunk is up-to-date, etc.
> >> > > > >> >
> >> > > > >> > Looks good to me.
> >> > > > >> >
> >> > > > >> > --k
> >> > > > >>
> >> > > > >>
> >> > > > >
> >> > > > >
> >> > > > > --
> >> > > > > *Lewis*
> >> > > > >
> >> > > >
> >> > > >
> >> > > >
> >> > > > --
> >> > > > *Lewis*
> >> > > >
> >> > >
> >> >
> >> >
> >> >
> >> > --
> >> > *Lewis*
> >> >
> >>
> >
> >
> >
> >--
> >*Lewis*
>
>
>


-- 
*Lewis*


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-10-02 Thread Chris Mattmann
yep.

# local checkout
$ git init
$ git remote add origin https://path/toupstream/origin.git
$ git checkout -b merge-branch
$ git pull origin master
$ git checkout master

That work?

—
Chris Mattmann
chris.mattm...@gmail.com






-Original Message-
From: Lewis John Mcgibbney 
Reply-To: 
Date: Friday, October 2, 2015 at 4:29 PM
To: "dev@oodt.apache.org" 
Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

>Hi Radu,
>Thanks.
>Does anyone have a clue how to relocate a local svn checkout to a Git
>repository?
>Ta
>
>
>On Thu, Oct 1, 2015 at 11:14 AM, Radu Manole 
>wrote:
>
>> I created an issue: https://issues.apache.org/jira/browse/OODT-884
>>
>> 2015-09-30 23:11 GMT+03:00 Lewis John Mcgibbney
>>> >:
>>
>> > Please log a ticket on the Issue tracker and we can make it happen.
>> > Thanks
>> >
>> >
>> > On Wed, Sep 30, 2015 at 12:42 PM, Radu Manole
>>
>> > wrote:
>> >
>> > > Great to hear that!
>> > >
>> > > Could also make it so that the Apache review board can take git
>>diffs?
>> > > Thanks.
>> > >
>> > > 2015-09-30 10:12 GMT+03:00 Lewis John Mcgibbney <
>> > lewis.mcgibb...@gmail.com
>> > > >:
>> > >
>> > > > All of this can be addressed at the following issue
>> > > > https://issues.apache.org/jira/browse/OODT-883
>> > > > Lewis
>> > > >
>> > > > On Wed, Sep 30, 2015 at 2:01 AM, Lewis John Mcgibbney <
>> > > > lewis.mcgibb...@gmail.com> wrote:
>> > > >
>> > > > > Hi Valerie,
>> > > > > I've updated a bit of documentation tonight on the OODT website
>>but
>> > the
>> > > > > migration guide needs to be finished off and made available.
>> > > > > I'll work on this tomorrow and update... for now bed.
>> > > > > Thanks
>> > > > > Lewis
>> > > > >
>> > > > > On Tue, Sep 29, 2015 at 9:51 AM, Mallder, Valerie <
>> > > > > valerie.mall...@jhuapl.edu> wrote:
>> > > > >
>> > > > >> Could someone write up a tutorial on using git for the OODT
>> > > repository?
>> > > > >> I know there are generic tutorials out there, but one that is
>> > specific
>> > > > to
>> > > > >> using git for OODT will be appreciated.  Also, some hints on
>>how
>> to
>> > > use
>> > > > >> (and best way to use for OODT) whatever great features git has
>> that
>> > > > caused
>> > > > >> you to switch over to it in the first place would be very
>>helpful.
>> > > > >>
>> > > > >> A little help for the git-impaired would be appreciated.
>> > > > >>
>> > > > >>
>> > > > >> Valerie A. Mallder
>> > > > >> New Horizons Deputy Mission System Engineer
>> > > > >> Johns Hopkins University/Applied Physics Laboratory
>> > > > >>
>> > > > >> > -Original Message-
>> > > > >> > From: ke...@apache.org [mailto:ke...@apache.org]
>> > > > >> > Sent: Tuesday, September 29, 2015 10:37 AM
>> > > > >> > To: dev@oodt.apache.org
>> > > > >> > Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to
>> > Apache
>> > > > Git
>> > > > >> >
>> > > > >> > > Can as many people as possible please check out the read
>>only
>> > .git
>> > > > >> > > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
>> > > > >> > > We need to verify that it looks as expected, we have not
>>lost
>> > any
>> > > > >> > > branches, trunk is up-to-date, etc.
>> > > > >> >
>> > > > >> > Looks good to me.
>> > > > >> >
>> > > > >> > --k
>> > > > >>
>> > > > >>
>> > > > >
>> > > > >
>> > > > > --
>> > > > > *Lewis*
>> > > > >
>> > > >
>> > > >
>> > > >
>> > > > --
>> > > > *Lewis*
>> > > >
>> > >
>> >
>> >
>> >
>> > --
>> > *Lewis*
>> >
>>
>
>
>
>-- 
>*Lewis*




Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-10-02 Thread Lewis John Mcgibbney
Hi Radu,
Thanks.
Does anyone have a clue how to relocate a local svn checkout to a Git
repository?
Ta


On Thu, Oct 1, 2015 at 11:14 AM, Radu Manole 
wrote:

> I created an issue: https://issues.apache.org/jira/browse/OODT-884
>
> 2015-09-30 23:11 GMT+03:00 Lewis John Mcgibbney  >:
>
> > Please log a ticket on the Issue tracker and we can make it happen.
> > Thanks
> >
> >
> > On Wed, Sep 30, 2015 at 12:42 PM, Radu Manole 
> > wrote:
> >
> > > Great to hear that!
> > >
> > > Could also make it so that the Apache review board can take git diffs?
> > > Thanks.
> > >
> > > 2015-09-30 10:12 GMT+03:00 Lewis John Mcgibbney <
> > lewis.mcgibb...@gmail.com
> > > >:
> > >
> > > > All of this can be addressed at the following issue
> > > > https://issues.apache.org/jira/browse/OODT-883
> > > > Lewis
> > > >
> > > > On Wed, Sep 30, 2015 at 2:01 AM, Lewis John Mcgibbney <
> > > > lewis.mcgibb...@gmail.com> wrote:
> > > >
> > > > > Hi Valerie,
> > > > > I've updated a bit of documentation tonight on the OODT website but
> > the
> > > > > migration guide needs to be finished off and made available.
> > > > > I'll work on this tomorrow and update... for now bed.
> > > > > Thanks
> > > > > Lewis
> > > > >
> > > > > On Tue, Sep 29, 2015 at 9:51 AM, Mallder, Valerie <
> > > > > valerie.mall...@jhuapl.edu> wrote:
> > > > >
> > > > >> Could someone write up a tutorial on using git for the OODT
> > > repository?
> > > > >> I know there are generic tutorials out there, but one that is
> > specific
> > > > to
> > > > >> using git for OODT will be appreciated.  Also, some hints on how
> to
> > > use
> > > > >> (and best way to use for OODT) whatever great features git has
> that
> > > > caused
> > > > >> you to switch over to it in the first place would be very helpful.
> > > > >>
> > > > >> A little help for the git-impaired would be appreciated.
> > > > >>
> > > > >>
> > > > >> Valerie A. Mallder
> > > > >> New Horizons Deputy Mission System Engineer
> > > > >> Johns Hopkins University/Applied Physics Laboratory
> > > > >>
> > > > >> > -Original Message-
> > > > >> > From: ke...@apache.org [mailto:ke...@apache.org]
> > > > >> > Sent: Tuesday, September 29, 2015 10:37 AM
> > > > >> > To: dev@oodt.apache.org
> > > > >> > Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to
> > Apache
> > > > Git
> > > > >> >
> > > > >> > > Can as many people as possible please check out the read only
> > .git
> > > > >> > > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
> > > > >> > > We need to verify that it looks as expected, we have not lost
> > any
> > > > >> > > branches, trunk is up-to-date, etc.
> > > > >> >
> > > > >> > Looks good to me.
> > > > >> >
> > > > >> > --k
> > > > >>
> > > > >>
> > > > >
> > > > >
> > > > > --
> > > > > *Lewis*
> > > > >
> > > >
> > > >
> > > >
> > > > --
> > > > *Lewis*
> > > >
> > >
> >
> >
> >
> > --
> > *Lewis*
> >
>



-- 
*Lewis*


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-10-01 Thread Radu Manole
I created an issue: https://issues.apache.org/jira/browse/OODT-884

2015-09-30 23:11 GMT+03:00 Lewis John Mcgibbney :

> Please log a ticket on the Issue tracker and we can make it happen.
> Thanks
>
>
> On Wed, Sep 30, 2015 at 12:42 PM, Radu Manole 
> wrote:
>
> > Great to hear that!
> >
> > Could also make it so that the Apache review board can take git diffs?
> > Thanks.
> >
> > 2015-09-30 10:12 GMT+03:00 Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com
> > >:
> >
> > > All of this can be addressed at the following issue
> > > https://issues.apache.org/jira/browse/OODT-883
> > > Lewis
> > >
> > > On Wed, Sep 30, 2015 at 2:01 AM, Lewis John Mcgibbney <
> > > lewis.mcgibb...@gmail.com> wrote:
> > >
> > > > Hi Valerie,
> > > > I've updated a bit of documentation tonight on the OODT website but
> the
> > > > migration guide needs to be finished off and made available.
> > > > I'll work on this tomorrow and update... for now bed.
> > > > Thanks
> > > > Lewis
> > > >
> > > > On Tue, Sep 29, 2015 at 9:51 AM, Mallder, Valerie <
> > > > valerie.mall...@jhuapl.edu> wrote:
> > > >
> > > >> Could someone write up a tutorial on using git for the OODT
> > repository?
> > > >> I know there are generic tutorials out there, but one that is
> specific
> > > to
> > > >> using git for OODT will be appreciated.  Also, some hints on how to
> > use
> > > >> (and best way to use for OODT) whatever great features git has that
> > > caused
> > > >> you to switch over to it in the first place would be very helpful.
> > > >>
> > > >> A little help for the git-impaired would be appreciated.
> > > >>
> > > >>
> > > >> Valerie A. Mallder
> > > >> New Horizons Deputy Mission System Engineer
> > > >> Johns Hopkins University/Applied Physics Laboratory
> > > >>
> > > >> > -Original Message-
> > > >> > From: ke...@apache.org [mailto:ke...@apache.org]
> > > >> > Sent: Tuesday, September 29, 2015 10:37 AM
> > > >> > To: dev@oodt.apache.org
> > > >> > Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to
> Apache
> > > Git
> > > >> >
> > > >> > > Can as many people as possible please check out the read only
> .git
> > > >> > > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
> > > >> > > We need to verify that it looks as expected, we have not lost
> any
> > > >> > > branches, trunk is up-to-date, etc.
> > > >> >
> > > >> > Looks good to me.
> > > >> >
> > > >> > --k
> > > >>
> > > >>
> > > >
> > > >
> > > > --
> > > > *Lewis*
> > > >
> > >
> > >
> > >
> > > --
> > > *Lewis*
> > >
> >
>
>
>
> --
> *Lewis*
>


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-30 Thread Lewis John Mcgibbney
Please log a ticket on the Issue tracker and we can make it happen.
Thanks


On Wed, Sep 30, 2015 at 12:42 PM, Radu Manole 
wrote:

> Great to hear that!
>
> Could also make it so that the Apache review board can take git diffs?
> Thanks.
>
> 2015-09-30 10:12 GMT+03:00 Lewis John Mcgibbney  >:
>
> > All of this can be addressed at the following issue
> > https://issues.apache.org/jira/browse/OODT-883
> > Lewis
> >
> > On Wed, Sep 30, 2015 at 2:01 AM, Lewis John Mcgibbney <
> > lewis.mcgibb...@gmail.com> wrote:
> >
> > > Hi Valerie,
> > > I've updated a bit of documentation tonight on the OODT website but the
> > > migration guide needs to be finished off and made available.
> > > I'll work on this tomorrow and update... for now bed.
> > > Thanks
> > > Lewis
> > >
> > > On Tue, Sep 29, 2015 at 9:51 AM, Mallder, Valerie <
> > > valerie.mall...@jhuapl.edu> wrote:
> > >
> > >> Could someone write up a tutorial on using git for the OODT
> repository?
> > >> I know there are generic tutorials out there, but one that is specific
> > to
> > >> using git for OODT will be appreciated.  Also, some hints on how to
> use
> > >> (and best way to use for OODT) whatever great features git has that
> > caused
> > >> you to switch over to it in the first place would be very helpful.
> > >>
> > >> A little help for the git-impaired would be appreciated.
> > >>
> > >>
> > >> Valerie A. Mallder
> > >> New Horizons Deputy Mission System Engineer
> > >> Johns Hopkins University/Applied Physics Laboratory
> > >>
> > >> > -Original Message-
> > >> > From: ke...@apache.org [mailto:ke...@apache.org]
> > >> > Sent: Tuesday, September 29, 2015 10:37 AM
> > >> > To: dev@oodt.apache.org
> > >> > Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache
> > Git
> > >> >
> > >> > > Can as many people as possible please check out the read only .git
> > >> > > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
> > >> > > We need to verify that it looks as expected, we have not lost any
> > >> > > branches, trunk is up-to-date, etc.
> > >> >
> > >> > Looks good to me.
> > >> >
> > >> > --k
> > >>
> > >>
> > >
> > >
> > > --
> > > *Lewis*
> > >
> >
> >
> >
> > --
> > *Lewis*
> >
>



-- 
*Lewis*


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-30 Thread Radu Manole
Great to hear that!

Could also make it so that the Apache review board can take git diffs?
Thanks.

2015-09-30 10:12 GMT+03:00 Lewis John Mcgibbney :

> All of this can be addressed at the following issue
> https://issues.apache.org/jira/browse/OODT-883
> Lewis
>
> On Wed, Sep 30, 2015 at 2:01 AM, Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com> wrote:
>
> > Hi Valerie,
> > I've updated a bit of documentation tonight on the OODT website but the
> > migration guide needs to be finished off and made available.
> > I'll work on this tomorrow and update... for now bed.
> > Thanks
> > Lewis
> >
> > On Tue, Sep 29, 2015 at 9:51 AM, Mallder, Valerie <
> > valerie.mall...@jhuapl.edu> wrote:
> >
> >> Could someone write up a tutorial on using git for the OODT repository?
> >> I know there are generic tutorials out there, but one that is specific
> to
> >> using git for OODT will be appreciated.  Also, some hints on how to use
> >> (and best way to use for OODT) whatever great features git has that
> caused
> >> you to switch over to it in the first place would be very helpful.
> >>
> >> A little help for the git-impaired would be appreciated.
> >>
> >>
> >> Valerie A. Mallder
> >> New Horizons Deputy Mission System Engineer
> >> Johns Hopkins University/Applied Physics Laboratory
> >>
> >> > -----Original Message-
> >> > From: ke...@apache.org [mailto:ke...@apache.org]
> >> > Sent: Tuesday, September 29, 2015 10:37 AM
> >> > To: dev@oodt.apache.org
> >> > Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache
> Git
> >> >
> >> > > Can as many people as possible please check out the read only .git
> >> > > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
> >> > > We need to verify that it looks as expected, we have not lost any
> >> > > branches, trunk is up-to-date, etc.
> >> >
> >> > Looks good to me.
> >> >
> >> > --k
> >>
> >>
> >
> >
> > --
> > *Lewis*
> >
>
>
>
> --
> *Lewis*
>


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-30 Thread Lewis John Mcgibbney
All of this can be addressed at the following issue
https://issues.apache.org/jira/browse/OODT-883
Lewis

On Wed, Sep 30, 2015 at 2:01 AM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Hi Valerie,
> I've updated a bit of documentation tonight on the OODT website but the
> migration guide needs to be finished off and made available.
> I'll work on this tomorrow and update... for now bed.
> Thanks
> Lewis
>
> On Tue, Sep 29, 2015 at 9:51 AM, Mallder, Valerie <
> valerie.mall...@jhuapl.edu> wrote:
>
>> Could someone write up a tutorial on using git for the OODT repository?
>> I know there are generic tutorials out there, but one that is specific to
>> using git for OODT will be appreciated.  Also, some hints on how to use
>> (and best way to use for OODT) whatever great features git has that caused
>> you to switch over to it in the first place would be very helpful.
>>
>> A little help for the git-impaired would be appreciated.
>>
>>
>> Valerie A. Mallder
>> New Horizons Deputy Mission System Engineer
>> Johns Hopkins University/Applied Physics Laboratory
>>
>> > -Original Message-
>> > From: ke...@apache.org [mailto:ke...@apache.org]
>> > Sent: Tuesday, September 29, 2015 10:37 AM
>> > To: dev@oodt.apache.org
>> > Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
>> >
>> > > Can as many people as possible please check out the read only .git
>> > > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
>> > > We need to verify that it looks as expected, we have not lost any
>> > > branches, trunk is up-to-date, etc.
>> >
>> > Looks good to me.
>> >
>> > --k
>>
>>
>
>
> --
> *Lewis*
>



-- 
*Lewis*


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-30 Thread Lewis John Mcgibbney
Hi Valerie,
I've updated a bit of documentation tonight on the OODT website but the
migration guide needs to be finished off and made available.
I'll work on this tomorrow and update... for now bed.
Thanks
Lewis

On Tue, Sep 29, 2015 at 9:51 AM, Mallder, Valerie <
valerie.mall...@jhuapl.edu> wrote:

> Could someone write up a tutorial on using git for the OODT repository?  I
> know there are generic tutorials out there, but one that is specific to
> using git for OODT will be appreciated.  Also, some hints on how to use
> (and best way to use for OODT) whatever great features git has that caused
> you to switch over to it in the first place would be very helpful.
>
> A little help for the git-impaired would be appreciated.
>
>
> Valerie A. Mallder
> New Horizons Deputy Mission System Engineer
> Johns Hopkins University/Applied Physics Laboratory
>
> > -Original Message-
> > From: ke...@apache.org [mailto:ke...@apache.org]
> > Sent: Tuesday, September 29, 2015 10:37 AM
> > To: dev@oodt.apache.org
> > Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
> >
> > > Can as many people as possible please check out the read only .git
> > > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
> > > We need to verify that it looks as expected, we have not lost any
> > > branches, trunk is up-to-date, etc.
> >
> > Looks good to me.
> >
> > --k
>
>


-- 
*Lewis*


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-29 Thread Tom Barber
Yeah great stuff Lewis, thanks for pushing this through!

On Tue, Sep 29, 2015 at 4:51 PM, Chris Mattmann 
wrote:

> Great work Lewis and team.
>
> We now need to update the release guide and SCM help pages on
> the website.
>
> I will try and do so later today or tomorrow if no one beats me to it.
>
> Cheers,
> Chris
>
> —
> Chris Mattmann
> chris.mattm...@gmail.com
>
>
>
>
>
>
> -Original Message-
> From: Lewis John Mcgibbney 
> Reply-To: 
> Date: Tuesday, September 29, 2015 at 7:28 AM
> To: "dev@oodt.apache.org" 
> Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
>
> >Hi Everyone,
> >Our SVN repository is now read only.
> >Infra has sorted this out for us via
> >https://issues.apache.org/jira/browse/INFRA-10495
> >Can as many people as possible please check out the read only .git repos
> >at
> >https://git-wip-us.apache.org/repos/asf/oodt.git
> >We need to verify that it looks as expected, we have not lost any
> >branches,
> >trunk is up-to-date, etc.
> >If you an write back here ASAP it would be very much appreciated.
> >I have undertaken a provisional peek and it looks good to me.
> >the old trunk [0] now exists as master [1]
> >Thanks
> >Lewis
> >
> >[0] http://svn.apache.org/repos/asf/oodt/trunk/
> >[1]
> >
> https://git-wip-us.apache.org/repos/asf?p=oodt.git;a=tree;h=refs/heads/mas
> >ter;hb=refs/heads/master
> >
> >
> >On Sun, Sep 27, 2015 at 4:37 PM, Mattmann, Chris A (3980) <
> >chris.a.mattm...@jpl.nasa.gov> wrote:
> >
> >> Thanks Lewis, please keep me posted since I will need to update my SCM
> >> stuff.
> >>
> >> ++
> >> Chris Mattmann, Ph.D.
> >> Chief Architect
> >> Instrument Software and Science Data Systems Section (398)
> >> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> >> Office: 168-519, Mailstop: 168-527
> >> Email: chris.a.mattm...@nasa.gov
> >> WWW:  http://sunset.usc.edu/~mattmann/
> >> ++
> >> Adjunct Associate Professor, Computer Science Department
> >> University of Southern California, Los Angeles, CA 90089 USA
> >> ++
> >>
> >>
> >>
> >>
> >>
> >> -Original Message-
> >> From: Tom Barber 
> >> Reply-To: "dev@oodt.apache.org" 
> >> Date: Saturday, September 26, 2015 at 5:56 AM
> >> To: "dev@oodt.apache.org" 
> >> Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
> >>
> >> >This vote makes me so happy I could cry! ;)
> >> >
> >> >On Sat, Sep 26, 2015 at 4:38 AM, Lewis John Mcgibbney <
> >> >lewis.mcgibb...@gmail.com> wrote:
> >> >
> >> >> Hi Team,
> >> >> This RESULT thread marks this VOTE as closed as 72hrs has lapsed.
> >> >> Thank you to everyone that VOTE'd.
> >> >> The results are as follows
> >> >>
> >> >>
> >> >> [9] +1, Let's do it
> >> >> Chris A. Mattmann*
> >> >> Sean Kelly*
> >> >> Lewis J. McGibbney*
> >> >> Luca Cinquini*
> >> >> Sheryl John*
> >> >> Tom Barber*
> >> >> Jimmy Joyce
> >> >> Paul M. Ramirez*
> >> >> Thomas Bennett*
> >> >>
> >> >> [0] +/-0 I couldn't care but would like to say the following...
> >> >> [0] -1 I VOTE against this, please provide reasoning.
> >> >>
> >> >> *PMC BInding
> >> >>
> >> >> So, it looks like we are moving to Git.
> >> >> I'll log a ticket with INFRA and get this established.
> >> >> Thanks folks, have a great weekend.
> >> >> Lewis
> >> >>
> >> >>
> >> >> On Tue, Sep 22, 2015 at 5:24 PM, Lewis John Mcgibbney <
> >> >> lewis.mcgibb...@gmail.com> wrote:
> >> >>
> >> >> > Hi Folks,
> >> >> > Lets have a formal VOTE on the above topic further to our DISCUSS
> >> >>thread
> >> >> > [0].
> >> >> > The VOTE will be open for at least 72 hours.
> >> >> >
> >> >> > VOTE to move the Apache OODT source code management from SVN to Git
> >> >> >
> >> >> > [ ] +1, Let's do it
> >> >> > [ ] +/-0 I couldn't care but would like to say the following...
> >> >> > [ ] -1 I VOTE against this, please provide reasoning.
> >> >> >
> >> >> > VOTE's carried over from the DISCUSS thread are as follows
> >> >> >
> >> >> > Chris A. Mattmann
> >> >> > Sean Kelly
> >> >> > Lewis J. McGibbney
> >> >> > Luca Cinquini
> >> >> > Sheryl John
> >> >> > Tom Barber
> >> >> > Jimmy Joyce
> >> >> >
> >> >> > Thanks
> >> >> > Lewis
> >> >> >
> >> >> > [0]
> http://www.mail-archive.com/dev%40oodt.apache.org/msg05779.html
> >> >> >
> >> >> > --
> >> >> > *Lewis*
> >> >> >
> >> >>
> >> >>
> >> >>
> >> >> --
> >> >> *Lewis*
> >> >>
> >>
> >>
> >
> >
> >--
> >*Lewis*
>
>
>


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-29 Thread Chris Mattmann
Great work Lewis and team.

We now need to update the release guide and SCM help pages on
the website.

I will try and do so later today or tomorrow if no one beats me to it.

Cheers,
Chris

—
Chris Mattmann
chris.mattm...@gmail.com






-Original Message-
From: Lewis John Mcgibbney 
Reply-To: 
Date: Tuesday, September 29, 2015 at 7:28 AM
To: "dev@oodt.apache.org" 
Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

>Hi Everyone,
>Our SVN repository is now read only.
>Infra has sorted this out for us via
>https://issues.apache.org/jira/browse/INFRA-10495
>Can as many people as possible please check out the read only .git repos
>at
>https://git-wip-us.apache.org/repos/asf/oodt.git
>We need to verify that it looks as expected, we have not lost any
>branches,
>trunk is up-to-date, etc.
>If you an write back here ASAP it would be very much appreciated.
>I have undertaken a provisional peek and it looks good to me.
>the old trunk [0] now exists as master [1]
>Thanks
>Lewis
>
>[0] http://svn.apache.org/repos/asf/oodt/trunk/
>[1]
>https://git-wip-us.apache.org/repos/asf?p=oodt.git;a=tree;h=refs/heads/mas
>ter;hb=refs/heads/master
>
>
>On Sun, Sep 27, 2015 at 4:37 PM, Mattmann, Chris A (3980) <
>chris.a.mattm...@jpl.nasa.gov> wrote:
>
>> Thanks Lewis, please keep me posted since I will need to update my SCM
>> stuff.
>>
>> ++
>> Chris Mattmann, Ph.D.
>> Chief Architect
>> Instrument Software and Science Data Systems Section (398)
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 168-519, Mailstop: 168-527
>> Email: chris.a.mattm...@nasa.gov
>> WWW:  http://sunset.usc.edu/~mattmann/
>> ++
>> Adjunct Associate Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++
>>
>>
>>
>>
>>
>> -----Original Message-
>> From: Tom Barber 
>> Reply-To: "dev@oodt.apache.org" 
>> Date: Saturday, September 26, 2015 at 5:56 AM
>> To: "dev@oodt.apache.org" 
>> Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
>>
>> >This vote makes me so happy I could cry! ;)
>> >
>> >On Sat, Sep 26, 2015 at 4:38 AM, Lewis John Mcgibbney <
>> >lewis.mcgibb...@gmail.com> wrote:
>> >
>> >> Hi Team,
>> >> This RESULT thread marks this VOTE as closed as 72hrs has lapsed.
>> >> Thank you to everyone that VOTE'd.
>> >> The results are as follows
>> >>
>> >>
>> >> [9] +1, Let's do it
>> >> Chris A. Mattmann*
>> >> Sean Kelly*
>> >> Lewis J. McGibbney*
>> >> Luca Cinquini*
>> >> Sheryl John*
>> >> Tom Barber*
>> >> Jimmy Joyce
>> >> Paul M. Ramirez*
>> >> Thomas Bennett*
>> >>
>> >> [0] +/-0 I couldn't care but would like to say the following...
>> >> [0] -1 I VOTE against this, please provide reasoning.
>> >>
>> >> *PMC BInding
>> >>
>> >> So, it looks like we are moving to Git.
>> >> I'll log a ticket with INFRA and get this established.
>> >> Thanks folks, have a great weekend.
>> >> Lewis
>> >>
>> >>
>> >> On Tue, Sep 22, 2015 at 5:24 PM, Lewis John Mcgibbney <
>> >> lewis.mcgibb...@gmail.com> wrote:
>> >>
>> >> > Hi Folks,
>> >> > Lets have a formal VOTE on the above topic further to our DISCUSS
>> >>thread
>> >> > [0].
>> >> > The VOTE will be open for at least 72 hours.
>> >> >
>> >> > VOTE to move the Apache OODT source code management from SVN to Git
>> >> >
>> >> > [ ] +1, Let's do it
>> >> > [ ] +/-0 I couldn't care but would like to say the following...
>> >> > [ ] -1 I VOTE against this, please provide reasoning.
>> >> >
>> >> > VOTE's carried over from the DISCUSS thread are as follows
>> >> >
>> >> > Chris A. Mattmann
>> >> > Sean Kelly
>> >> > Lewis J. McGibbney
>> >> > Luca Cinquini
>> >> > Sheryl John
>> >> > Tom Barber
>> >> > Jimmy Joyce
>> >> >
>> >> > Thanks
>> >> > Lewis
>> >> >
>> >> > [0] http://www.mail-archive.com/dev%40oodt.apache.org/msg05779.html
>> >> >
>> >> > --
>> >> > *Lewis*
>> >> >
>> >>
>> >>
>> >>
>> >> --
>> >> *Lewis*
>> >>
>>
>>
>
>
>-- 
>*Lewis*




RE: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-29 Thread Mallder, Valerie
Could someone write up a tutorial on using git for the OODT repository?  I know 
there are generic tutorials out there, but one that is specific to using git 
for OODT will be appreciated.  Also, some hints on how to use (and best way to 
use for OODT) whatever great features git has that caused you to switch over to 
it in the first place would be very helpful. 

A little help for the git-impaired would be appreciated. 


Valerie A. Mallder
New Horizons Deputy Mission System Engineer
Johns Hopkins University/Applied Physics Laboratory

> -Original Message-
> From: ke...@apache.org [mailto:ke...@apache.org]
> Sent: Tuesday, September 29, 2015 10:37 AM
> To: dev@oodt.apache.org
> Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
> 
> > Can as many people as possible please check out the read only .git
> > repos at https://git-wip-us.apache.org/repos/asf/oodt.git
> > We need to verify that it looks as expected, we have not lost any
> > branches, trunk is up-to-date, etc.
> 
> Looks good to me.
> 
> --k



Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-29 Thread Tom Barber
Yup looks good to me.

On Tue, Sep 29, 2015 at 3:37 PM,  wrote:

> > Can as many people as possible please check out the read only .git repos
> at
> > https://git-wip-us.apache.org/repos/asf/oodt.git
> > We need to verify that it looks as expected, we have not lost any
> branches,
> > trunk is up-to-date, etc.
>
> Looks good to me.
>
> --k
>
>


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-29 Thread kelly
> Can as many people as possible please check out the read only .git repos at
> https://git-wip-us.apache.org/repos/asf/oodt.git
> We need to verify that it looks as expected, we have not lost any branches,
> trunk is up-to-date, etc.

Looks good to me.

--k



Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-29 Thread Lewis John Mcgibbney
Hi Everyone,
Our SVN repository is now read only.
Infra has sorted this out for us via
https://issues.apache.org/jira/browse/INFRA-10495
Can as many people as possible please check out the read only .git repos at
https://git-wip-us.apache.org/repos/asf/oodt.git
We need to verify that it looks as expected, we have not lost any branches,
trunk is up-to-date, etc.
If you an write back here ASAP it would be very much appreciated.
I have undertaken a provisional peek and it looks good to me.
the old trunk [0] now exists as master [1]
Thanks
Lewis

[0] http://svn.apache.org/repos/asf/oodt/trunk/
[1]
https://git-wip-us.apache.org/repos/asf?p=oodt.git;a=tree;h=refs/heads/master;hb=refs/heads/master


On Sun, Sep 27, 2015 at 4:37 PM, Mattmann, Chris A (3980) <
chris.a.mattm...@jpl.nasa.gov> wrote:

> Thanks Lewis, please keep me posted since I will need to update my SCM
> stuff.
>
> ++
> Chris Mattmann, Ph.D.
> Chief Architect
> Instrument Software and Science Data Systems Section (398)
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 168-519, Mailstop: 168-527
> Email: chris.a.mattm...@nasa.gov
> WWW:  http://sunset.usc.edu/~mattmann/
> ++
> Adjunct Associate Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++
>
>
>
>
>
> -Original Message-
> From: Tom Barber 
> Reply-To: "dev@oodt.apache.org" 
> Date: Saturday, September 26, 2015 at 5:56 AM
> To: "dev@oodt.apache.org" 
> Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git
>
> >This vote makes me so happy I could cry! ;)
> >
> >On Sat, Sep 26, 2015 at 4:38 AM, Lewis John Mcgibbney <
> >lewis.mcgibb...@gmail.com> wrote:
> >
> >> Hi Team,
> >> This RESULT thread marks this VOTE as closed as 72hrs has lapsed.
> >> Thank you to everyone that VOTE'd.
> >> The results are as follows
> >>
> >>
> >> [9] +1, Let's do it
> >> Chris A. Mattmann*
> >> Sean Kelly*
> >> Lewis J. McGibbney*
> >> Luca Cinquini*
> >> Sheryl John*
> >> Tom Barber*
> >> Jimmy Joyce
> >> Paul M. Ramirez*
> >> Thomas Bennett*
> >>
> >> [0] +/-0 I couldn't care but would like to say the following...
> >> [0] -1 I VOTE against this, please provide reasoning.
> >>
> >> *PMC BInding
> >>
> >> So, it looks like we are moving to Git.
> >> I'll log a ticket with INFRA and get this established.
> >> Thanks folks, have a great weekend.
> >> Lewis
> >>
> >>
> >> On Tue, Sep 22, 2015 at 5:24 PM, Lewis John Mcgibbney <
> >> lewis.mcgibb...@gmail.com> wrote:
> >>
> >> > Hi Folks,
> >> > Lets have a formal VOTE on the above topic further to our DISCUSS
> >>thread
> >> > [0].
> >> > The VOTE will be open for at least 72 hours.
> >> >
> >> > VOTE to move the Apache OODT source code management from SVN to Git
> >> >
> >> > [ ] +1, Let's do it
> >> > [ ] +/-0 I couldn't care but would like to say the following...
> >> > [ ] -1 I VOTE against this, please provide reasoning.
> >> >
> >> > VOTE's carried over from the DISCUSS thread are as follows
> >> >
> >> > Chris A. Mattmann
> >> > Sean Kelly
> >> > Lewis J. McGibbney
> >> > Luca Cinquini
> >> > Sheryl John
> >> > Tom Barber
> >> > Jimmy Joyce
> >> >
> >> > Thanks
> >> > Lewis
> >> >
> >> > [0] http://www.mail-archive.com/dev%40oodt.apache.org/msg05779.html
> >> >
> >> > --
> >> > *Lewis*
> >> >
> >>
> >>
> >>
> >> --
> >> *Lewis*
> >>
>
>


-- 
*Lewis*


Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-27 Thread Mattmann, Chris A (3980)
Thanks Lewis, please keep me posted since I will need to update my SCM
stuff.

++
Chris Mattmann, Ph.D.
Chief Architect
Instrument Software and Science Data Systems Section (398)
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 168-519, Mailstop: 168-527
Email: chris.a.mattm...@nasa.gov
WWW:  http://sunset.usc.edu/~mattmann/
++
Adjunct Associate Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++





-Original Message-
From: Tom Barber 
Reply-To: "dev@oodt.apache.org" 
Date: Saturday, September 26, 2015 at 5:56 AM
To: "dev@oodt.apache.org" 
Subject: Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

>This vote makes me so happy I could cry! ;)
>
>On Sat, Sep 26, 2015 at 4:38 AM, Lewis John Mcgibbney <
>lewis.mcgibb...@gmail.com> wrote:
>
>> Hi Team,
>> This RESULT thread marks this VOTE as closed as 72hrs has lapsed.
>> Thank you to everyone that VOTE'd.
>> The results are as follows
>>
>>
>> [9] +1, Let's do it
>> Chris A. Mattmann*
>> Sean Kelly*
>> Lewis J. McGibbney*
>> Luca Cinquini*
>> Sheryl John*
>> Tom Barber*
>> Jimmy Joyce
>> Paul M. Ramirez*
>> Thomas Bennett*
>>
>> [0] +/-0 I couldn't care but would like to say the following...
>> [0] -1 I VOTE against this, please provide reasoning.
>>
>> *PMC BInding
>>
>> So, it looks like we are moving to Git.
>> I'll log a ticket with INFRA and get this established.
>> Thanks folks, have a great weekend.
>> Lewis
>>
>>
>> On Tue, Sep 22, 2015 at 5:24 PM, Lewis John Mcgibbney <
>> lewis.mcgibb...@gmail.com> wrote:
>>
>> > Hi Folks,
>> > Lets have a formal VOTE on the above topic further to our DISCUSS
>>thread
>> > [0].
>> > The VOTE will be open for at least 72 hours.
>> >
>> > VOTE to move the Apache OODT source code management from SVN to Git
>> >
>> > [ ] +1, Let's do it
>> > [ ] +/-0 I couldn't care but would like to say the following...
>> > [ ] -1 I VOTE against this, please provide reasoning.
>> >
>> > VOTE's carried over from the DISCUSS thread are as follows
>> >
>> > Chris A. Mattmann
>> > Sean Kelly
>> > Lewis J. McGibbney
>> > Luca Cinquini
>> > Sheryl John
>> > Tom Barber
>> > Jimmy Joyce
>> >
>> > Thanks
>> > Lewis
>> >
>> > [0] http://www.mail-archive.com/dev%40oodt.apache.org/msg05779.html
>> >
>> > --
>> > *Lewis*
>> >
>>
>>
>>
>> --
>> *Lewis*
>>



Re: [RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-26 Thread Tom Barber
This vote makes me so happy I could cry! ;)

On Sat, Sep 26, 2015 at 4:38 AM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Hi Team,
> This RESULT thread marks this VOTE as closed as 72hrs has lapsed.
> Thank you to everyone that VOTE'd.
> The results are as follows
>
>
> [9] +1, Let's do it
> Chris A. Mattmann*
> Sean Kelly*
> Lewis J. McGibbney*
> Luca Cinquini*
> Sheryl John*
> Tom Barber*
> Jimmy Joyce
> Paul M. Ramirez*
> Thomas Bennett*
>
> [0] +/-0 I couldn't care but would like to say the following...
> [0] -1 I VOTE against this, please provide reasoning.
>
> *PMC BInding
>
> So, it looks like we are moving to Git.
> I'll log a ticket with INFRA and get this established.
> Thanks folks, have a great weekend.
> Lewis
>
>
> On Tue, Sep 22, 2015 at 5:24 PM, Lewis John Mcgibbney <
> lewis.mcgibb...@gmail.com> wrote:
>
> > Hi Folks,
> > Lets have a formal VOTE on the above topic further to our DISCUSS thread
> > [0].
> > The VOTE will be open for at least 72 hours.
> >
> > VOTE to move the Apache OODT source code management from SVN to Git
> >
> > [ ] +1, Let's do it
> > [ ] +/-0 I couldn't care but would like to say the following...
> > [ ] -1 I VOTE against this, please provide reasoning.
> >
> > VOTE's carried over from the DISCUSS thread are as follows
> >
> > Chris A. Mattmann
> > Sean Kelly
> > Lewis J. McGibbney
> > Luca Cinquini
> > Sheryl John
> > Tom Barber
> > Jimmy Joyce
> >
> > Thanks
> > Lewis
> >
> > [0] http://www.mail-archive.com/dev%40oodt.apache.org/msg05779.html
> >
> > --
> > *Lewis*
> >
>
>
>
> --
> *Lewis*
>


[RESULT] WAS Re: [VOTE] Move Apache OODT SCM to Apache Git

2015-09-25 Thread Lewis John Mcgibbney
Hi Team,
This RESULT thread marks this VOTE as closed as 72hrs has lapsed.
Thank you to everyone that VOTE'd.
The results are as follows


[9] +1, Let's do it
Chris A. Mattmann*
Sean Kelly*
Lewis J. McGibbney*
Luca Cinquini*
Sheryl John*
Tom Barber*
Jimmy Joyce
Paul M. Ramirez*
Thomas Bennett*

[0] +/-0 I couldn't care but would like to say the following...
[0] -1 I VOTE against this, please provide reasoning.

*PMC BInding

So, it looks like we are moving to Git.
I'll log a ticket with INFRA and get this established.
Thanks folks, have a great weekend.
Lewis


On Tue, Sep 22, 2015 at 5:24 PM, Lewis John Mcgibbney <
lewis.mcgibb...@gmail.com> wrote:

> Hi Folks,
> Lets have a formal VOTE on the above topic further to our DISCUSS thread
> [0].
> The VOTE will be open for at least 72 hours.
>
> VOTE to move the Apache OODT source code management from SVN to Git
>
> [ ] +1, Let's do it
> [ ] +/-0 I couldn't care but would like to say the following...
> [ ] -1 I VOTE against this, please provide reasoning.
>
> VOTE's carried over from the DISCUSS thread are as follows
>
> Chris A. Mattmann
> Sean Kelly
> Lewis J. McGibbney
> Luca Cinquini
> Sheryl John
> Tom Barber
> Jimmy Joyce
>
> Thanks
> Lewis
>
> [0] http://www.mail-archive.com/dev%40oodt.apache.org/msg05779.html
>
> --
> *Lewis*
>



-- 
*Lewis*