Opened 15 years ago

Closed 10 years ago

#3640 closed bug (fixed)

cvs : fails to successfully checkout Mozilla source code.

Reported by: mmadia Owned by: axeld
Priority: normal Milestone: R1
Component: - General Version: R1/Development
Keywords: Cc: planche2k@…
Blocked By: Blocking:
Platform: All

Description

cvs in Haiku fails to successfully checkout all of Mozilla's source tree.

Here are the commands to checkout Mozilla: Copy the attached file `mozconfig' to /boot/home

export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot ;
cvs co -r MOZILLA_1_8_BRANCH mozilla/client.mk ;
cd mozilla ;
make -f client.mk checkout MOZ_CO_PROJECT=all ; 

It's very likely that cvs will mention errors while checking out and fail to successfully download all files. Unfortunately, this is difficult to see as the make command executes several cvs commands.

An easy way to check if cvs crapped out is to perform a Tracker query for files named ".new.*"

Attachments (2)

mozconfig (2.1 KB ) - added by mmadia 15 years ago.
screenshot1.png (179.9 KB ) - added by mmadia 15 years ago.

Download all attachments as: .zip

Change History (8)

by mmadia, 15 years ago

Attachment: mozconfig added

comment:1 by luroh, 15 years ago

Confirmed on two AMD64 single-core machines, one with nForce4 network chipset, one with Marvell. Also seeing quite a lot of:

cvs [checkout aborted]: reading from server: Socket is not connected

Revision 29805, gcc2.

comment:2 by andreasf, 15 years ago

Cc: planche2k@… added

comment:3 by luroh, 15 years ago

Revisiting this one, it looks to me like something changed on the Mozilla side, the above instructions don't work here any more. mmadia?

comment:4 by mmadia, 15 years ago

Still persistant in 33217. screenshot is attached, showing the tracker query for ".new." The following directions were used.

wget http://dev.haiku-os.org/raw-attachment/ticket/3640/mozconfig
mv mozconfig ~/.mozconfig
export CVSROOT=:pserver:anonymous@cvs-mirror.mozilla.org:/cvsroot
cvs co -r MOZILLA_1_8_BRANCH mozilla/client.mk
cd mozilla
make -f client.mk checkout MOZ_CO_PROJECT=all

by mmadia, 15 years ago

Attachment: screenshot1.png added

comment:5 by mmadia, 14 years ago

Version: R1/pre-alpha1R1/Development

still persistent in hrev35807

comment:6 by mmadia, 10 years ago

Resolution: fixed
Status: newclosed

This does not appear to happen on hrev44610. closing.

Note: See TracTickets for help on using tickets.