question regarding 0.8 branch

Discussion about official Mozilla Firefox builds
Post Reply
User avatar
moole
Posts: 908
Joined: October 22nd, 2003, 1:27 pm
Location: Split, Croatia

question regarding 0.8 branch

Post by moole »

if I want to get the sources from the 0.8 branch, can I take the sources from the trunk and checkout the sources from the 0.8 branch, but only from the "browser" and "toolkit" folders?
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

It could be more sure to grab a blank new tree, using FIREBIRD_0_8_BRANCH tag.
MozJF
User avatar
moole
Posts: 908
Joined: October 22nd, 2003, 1:27 pm
Location: Split, Croatia

Post by moole »

Yes, I know that, but I'm on dialup (single channel ISDN).
User avatar
Pike
Posts: 2293
Joined: August 10th, 2003, 12:12 pm
Location: UK
Contact:

Post by Pike »

The MIME type workaround and XPInstall updates made changes outside the Firebird folders so I think you'll need more than those two folders.
MozJF
Posts: 2007
Joined: July 14th, 2003, 10:07 am
Location: Near Atlantic Ocean

Post by MozJF »

He has to grab a new branch source. It is long, but if he wants to build a 0.8 branch, there is no other possibility.

And uploading my nearly 30 Mb 0.8 tree source is not possible for now.
MozJF
User avatar
alanjstr
Moderator
Posts: 9100
Joined: November 5th, 2002, 4:43 pm
Location: Anywhere but here
Contact:

Post by alanjstr »

Yes, you can grab the trunk tarball and build on top of it with cvs.
Former UMO Admin, Former MozillaZine General Mod
I am rarely on mozillaZine, so please do not send me a private message.
My Old Firefox config files
User avatar
Steffen
Posts: 524
Joined: May 10th, 2003, 3:17 pm
Location: Munich

Post by Steffen »

Just checkout client.mk from the branch, then checkout and build. I'd recommend a "clean" before building:

Code: Select all

cvs co -r FIREBIRD_0_8_BRANCH mozilla/client.mk
cd mozilla
make -f client.mk checkout clean build

cvs will download only some 3-4 MB.
If you do a cvs status on any of the files after checkout, they show the "FIREBIRD_0_8_BRANCH" sticky tag.
Post Reply