You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@gora.apache.org by Enis Söztutar <en...@gmail.com> on 2010/10/15 19:48:43 UTC

Gora git mirror is ready

The git mirror we have requested is ready thanks to infra. It mirrors the
code in apache svn repo to git.

The issue is:
https://issues.apache.org/jira/browse/INFRA-3054

The repo address is :
git://git.apache.org/gora.git

Best,
Enis

Re: Gora git mirror is ready

Posted by Henry Saputra <he...@gmail.com>.
Sweet

- Henry

On Fri, Oct 15, 2010 at 10:48 AM, Enis Söztutar <en...@gmail.com> wrote:
> The git mirror we have requested is ready thanks to infra. It mirrors the
> code in apache svn repo to git.
>
> The issue is:
> https://issues.apache.org/jira/browse/INFRA-3054
>
> The repo address is :
> git://git.apache.org/gora.git
>
> Best,
> Enis
>



-- 
Thanks,
Henry

Re: Gora git mirror is ready

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Hi Enis,

> What I find useful in developing code for Apache projects (Hadoop, Nutch,
> HBase, Gora, etc) is to check out read-only git, prepare my patches in
> individual branches, then prepare a patch and attach to a JIRA issue. Then
> when the patch is reviewed, go I ahead and commit the patch using the SVN
> client.

+1 that's fine :) 

> 
> All of the Apache projects I am familiar with uses JIRA for tracking all of
> the issues except trivial ones. I think we can employ this convention, and
> use review-then-commit policy at Gora.

Yeah I think that's great. Just wanted to throw out there that *not
everyone* follows that methodology (namely: me! ^_^ but I don't expect to be
developing a lot of code here, just helping you guys through the process
towards TLP-dom ^_^) so it's important to make sure that others besides you
are also OK with this and that this methodology does not preclude others
besides you contributing to the project. The short answer is: based on what
you said, I don't think it does, but it's worth putting the fishing line out
there to ask. Any objections?

Thanks Enis!

Cheers,
Chris

> On Fri, Oct 15, 2010 at 9:02 PM, Mattmann, Chris A (388J) <
> chris.a.mattmann@jpl.nasa.gov> wrote:
> 
>> Thanks Enis. I would encourage everyone though to understand that though
>> the canonical Apache Gora repository is in Apache SVN and I'd highly
>> recommend that I not be used simply as a dumping grounds for code developed
>> outside of Apache.
>> 
>> Cheers,
>> Chris
>> 
>> 
>> On 10/15/10 10:48 AM, "Enis Söztutar" <en...@gmail.com> wrote:
>> 
>> The git mirror we have requested is ready thanks to infra. It mirrors the
>> code in apache svn repo to git.
>> 
>> The issue is:
>> https://issues.apache.org/jira/browse/INFRA-3054
>> 
>> The repo address is :
>> git://git.apache.org/gora.git
>> 
>> Best,
>> Enis
>> 
>> 
>> 
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Chris Mattmann, Ph.D.
>> Senior Computer Scientist
>> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
>> Office: 171-266B, Mailstop: 171-246
>> Email: Chris.Mattmann@jpl.nasa.gov
>> WWW:   http://sunset.usc.edu/~mattmann/<http://sunset.usc.edu/%7Emattmann/>
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> Adjunct Assistant Professor, Computer Science Department
>> University of Southern California, Los Angeles, CA 90089 USA
>> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>> 
>> 
> 


++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: Chris.Mattmann@jpl.nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++



Re: Gora git mirror is ready

Posted by Enis Söztutar <en...@gmail.com>.
Hi,

What I find useful in developing code for Apache projects (Hadoop, Nutch,
HBase, Gora, etc) is to check out read-only git, prepare my patches in
individual branches, then prepare a patch and attach to a JIRA issue. Then
when the patch is reviewed, go I ahead and commit the patch using the SVN
client.

All of the Apache projects I am familiar with uses JIRA for tracking all of
the issues except trivial ones. I think we can employ this convention, and
use review-then-commit policy at Gora.

Thanks,
Enis

On Fri, Oct 15, 2010 at 9:02 PM, Mattmann, Chris A (388J) <
chris.a.mattmann@jpl.nasa.gov> wrote:

> Thanks Enis. I would encourage everyone though to understand that though
> the canonical Apache Gora repository is in Apache SVN and I'd highly
> recommend that I not be used simply as a dumping grounds for code developed
> outside of Apache.
>
> Cheers,
> Chris
>
>
> On 10/15/10 10:48 AM, "Enis Söztutar" <en...@gmail.com> wrote:
>
> The git mirror we have requested is ready thanks to infra. It mirrors the
> code in apache svn repo to git.
>
> The issue is:
> https://issues.apache.org/jira/browse/INFRA-3054
>
> The repo address is :
> git://git.apache.org/gora.git
>
> Best,
> Enis
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: Chris.Mattmann@jpl.nasa.gov
> WWW:   http://sunset.usc.edu/~mattmann/<http://sunset.usc.edu/%7Emattmann/>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>

Re: Gora git mirror is ready

Posted by Henry Saputra <he...@gmail.com>.
Hi Chris,

+1

Thanks for the email Chris, I just remember that there were
discussions in the general-incubators@ list about using purely Git as
source control for Apache projects =)

The good news is that I think most of us as initial contributors for
Gora has worked with other Apache projects, so I hope that we all know
than Apache SVN should be the main source repo for contributing to
Apache projects.

- Henry

On Fri, Oct 15, 2010 at 11:02 AM, Mattmann, Chris A (388J)
<ch...@jpl.nasa.gov> wrote:
> Thanks Enis. I would encourage everyone though to understand that though the canonical Apache Gora repository is in Apache SVN and I'd highly recommend that I not be used simply as a dumping grounds for code developed outside of Apache.
>
> Cheers,
> Chris
>
>
> On 10/15/10 10:48 AM, "Enis Söztutar" <en...@gmail.com> wrote:
>
> The git mirror we have requested is ready thanks to infra. It mirrors the
> code in apache svn repo to git.
>
> The issue is:
> https://issues.apache.org/jira/browse/INFRA-3054
>
> The repo address is :
> git://git.apache.org/gora.git
>
> Best,
> Enis
>
>
>
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Chris Mattmann, Ph.D.
> Senior Computer Scientist
> NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
> Office: 171-266B, Mailstop: 171-246
> Email: Chris.Mattmann@jpl.nasa.gov
> WWW:   http://sunset.usc.edu/~mattmann/
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
> Adjunct Assistant Professor, Computer Science Department
> University of Southern California, Los Angeles, CA 90089 USA
> ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
>
>



-- 
Thanks,
Henry

Re: Gora git mirror is ready

Posted by "Mattmann, Chris A (388J)" <ch...@jpl.nasa.gov>.
Thanks Enis. I would encourage everyone though to understand that though the canonical Apache Gora repository is in Apache SVN and I'd highly recommend that I not be used simply as a dumping grounds for code developed outside of Apache.

Cheers,
Chris


On 10/15/10 10:48 AM, "Enis Söztutar" <en...@gmail.com> wrote:

The git mirror we have requested is ready thanks to infra. It mirrors the
code in apache svn repo to git.

The issue is:
https://issues.apache.org/jira/browse/INFRA-3054

The repo address is :
git://git.apache.org/gora.git

Best,
Enis



++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Chris Mattmann, Ph.D.
Senior Computer Scientist
NASA Jet Propulsion Laboratory Pasadena, CA 91109 USA
Office: 171-266B, Mailstop: 171-246
Email: Chris.Mattmann@jpl.nasa.gov
WWW:   http://sunset.usc.edu/~mattmann/
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Adjunct Assistant Professor, Computer Science Department
University of Southern California, Los Angeles, CA 90089 USA
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++