Date: prev next · Thread: first prev next last
2011 Archives by date, by thread · List index


On Thu, Jan 27, 2011 at 9:56 PM, Ron House <rhouse@smartchat.net.au> wrote:
Hi, sorry for a beginner's question, but I downloaded the libreoffice code
base from git about a month ago, and I want to update it to be the same as
the recently released version 3.3 without having to download it all again.
Can anyone help out? I think, but am not sure, that the version I have is
what in cvs is called the head - not sure about git terminology.

If it is too hard to convert to version 3.3, then how do I simply update the
version I have from the current git repositories?

Normally it should as simple as refreshing your git repositories and
switching branch... the problem is that
since then the main branch has known some important change in the way
we build things...
so I suggest you do this:

./bin/g fetch

./bin/g checkout libreoffice-3.3.0 origin/libreoffice-3.3.0

and then build the way you did last time (autogen etc...)

Norbert

Note that your branch 'master' won't be updated. this was on purpose
(./bin/g fetch instead of the more tradition - for us - ./bin/g pull
-r)
to allow you to switch to the libreoffcie-3.3.0 branch without too
many manual tweaking


Info: I am an expert C++ programmer, but have never used git, nor have I any
familiarity (yet) with the libo code base, so please be specific.

(BTW, this would be good to add to the help page on libreoffice.org.)

Cheers,
Ron.

--
Ron House
Building Peace: http://peacelegacy.org
Australian Birds: http://wingedhearts.org
Principle of Goodness academic site: http://principleofgoodness.net
_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice


Context


Privacy Policy | Impressum (Legal Info) | Copyright information: Unless otherwise specified, all text and images on this website are licensed under the Creative Commons Attribution-Share Alike 3.0 License. This does not include the source code of LibreOffice, which is licensed under the Mozilla Public License (MPLv2). "LibreOffice" and "The Document Foundation" are registered trademarks of their corresponding registered owners or are in actual use as trademarks in one or more countries. Their respective logos and icons are also subject to international copyright laws. Use thereof is explained in our trademark policy.