Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-07 Thread Hauke Lathus
On Wednesday 07 September 2011, Raphael Manfredi wrote: > This happened because I had 4 xterm windows openend I didn't mean to offend :-) > Maybe the history rewriting features of git can re-linearize the > commits. Tool-wise, it is easy. The problem is: Once you pushed something out to the pub

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-07 Thread Raphael Manfredi
Quoting Hauke Lathus from ml.softs.gtk-gnutella.devel: :Please take a look at gtk-gnutella's graph with a graphical history :browser such as gitk (which is part of Git's main distribution). You :will notice what an (unnecessarily) complex graph you created in the :first half of 2011-09-06, and

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-07 Thread Hauke Lathus
Hi Raphael, On Tuesday 06 September 2011, Raphael Manfredi wrote: > This is going to create lots of entries because I do "git push" and > "git pull" a lot between my sandboxes or with github. I don't need > any commit message unless something was actually done. > > Is there a way to retro-active

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-06 Thread Raphael Manfredi
Quoting Hauke Lathus from ml.softs.gtk-gnutella.devel: :As Jeroen pointed out, you can add a second remote target for the shared :repo if you want to push to it. It is also possible to configure Git to :use that as default. The more straight-forward way, IMHO, would be to :edit the URL of the "

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-06 Thread Hauke Lathus
On Tuesday 06 September 2011, Bill Pringlemeir wrote: > On 4 Sep 2011, h...@pansensack.de wrote: >> Rebasing means automatically rewriting the latest part of your >> commit history so that it is based on a different parent commit. >> This is necessary to avoid conflicts when you pull from an >> in

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-05 Thread Bill Pringlemeir
On 4 Sep 2011, h...@pansensack.de wrote: > On Saturday 03 September 2011, Bill Pringlemeir wrote: >> I have been grappling with git for some time. People keep saying >> that it has different 'models', but I could never find any sort of >> discussion of what these models are [a high level overview]

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-04 Thread Hauke Lathus
Hi Bill, On Saturday 03 September 2011, Bill Pringlemeir wrote: > I have been grappling with git for some time. People keep saying > that it has different 'models', but I could never find any sort of > discussion of what these models are [a high level overview]. What these people mean by "models"

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-04 Thread Hauke Lathus
On Saturday 03 September 2011, Raphael Manfredi wrote: > And is it possible then to have these cloned repositories sync > directly from the public server, not from the local clone? As Jeroen pointed out, you can add a second remote target for the shared repo if you want to push to it. It is also

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-03 Thread Bill Pringlemeir
On 2 Sep 2011, raphael_manfr...@pobox.com wrote: > How can I work with multiple sandboxes tied to the same GIT database? I have been grappling with git for some time. People keep saying that it has different 'models', but I could never find any sort of discussion of what these models are [a hi

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-03 Thread Jeroen Asselman
Op 3 sep 2011, om 08:59 heeft Raphael Manfredi het volgende geschreven: > And is it possible then to have these cloned repositories sync directly > from the public server, not from the local clone? I want some clones to > push back to the local master clone (for integration purposes) and some >

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-03 Thread Raphael Manfredi
Quoting Hauke Lathus from ml.softs.gtk-gnutella.devel: :There are different answers to that question. The short one is probably :this: Make the second (and third etc.) clone not from the shared :repository over the network, but directly from your first clone through :the local filesystem. Git w

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-02 Thread Hauke Lathus
Hi Raphael, On Friday 02 September 2011, Raphael Manfredi wrote: > How can I work with multiple sandboxes tied to the same GIT database? > > I don't want to clone multiple copies of git everywhere here but I > want to have several trees (between 5 and 10) with various distinct > changed made to e

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-02 Thread Raphael Manfredi
How can I work with multiple sandboxes tied to the same GIT database? I don't want to clone multiple copies of git everywhere here but I want to have several trees (between 5 and 10) with various distinct changed made to each of them that I can test independently. This is very convenient because

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-09-01 Thread Bill Pringlemeir
On 28 Aug 2011, jer...@asselman.com wrote: > The current converted svn to git is available at > https://github.com/gtk-gnutella/gtk-gnutella. Most things seem identical except for the RCS/CVS hold over of using keyword expansions like '$Id'. These seemed obsolete with SVN (yet alone git) a

Re: [gtk-gnutella-devel] GIT transition, please verify current conversion to git

2011-08-28 Thread Hauke Lathus
Hi Jeroen, Hi list (this might be useful for those who are new to Git), On Sunday 28 August 2011, Jeroen Asselman wrote: > The current converted svn to git is available at > https://github.com/gtk-gnutella/gtk-gnutella . Please do not fork > but check if everything looks alright. Perfect! I real