On Tue, Nov 09, 2010 at 09:27:22PM +0100, Thorsten Behrens
wrote:
> yes, your changes are clearly an improvement. Re. master -
> bin/transform is indeed gone, maybe rerun autogen? I'd like to have
> them on master, too. :)
Oh, yes. I forgot to re-run autogen, that fixed the issue.
I just tested
Miklos Vajna wrote:
> 2) I'm attaching two patches:
>
> a) Avoid the usage of git-branch (usual problem: git-branch is a git
> porcelain command so its output may change any time without notice).
>
> b) Don't check if master is checkout out, check if the branch is the
> same as the branch of buil
Hi,
I read the wiki page
http://wiki.documentfoundation.org/Development/How_to_build
and noticed we do not mention anything about how to build the
libreoffice-3.3 branch.
Here is what works for me:
git clone /path/to/build.git libreoffice-3-3
cd libreoffice-3-3
git checkout --track origin/libr