You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by Massimo Lusetti <ml...@gmail.com> on 2012/05/16 18:54:47 UTC

Say welcome to GIT

Hi devs,
  thanks to the work made by infra@ we finally have our own git repo:

- https://git-wip-us.apache.org/repos/asf/tapestry-5.git

The trunk (now master), tags and branches are in place, It's writable
and the first checks are looking good so I can say that the migration
is done, at least in the first part.

Now every committer should, at least, read:
- http://git-wip-us.apache.org/#committers-getting-started

then we will see if there's need for adjustment during the first
commit flow especially about these topics:
- http://git-wip-us.apache.org/docs/switching-to-git.html#protected-ref-lists
- http://git-wip-us.apache.org/docs/switching-to-git.html#user-name-spaces-for-branches

Let me know of anything gone wrong on your side.
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Massimo Lusetti <ml...@gmail.com>.
On Tue, May 22, 2012 at 12:12 PM, Michael Wyraz
<mi...@evermind.de> wrote:

> Hi,
>
> will the old svn location still be updated from git or is it death?

The main repository for tapestry is under git from now on. Subversion
will be kept for historical reasons but is frozen, it is read-only.

> Will GIT allow me to commit all my patched somewhere? Or do I still need to
> become a committer for this?

Committing to apache repositories has nothing to do with svn nor git
nor what-else-you-like-to-use-to-keep-your-source-code-in, you have to
be an apache committer and be granted write access to.
Despite that you are free to clone the repo and do all your local work
on it, certainly git help on this side.

Cheers
-- 
Massimo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Michael Wyraz <mi...@evermind.de>.
Hi,

will the old svn location still be updated from git or is it death?
Will GIT allow me to commit all my patched somewhere? Or do I still need 
to become a committer for this?

Regards,
Michael.


> Hi devs,
>    thanks to the work made by infra@ we finally have our own git repo:
>
> - https://git-wip-us.apache.org/repos/asf/tapestry-5.git
>
> The trunk (now master), tags and branches are in place, It's writable
> and the first checks are looking good so I can say that the migration
> is done, at least in the first part.
>
> Now every committer should, at least, read:
> - http://git-wip-us.apache.org/#committers-getting-started
>
> then we will see if there's need for adjustment during the first
> commit flow especially about these topics:
> - http://git-wip-us.apache.org/docs/switching-to-git.html#protected-ref-lists
> - http://git-wip-us.apache.org/docs/switching-to-git.html#user-name-spaces-for-branches
>
> Let me know of anything gone wrong on your side.


-- 
Mit freundlichen Grüßen / Regards

Michael Wyraz

evermind GmbH
Schorlemmerstraße 1
04155 Leipzig

Tel.:       +49 (0)341-25 39 66 - 0
Fax:        +49 (0)341-25 39 66 - 1
Funk:       +49 (0)177-73 00 00 3
E-Mail:     michael.wyraz@evermind.de

HRB: 21586
Amtsgericht Leipzig

Geschäftsführer:
Christoph Klemm
Thomas Grünert
Michael Wyraz


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Massimo Lusetti <ml...@gmail.com>.
On Wed, May 16, 2012 at 9:50 PM, Dimitris Zenios
<di...@gmail.com> wrote:

> Hi everyone.
>
> Just a side note,Tag 5.3.3 is missing.Any idea why?
>

I'm looking into it.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Massimo Lusetti <ml...@gmail.com>.
On Wed, May 16, 2012 at 9:50 PM, Dimitris Zenios
<di...@gmail.com> wrote:

> Hi everyone.
>
> Just a side note,Tag 5.3.3 is missing.Any idea why?

Original tag on svn was on the wrong directory so got lost in the
migration, now I've retagged the correct commit.
It should be fine now.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Massimo Lusetti <ml...@gmail.com>.
On Wed, May 16, 2012 at 10:03 PM, Jochen Frey <jo...@jochenfrey.com> wrote:

> Does that make the github repo (https://github.com/apache/tapestry5)  obsolete, or is there a plan to keep a mirror there?
>
> It can work either way, but it'd be good to know if I (and probably others) should plan on changing their process for patches / fixes.
>
> Thanks!
> Jochen

I think the github mirror is made obsolete as it pull changes from
git://git.apache.org/tapestry5.git which in turn mirror the svn repo
(currently frozen).

I don't know how infra@ would handle it, I'll ask.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Massimo Lusetti <ml...@gmail.com>.
On Tue, May 22, 2012 at 8:24 AM, Jochen Frey <jo...@jochenfrey.com> wrote:

> Massimo, I don't think the mirror is working.
>
> I'm looking at https://git-wip-us.apache.org/repos/asf/tapestry-5.git
>
> vs.
>
> https://github.com/apache/tapestry5
>
> Seems like the apache repo is a few commits ahead as of right now.
>
> Can you check with infra?

I've pinged infra.
If you need this the best thing you can do and go here and vote:
https://issues.apache.org/jira/browse/INFRA-4158

Actually better then voting is to provide help.

Cheers
-- 
Massimo

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Massimo Lusetti <ml...@gmail.com>.
On Tue, May 22, 2012 at 8:24 AM, Jochen Frey <jo...@jochenfrey.com> wrote:

> Massimo, I don't think the mirror is working.
>
> I'm looking at https://git-wip-us.apache.org/repos/asf/tapestry-5.git
>
> vs.
>
> https://github.com/apache/tapestry5
>
> Seems like the apache repo is a few commits ahead as of right now.
>
> Can you check with infra?

The correct mirror at github is named after the new repo at git-wip so
is: https://github.com/apache/tapestry-5

I'm in contact with Jukka who is doing all the work to remove the old repo.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Jochen Frey <jo...@jochenfrey.com>.
Massimo, I don't think the mirror is working.

I'm looking at https://git-wip-us.apache.org/repos/asf/tapestry-5.git 

vs.

https://github.com/apache/tapestry5

Seems like the apache repo is a few commits ahead as of right now.

Can you check with infra?

J


On May 17, 2012, at 9:47 AM, Jochen Frey wrote:

> Will do.  Thanks for checking into it.
> 
> J
> 
> On May 17, 2012, at 6:46 AM, Massimo Lusetti wrote:
> 
>> On Wed, May 16, 2012 at 11:10 PM, Jochen Frey <jo...@jochenfrey.com> wrote:
>> 
>>> Couldn't surface anything for "github as a proxy" in a quick 10 minute investigation.
>>> 
>>> I'll assume that the apache git repo will be the way to get current code until someone says otherwise.
>>> 
>>> Thx,
>>> Jochen
>> 
>> Some guy from infra should take care of the github mirrors in the week end.
>> 
>> Please check after and let me know.
>> 
>> Cheers
>> -- 
>> Massimo
>> http://meridio.blogspot.com
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>> 
> 
> ---
>   jochen@jochenfrey.com
>   +1.415.366.0450
>   @jochen_frey
> 

---
  jochen@jochenfrey.com
  +1.415.366.0450
  @jochen_frey


Re: Say welcome to GIT

Posted by Jochen Frey <jo...@jochenfrey.com>.
Will do.  Thanks for checking into it.

J

On May 17, 2012, at 6:46 AM, Massimo Lusetti wrote:

> On Wed, May 16, 2012 at 11:10 PM, Jochen Frey <jo...@jochenfrey.com> wrote:
> 
>> Couldn't surface anything for "github as a proxy" in a quick 10 minute investigation.
>> 
>> I'll assume that the apache git repo will be the way to get current code until someone says otherwise.
>> 
>> Thx,
>> Jochen
> 
> Some guy from infra should take care of the github mirrors in the week end.
> 
> Please check after and let me know.
> 
> Cheers
> -- 
> Massimo
> http://meridio.blogspot.com
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
> 

---
  jochen@jochenfrey.com
  +1.415.366.0450
  @jochen_frey


Re: Say welcome to GIT

Posted by Massimo Lusetti <ml...@gmail.com>.
On Wed, May 16, 2012 at 11:10 PM, Jochen Frey <jo...@jochenfrey.com> wrote:

> Couldn't surface anything for "github as a proxy" in a quick 10 minute investigation.
>
> I'll assume that the apache git repo will be the way to get current code until someone says otherwise.
>
> Thx,
> Jochen

Some guy from infra should take care of the github mirrors in the week end.

Please check after and let me know.

Cheers
-- 
Massimo
http://meridio.blogspot.com

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Jochen Frey <jo...@jochenfrey.com>.
Couldn't surface anything for "github as a proxy" in a quick 10 minute investigation.

I'll assume that the apache git repo will be the way to get current code until someone says otherwise.

Thx,
Jochen



On May 16, 2012, at 1:07 PM, Dimitris Zenios wrote:

> Maybe github can become a proxy of the original git repo.I dont know
> if github can support such things
> 
> On Wed, May 16, 2012 at 11:03 PM, Jochen Frey <jo...@jochenfrey.com> wrote:
>> Does that make the github repo (https://github.com/apache/tapestry5)  obsolete, or is there a plan to keep a mirror there?
>> 
>> It can work either way, but it'd be good to know if I (and probably others) should plan on changing their process for patches / fixes.
>> 
>> Thanks!
>> Jochen
>> 
>> On May 16, 2012, at 12:50 PM, Dimitris Zenios wrote:
>> 
>>> Hi everyone.
>>> 
>>> Just a side note,Tag 5.3.3 is missing.Any idea why?
>>> 
>>> Dimitris Zenios
>>> 
>>> On Wed, May 16, 2012 at 7:54 PM, Massimo Lusetti <ml...@gmail.com> wrote:
>>>> Hi devs,
>>>>  thanks to the work made by infra@ we finally have our own git repo:
>>>> 
>>>> - https://git-wip-us.apache.org/repos/asf/tapestry-5.git
>>>> 
>>>> The trunk (now master), tags and branches are in place, It's writable
>>>> and the first checks are looking good so I can say that the migration
>>>> is done, at least in the first part.
>>>> 
>>>> Now every committer should, at least, read:
>>>> - http://git-wip-us.apache.org/#committers-getting-started
>>>> 
>>>> then we will see if there's need for adjustment during the first
>>>> commit flow especially about these topics:
>>>> - http://git-wip-us.apache.org/docs/switching-to-git.html#protected-ref-lists
>>>> - http://git-wip-us.apache.org/docs/switching-to-git.html#user-name-spaces-for-branches
>>>> 
>>>> Let me know of anything gone wrong on your side.
>>>> --
>>>> Massimo
>>>> http://meridio.blogspot.com
>>>> 
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>> 
>>> 
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>> 
>> 
>> ---
>>  jochen@jochenfrey.com
>>  +1.415.366.0450
>>  @jochen_frey
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
> 

---
  jochen@jochenfrey.com
  +1.415.366.0450
  @jochen_frey


Re: Say welcome to GIT

Posted by Dimitris Zenios <di...@gmail.com>.
Maybe github can become a proxy of the original git repo.I dont know
if github can support such things

On Wed, May 16, 2012 at 11:03 PM, Jochen Frey <jo...@jochenfrey.com> wrote:
> Does that make the github repo (https://github.com/apache/tapestry5)  obsolete, or is there a plan to keep a mirror there?
>
> It can work either way, but it'd be good to know if I (and probably others) should plan on changing their process for patches / fixes.
>
> Thanks!
> Jochen
>
> On May 16, 2012, at 12:50 PM, Dimitris Zenios wrote:
>
>> Hi everyone.
>>
>> Just a side note,Tag 5.3.3 is missing.Any idea why?
>>
>> Dimitris Zenios
>>
>> On Wed, May 16, 2012 at 7:54 PM, Massimo Lusetti <ml...@gmail.com> wrote:
>>> Hi devs,
>>>  thanks to the work made by infra@ we finally have our own git repo:
>>>
>>> - https://git-wip-us.apache.org/repos/asf/tapestry-5.git
>>>
>>> The trunk (now master), tags and branches are in place, It's writable
>>> and the first checks are looking good so I can say that the migration
>>> is done, at least in the first part.
>>>
>>> Now every committer should, at least, read:
>>> - http://git-wip-us.apache.org/#committers-getting-started
>>>
>>> then we will see if there's need for adjustment during the first
>>> commit flow especially about these topics:
>>> - http://git-wip-us.apache.org/docs/switching-to-git.html#protected-ref-lists
>>> - http://git-wip-us.apache.org/docs/switching-to-git.html#user-name-spaces-for-branches
>>>
>>> Let me know of anything gone wrong on your side.
>>> --
>>> Massimo
>>> http://meridio.blogspot.com
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>>
>
> ---
>  jochen@jochenfrey.com
>  +1.415.366.0450
>  @jochen_frey
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org


Re: Say welcome to GIT

Posted by Jochen Frey <jo...@jochenfrey.com>.
Does that make the github repo (https://github.com/apache/tapestry5)  obsolete, or is there a plan to keep a mirror there?

It can work either way, but it'd be good to know if I (and probably others) should plan on changing their process for patches / fixes.

Thanks!
Jochen

On May 16, 2012, at 12:50 PM, Dimitris Zenios wrote:

> Hi everyone.
> 
> Just a side note,Tag 5.3.3 is missing.Any idea why?
> 
> Dimitris Zenios
> 
> On Wed, May 16, 2012 at 7:54 PM, Massimo Lusetti <ml...@gmail.com> wrote:
>> Hi devs,
>>  thanks to the work made by infra@ we finally have our own git repo:
>> 
>> - https://git-wip-us.apache.org/repos/asf/tapestry-5.git
>> 
>> The trunk (now master), tags and branches are in place, It's writable
>> and the first checks are looking good so I can say that the migration
>> is done, at least in the first part.
>> 
>> Now every committer should, at least, read:
>> - http://git-wip-us.apache.org/#committers-getting-started
>> 
>> then we will see if there's need for adjustment during the first
>> commit flow especially about these topics:
>> - http://git-wip-us.apache.org/docs/switching-to-git.html#protected-ref-lists
>> - http://git-wip-us.apache.org/docs/switching-to-git.html#user-name-spaces-for-branches
>> 
>> Let me know of anything gone wrong on your side.
>> --
>> Massimo
>> http://meridio.blogspot.com
>> 
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
>> For additional commands, e-mail: dev-help@tapestry.apache.org
>> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
> 

---
  jochen@jochenfrey.com
  +1.415.366.0450
  @jochen_frey


Re: Say welcome to GIT

Posted by Dimitris Zenios <di...@gmail.com>.
Hi everyone.

Just a side note,Tag 5.3.3 is missing.Any idea why?

Dimitris Zenios

On Wed, May 16, 2012 at 7:54 PM, Massimo Lusetti <ml...@gmail.com> wrote:
> Hi devs,
>  thanks to the work made by infra@ we finally have our own git repo:
>
> - https://git-wip-us.apache.org/repos/asf/tapestry-5.git
>
> The trunk (now master), tags and branches are in place, It's writable
> and the first checks are looking good so I can say that the migration
> is done, at least in the first part.
>
> Now every committer should, at least, read:
> - http://git-wip-us.apache.org/#committers-getting-started
>
> then we will see if there's need for adjustment during the first
> commit flow especially about these topics:
> - http://git-wip-us.apache.org/docs/switching-to-git.html#protected-ref-lists
> - http://git-wip-us.apache.org/docs/switching-to-git.html#user-name-spaces-for-branches
>
> Let me know of anything gone wrong on your side.
> --
> Massimo
> http://meridio.blogspot.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
> For additional commands, e-mail: dev-help@tapestry.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tapestry.apache.org
For additional commands, e-mail: dev-help@tapestry.apache.org