Re: how to git gnumeric

2009-05-01 Thread Marlon Nelson
hmmm i just assumed it wouldn't be necessary to check out the most current code before checking out the release prior to the most current code let me see if i understand what's going on 1) git clone git://git.gnome.org/gnumeric this creates a source tree with the most current checked in code

Re: how to git gnumeric

2009-05-01 Thread Emmanuel Pacaud
Hi, Le vendredi 01 mai 2009 à 14:20 -0400, Marlon Nelson a écrit : > $ git clone -n git://git.gnome.org/gnumeric Why are you using -n here ? Remove it and the following commands should work as expected... > Initialized empty Git repository in /home/marlon/gnome-dev/gnumeric/.git/ > remote: Count

Re: how to git gnumeric

2009-05-01 Thread Oliver Burnett-Hall
On Fri, 2009-05-01 at 14:20 -0400, Marlon Nelson wrote: > i give up... i'm able to clone gnumeric and pull down the latest code, > but i have been unable to figure out how to get the latest official > release > > i want to build release 1.9.6 > > i think doing so involves using a tag... i found

Re: how to git gnumeric

2009-05-01 Thread Marlon Nelson
i give up... i'm able to clone gnumeric and pull down the latest code, but i have been unable to figure out how to get the latest official release i want to build release 1.9.6 i think doing so involves using a tag... i found one that looks like what i need: GNUMERIC_1_9_6 i can't find the docu

Re: how to git gnumeric

2009-05-01 Thread Marlon Nelson
thanks... the link is very helpful "git clone" and "git pull" seem to be getting the job done... i'm up & running again with the latest code as an aside, one thing i noticed when using a brand new install of ubuntu 9.04 was that there's a dependency on yacc that doesn't seem to be caught very ea

Re: how to git gnumeric

2009-05-01 Thread Priit Laes
Ühel kenal päeval, E, 2009-04-27 kell 14:02, kirjutas Marlon Nelson: > i just discovered gnumeric moved from svn to git > > would someone please translate these commands to git? > > > svn co http://svn.gnome.org/svn/libgsf/trunk libgsf > svn co http://svn.gnome.org/svn/goffice/trunk goffice > sv

Re: how to git gnumeric

2009-04-27 Thread Nick Lamb
On Mon, 2009-04-27 at 12:11 -0600, Andreas J. Guelzow wrote: > On Mon, 2009-04-27 at 14:02 -0400, Marlon Nelson wrote: > > i just discovered gnumeric moved from svn to git > > > > would someone please translate these commands to git? > > > > > > svn co http://svn.gnome.org/svn/libgsf/trunk libgs

Re: how to git gnumeric

2009-04-27 Thread Andreas J. Guelzow
On Mon, 2009-04-27 at 14:02 -0400, Marlon Nelson wrote: > i just discovered gnumeric moved from svn to git > > would someone please translate these commands to git? > > > svn co http://svn.gnome.org/svn/libgsf/trunk libgsf > svn co http://svn.gnome.org/svn/goffice/trunk goffice > svn co http://s

how to git gnumeric

2009-04-27 Thread Marlon Nelson
i just discovered gnumeric moved from svn to git would someone please translate these commands to git? svn co http://svn.gnome.org/svn/libgsf/trunk libgsf svn co http://svn.gnome.org/svn/goffice/trunk goffice svn co http://svn.gnome.org/svn/gnumeric/trunk gnumeric svn up thanks -- -eom- ___