git@vger.kernel.org mailing list mirror (one of many)
 help / color / mirror / code / Atom feed
* git subtree push-all and pull-all
@ 2013-07-03 19:56 Gareth Collins
  2013-07-07 12:54 ` Fredrik Gustafsson
  0 siblings, 1 reply; 7+ messages in thread
From: Gareth Collins @ 2013-07-03 19:56 UTC (permalink / raw)
  To: git

Hello,

I see over the last year (on the web and in this mailing list) there
was some activity to extend subtree with a .gittrees file and
push-all/pull-all commands.

Perhaps I missed it, but looking through the latest git code on the
github mirror I can't find any reference to the .gittrees file or
these commands.

Does anyone know the status of this feature? Was it decided that this
was a bad idea and the feature has been rejected? Or is this a feature
still "cooking"...which will likely make it into git mainline at some
point?

I ask because I would like to use something like this to be able to
keep a combined repository and separate project repositories in sync.
Of course, if it was decided that this feature is fundamentally a bad
idea then I will do something different.

Any pointers would be a big help.

thanks in advance,
Gareth Collins

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: git subtree push-all and pull-all
  2013-07-03 19:56 git subtree push-all and pull-all Gareth Collins
@ 2013-07-07 12:54 ` Fredrik Gustafsson
  2013-07-08 15:20   ` Gareth Collins
  0 siblings, 1 reply; 7+ messages in thread
From: Fredrik Gustafsson @ 2013-07-07 12:54 UTC (permalink / raw)
  To: Gareth Collins; +Cc: git

On Wed, Jul 03, 2013 at 03:56:36PM -0400, Gareth Collins wrote:
> Hello,
> 
> I see over the last year (on the web and in this mailing list) there
> was some activity to extend subtree with a .gittrees file and
> push-all/pull-all commands.
> 
> Perhaps I missed it, but looking through the latest git code on the
> github mirror I can't find any reference to the .gittrees file or
> these commands.
> 
> Does anyone know the status of this feature? Was it decided that this
> was a bad idea and the feature has been rejected? Or is this a feature
> still "cooking"...which will likely make it into git mainline at some
> point?
> 
> I ask because I would like to use something like this to be able to
> keep a combined repository and separate project repositories in sync.
> Of course, if it was decided that this feature is fundamentally a bad
> idea then I will do something different.
> 
> Any pointers would be a big help.
> 
> thanks in advance,
> Gareth Collins

Still no answer to this? I suggest that you CC the persons discussing
this the last time.

-- 
Med vänliga hälsningar
Fredrik Gustafsson

tel: 0733-608274
e-post: iveqy@iveqy.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: git subtree push-all and pull-all
  2013-07-07 12:54 ` Fredrik Gustafsson
@ 2013-07-08 15:20   ` Gareth Collins
  2013-07-09  9:21     ` Herman van Rink
  0 siblings, 1 reply; 7+ messages in thread
From: Gareth Collins @ 2013-07-08 15:20 UTC (permalink / raw)
  To: Fredrik Gustafsson; +Cc: git, pcampbell, rink

Hello Fredrik,

Thanks for the suggestion! Adding in Paul Campbell and Herman Van Rink
who worked on this before.

thanks again,
Gareth

On Sun, Jul 7, 2013 at 8:54 AM, Fredrik Gustafsson <iveqy@iveqy.com> wrote:
> On Wed, Jul 03, 2013 at 03:56:36PM -0400, Gareth Collins wrote:
>> Hello,
>>
>> I see over the last year (on the web and in this mailing list) there
>> was some activity to extend subtree with a .gittrees file and
>> push-all/pull-all commands.
>>
>> Perhaps I missed it, but looking through the latest git code on the
>> github mirror I can't find any reference to the .gittrees file or
>> these commands.
>>
>> Does anyone know the status of this feature? Was it decided that this
>> was a bad idea and the feature has been rejected? Or is this a feature
>> still "cooking"...which will likely make it into git mainline at some
>> point?
>>
>> I ask because I would like to use something like this to be able to
>> keep a combined repository and separate project repositories in sync.
>> Of course, if it was decided that this feature is fundamentally a bad
>> idea then I will do something different.
>>
>> Any pointers would be a big help.
>>
>> thanks in advance,
>> Gareth Collins
>
> Still no answer to this? I suggest that you CC the persons discussing
> this the last time.
>
> --
> Med vänliga hälsningar
> Fredrik Gustafsson
>
> tel: 0733-608274
> e-post: iveqy@iveqy.com

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: git subtree push-all and pull-all
  2013-07-08 15:20   ` Gareth Collins
@ 2013-07-09  9:21     ` Herman van Rink
  2013-07-22 19:35       ` Paul Campbell
  0 siblings, 1 reply; 7+ messages in thread
From: Herman van Rink @ 2013-07-09  9:21 UTC (permalink / raw)
  To: Gareth Collins; +Cc: Fredrik Gustafsson, git, pcampbell

On 08-07-13 17:20, Gareth Collins wrote:
> Hello Fredrik,
>
> Thanks for the suggestion! Adding in Paul Campbell and Herman Van Rink
> who worked on this before.

Paul Campbell has been working hard on multiple branches in 
https://github.com/kemitix/git
But work appears to have stopped. :(

There is also a recent blogpost:
http://ruleant.blogspot.nl/2013/06/git-subtree-module-with-gittrees-config.html

Thanks for your interest, I'd love to see this get integrated....

>
> thanks again,
> Gareth
>
> On Sun, Jul 7, 2013 at 8:54 AM, Fredrik Gustafsson <iveqy@iveqy.com> wrote:
>> On Wed, Jul 03, 2013 at 03:56:36PM -0400, Gareth Collins wrote:
>>> Hello,
>>>
>>> I see over the last year (on the web and in this mailing list) there
>>> was some activity to extend subtree with a .gittrees file and
>>> push-all/pull-all commands.
>>>
>>> Perhaps I missed it, but looking through the latest git code on the
>>> github mirror I can't find any reference to the .gittrees file or
>>> these commands.
>>>
>>> Does anyone know the status of this feature? Was it decided that this
>>> was a bad idea and the feature has been rejected? Or is this a feature
>>> still "cooking"...which will likely make it into git mainline at some
>>> point?
>>>
>>> I ask because I would like to use something like this to be able to
>>> keep a combined repository and separate project repositories in sync.
>>> Of course, if it was decided that this feature is fundamentally a bad
>>> idea then I will do something different.
>>>
>>> Any pointers would be a big help.
>>>
>>> thanks in advance,
>>> Gareth Collins
>> Still no answer to this? I suggest that you CC the persons discussing
>> this the last time.
>>
>> --
>> Med vänliga hälsningar
>> Fredrik Gustafsson
>>
>> tel: 0733-608274
>> e-post: iveqy@iveqy.com


-- 

Met vriendelijke groet / Regards,

Herman van Rink
Initfour websolutions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: git subtree push-all and pull-all
  2013-07-09  9:21     ` Herman van Rink
@ 2013-07-22 19:35       ` Paul Campbell
  2013-07-25 10:00         ` Herman van Rink
  0 siblings, 1 reply; 7+ messages in thread
From: Paul Campbell @ 2013-07-22 19:35 UTC (permalink / raw)
  To: Herman van Rink; +Cc: Gareth Collins, Fredrik Gustafsson, git

Hi,

Sorry for the delay. Not been monitoring the list lately.

I'm afraid work stopped for two reasons. Lack of interest from the
list was the main one. I understand subtree isn't used much and
subsequently there wasn't much interest in reviewing the patches I was
putting out. As a result I lost interest.



On Tue, Jul 9, 2013 at 10:21 AM, Herman van Rink <rink@initfour.nl> wrote:
> On 08-07-13 17:20, Gareth Collins wrote:
>>
>> Hello Fredrik,
>>
>> Thanks for the suggestion! Adding in Paul Campbell and Herman Van Rink
>> who worked on this before.
>
>
> Paul Campbell has been working hard on multiple branches in
> https://github.com/kemitix/git
> But work appears to have stopped. :(
>
> There is also a recent blogpost:
> http://ruleant.blogspot.nl/2013/06/git-subtree-module-with-gittrees-config.html
>
> Thanks for your interest, I'd love to see this get integrated....
>
>
>>
>> thanks again,
>> Gareth
>>
>> On Sun, Jul 7, 2013 at 8:54 AM, Fredrik Gustafsson <iveqy@iveqy.com>
>> wrote:
>>>
>>> On Wed, Jul 03, 2013 at 03:56:36PM -0400, Gareth Collins wrote:
>>>>
>>>> Hello,
>>>>
>>>> I see over the last year (on the web and in this mailing list) there
>>>> was some activity to extend subtree with a .gittrees file and
>>>> push-all/pull-all commands.
>>>>
>>>> Perhaps I missed it, but looking through the latest git code on the
>>>> github mirror I can't find any reference to the .gittrees file or
>>>> these commands.
>>>>
>>>> Does anyone know the status of this feature? Was it decided that this
>>>> was a bad idea and the feature has been rejected? Or is this a feature
>>>> still "cooking"...which will likely make it into git mainline at some
>>>> point?
>>>>
>>>> I ask because I would like to use something like this to be able to
>>>> keep a combined repository and separate project repositories in sync.
>>>> Of course, if it was decided that this feature is fundamentally a bad
>>>> idea then I will do something different.
>>>>
>>>> Any pointers would be a big help.
>>>>
>>>> thanks in advance,
>>>> Gareth Collins
>>>
>>> Still no answer to this? I suggest that you CC the persons discussing
>>> this the last time.
>>>
>>> --
>>> Med vänliga hälsningar
>>> Fredrik Gustafsson
>>>
>>> tel: 0733-608274
>>> e-post: iveqy@iveqy.com
>
>
>
> --
>
> Met vriendelijke groet / Regards,
>
> Herman van Rink
> Initfour websolutions
>



-- 
Paul [W] Campbell

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: git subtree push-all and pull-all
  2013-07-22 19:35       ` Paul Campbell
@ 2013-07-25 10:00         ` Herman van Rink
  2013-07-25 11:19           ` Paul Campbell
  0 siblings, 1 reply; 7+ messages in thread
From: Herman van Rink @ 2013-07-25 10:00 UTC (permalink / raw)
  To: Paul Campbell
  Cc: Gareth Collins, Fredrik Gustafsson, git, Dieter Adriaenssens

On 22-07-13 21:35, Paul Campbell wrote:
> Hi,
>
> Sorry for the delay. Not been monitoring the list lately.
>
> I'm afraid work stopped for two reasons. Lack of interest from the
> list was the main one. I understand subtree isn't used much and
> subsequently there wasn't much interest in reviewing the patches I was
> putting out. As a result I lost interest.
>

It seems to be hard to get anything done on such a busy list. :( 
Especially when the maintainers lack time/attention for such a contrib.

I think including it in the contrib folder has not done us any good.

Maybe we should just focus on maintaining a separate repo, which could 
be based of https://github.com/apenwarr/git-subtree (which has already 
92 forks, including one of mine). And obviously integrate all the recent 
work from Paul.

-- 

Met vriendelijke groet / Regards,

Herman van Rink
Initfour websolutions

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: git subtree push-all and pull-all
  2013-07-25 10:00         ` Herman van Rink
@ 2013-07-25 11:19           ` Paul Campbell
  0 siblings, 0 replies; 7+ messages in thread
From: Paul Campbell @ 2013-07-25 11:19 UTC (permalink / raw)
  To: Herman van Rink
  Cc: Gareth Collins, Fredrik Gustafsson, git, Dieter Adriaenssens

I agree with the idea of maintaining git-subtree outside of contrib.
However, you would need the commitment of apenwarr, or whoever hosts
the master repo, to merge in any pull requests or we are no further
forward. (apenwarr appears not to have been active on github since
early May).

On Thu, Jul 25, 2013 at 11:00 AM, Herman van Rink <rink@initfour.nl> wrote:
> On 22-07-13 21:35, Paul Campbell wrote:
>>
>> Hi,
>>
>> Sorry for the delay. Not been monitoring the list lately.
>>
>> I'm afraid work stopped for two reasons. Lack of interest from the
>> list was the main one. I understand subtree isn't used much and
>> subsequently there wasn't much interest in reviewing the patches I was
>> putting out. As a result I lost interest.
>>
>
> It seems to be hard to get anything done on such a busy list. :( Especially
> when the maintainers lack time/attention for such a contrib.
>
> I think including it in the contrib folder has not done us any good.
>
> Maybe we should just focus on maintaining a separate repo, which could be
> based of https://github.com/apenwarr/git-subtree (which has already 92
> forks, including one of mine). And obviously integrate all the recent work
> from Paul.
>
>
> --
>
> Met vriendelijke groet / Regards,
>
> Herman van Rink
> Initfour websolutions
>



-- 
Paul [W] Campbell

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2013-07-25 11:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-07-03 19:56 git subtree push-all and pull-all Gareth Collins
2013-07-07 12:54 ` Fredrik Gustafsson
2013-07-08 15:20   ` Gareth Collins
2013-07-09  9:21     ` Herman van Rink
2013-07-22 19:35       ` Paul Campbell
2013-07-25 10:00         ` Herman van Rink
2013-07-25 11:19           ` Paul Campbell

Code repositories for project(s) associated with this public inbox

	https://80x24.org/mirrors/git.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).