Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-08 Thread Graeme Geldenhuys
On Tue, Apr 7, 2009 at 3:25 PM, Paul Ishenin wrote: > > I am wondering what are that needs for project with *the only one developer* > that svn cannot serve well and that alone developer need to install another I replied to this in the fpc-other mailing list. Hopefully the moderators allows this

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Jonathan
On Tue, 07 Apr 2009 13:06:06 +0200 Vincent Snijders wrote: > Do you generate nightly tarballs for people who don't want the 0.4 version of > tortoisegit? http://fpgui.git.sourceforge.net/git/gitweb.cgi?p=fpgui See "snapshot". ___ fpc-pascal maillist

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Jonas Maebe
On 07 Apr 2009, at 15:25, Paul Ishenin wrote: Graeme Geldenhuys wrote: Either way, this is not a thread about Git vs SubVersion. Simply that I am the primary developer of fpGUI - doing most of the work. And I find Git fits my workflow much better. I also posted usage instructions in the fpGUI

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Vincent Snijders
Jonathan schreef: On Tue, 07 Apr 2009 13:06:06 +0200 Vincent Snijders wrote: Do you generate nightly tarballs for people who don't want the 0.4 version of tortoisegit? http://fpgui.git.sourceforge.net/git/gitweb.cgi?p=fpgui See "snapshot". Thanks. Vincent

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Graeme Geldenhuys
On Tue, Apr 7, 2009 at 1:38 PM, Jonathan wrote: > > http://fpgui.git.sourceforge.net/git/gitweb.cgi?p=fpgui > > See "snapshot". I didn't even know that. :-) Thanks Jonathan. Regards, - Graeme - ___ fpGUI - a cross-platform Free Pascal GUI toolkit

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Michael Van Canneyt
On Tue, 7 Apr 2009, Graeme Geldenhuys wrote: > On Tue, Apr 7, 2009 at 3:06 PM, Michael Van Canneyt > wrote: > > > > I think that Vincent wants a git-less setup, so an alternative for > > getting sources without installing git at all. > > Then why didn't he say that! :-) > In that case, he mus

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Paul Ishenin
Graeme Geldenhuys wrote: Either way, this is not a thread about Git vs SubVersion. Simply that I am the primary developer of fpGUI - doing most of the work. And I find Git fits my workflow much better. I also posted usage instructions in the fpGUI newsgroup on how to use Git and so far the other

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Graeme Geldenhuys
On Tue, Apr 7, 2009 at 3:06 PM, Michael Van Canneyt wrote: > > I think that Vincent wants a git-less setup, so an alternative for > getting sources without installing git at all. Then why didn't he say that! :-) In that case, he must let me know, and I'll setup daily runs of the 'git archive' co

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Graeme Geldenhuys
On Tue, Apr 7, 2009 at 2:33 PM, Vincent Snijders wrote: > > Actually, if I wanted to contribute, or at least run the lazarus tests with > the fpgui widgetset, I would like to have a easier way to get the source > than by installing tortoisegit, which does not (yet) seem to be > stand-alone[1], unl

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Graeme Geldenhuys
On Tue, Apr 7, 2009 at 1:44 PM, Florian Klaempfl wrote: > > ... and I get a full diff on windows due to line feed trouble :) msysGit is a full native port of Git. I just installed it again to double check and I do not have any linefeed issues. It even asks me as part of the install how linefeed

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Michael Van Canneyt
On Tue, 7 Apr 2009, Henry Vermaak wrote: > 2009/4/7 Vincent Snijders : > > Graeme Geldenhuys schreef: > >> > >> On Tue, Apr 7, 2009 at 1:06 PM, Vincent Snijders > >> > >> Will only get the last ten revisions. This has some limitations (you > >> can't push), but is perfectly fine if you wanted to

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Henry Vermaak
2009/4/7 Vincent Snijders : > Graeme Geldenhuys schreef: >> >> On Tue, Apr 7, 2009 at 1:06 PM, Vincent Snijders >> >> Will only get the last ten revisions. This has some limitations (you >> can't push), but is perfectly fine if you wanted to contribute in the >> form of emailing patches. > > Actual

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Vincent Snijders
Graeme Geldenhuys schreef: On Tue, Apr 7, 2009 at 1:06 PM, Vincent Snijders Will only get the last ten revisions. This has some limitations (you can't push), but is perfectly fine if you wanted to contribute in the form of emailing patches. Actually, if I wanted to contribute, or at least run

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Graeme Geldenhuys
On Tue, Apr 7, 2009 at 1:06 PM, Vincent Snijders wrote: > > Do you generate nightly tarballs for people who don't want the 0.4 version > of tortoisegit? No, simply because fpGUI history is still small (just over 1000 revisions). As far as I can see, a normal clone of fpGUI repository will downloa

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Florian Klaempfl
Graeme Geldenhuys schrieb: > > Git Quick Start > > > Cloning and Creating a Patch > > $ git clone git://fpgui.git.sourceforge.net/gitroot/fpgui > $ cd fpgui > $ (edit files) ... and I get a full diff on windows due to line feed trouble :) __

Re: [fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Vincent Snijders
Graeme Geldenhuys schreef: Hi, As of 2 days ago, I have converted the SubVersion repository to Git. From now onwards all fpGUI development will continue in the Git repository. Do you generate nightly tarballs for people who don't want the 0.4 version of tortoisegit? Vincent _

[fpc-pascal] fpGUI Toolkit source repository migrated to Git

2009-04-07 Thread Graeme Geldenhuys
Hi, As of 2 days ago, I have converted the SubVersion repository to Git. >From now onwards all fpGUI development will continue in the Git repository. To checkout (clone) the fpGUI git repository you can do the following using the git command line client. git clone git://fpgui.git.sourceforge.n