How do you pull CVS from a specific date?

Discussion of third-party/unofficial Firefox/Thunderbird/SeaMonkey builds.
Post Reply
mmoy
Posts: 5030
Joined: February 17th, 2004, 9:05 pm
Location: New Hampshire
Contact:

How do you pull CVS from a specific date?

Post by mmoy »

I had a topic at pryan.org for this but I can't get to it and I don't see anything in my .bat files. I tried cvs co -D "205/05/10" but it seems to just give me the current date.
Dell E521 X2 5600+ MacBookPro 17'' 2.5 Ghz Penryn Dell M1330 2.0 Ghz Merom 4 GB Vista x64 Compaq r3000z AMD 64 3200+ (Win 32/64) PowerMac G5 1.8 Ghz MMOY-1.5 (OSX 10) Inspiron 8500, 4100, 4000, Dimension 2300 MacBook Pro 2.2 Ghz HP E6600 HP X2 4400+
User avatar
priestjim
Posts: 8
Joined: June 6th, 2005, 5:49 pm
Location: Athens, Greece
Contact:

Post by priestjim »

CVS is a very fluid thing. One small question : you want CVS pulled 2005/05/10 at midnight or 6 in the afternoon? Because the sources would be different. Plus for the developer to get specifically dated sources the CVS server must support it (I don't know if mozilla's does).
mmoy
Posts: 5030
Joined: February 17th, 2004, 9:05 pm
Location: New Hampshire
Contact:

Post by mmoy »

I used to do this all the time but my instructions are on pryan.org. It had the command to specify date and time. I just need an example. I tried a whole bunch of things earlier this morning and only got the latest source.
Dell E521 X2 5600+ MacBookPro 17'' 2.5 Ghz Penryn Dell M1330 2.0 Ghz Merom 4 GB Vista x64 Compaq r3000z AMD 64 3200+ (Win 32/64) PowerMac G5 1.8 Ghz MMOY-1.5 (OSX 10) Inspiron 8500, 4100, 4000, Dimension 2300 MacBook Pro 2.2 Ghz HP E6600 HP X2 4400+
nrthomas
Posts: 1988
Joined: February 9th, 2003, 3:25 pm

Post by nrthomas »

From the <a href="http://webtools.mozilla.org/build/config.cgi">build configurator</a>
<code>mk_add_options MOZ_CO_DATE="08 Jun 2005 10:08 PDT"</code>
in your mozconfig. This also works
<code>make -f client.mk checkout MOZ_CO_DATE="08 Jun 2005 10:08 PDT"</code>

From a tinderbox,
<code>cvs co -D "06/08/2005 16:08 +0000"</code>

The 205 in 205/05/10 is just a local typo ? Otherwise that would be it.
mmoy
Posts: 5030
Joined: February 17th, 2004, 9:05 pm
Location: New Hampshire
Contact:

Post by mmoy »

Thanks. The second one looks familiar.
Dell E521 X2 5600+ MacBookPro 17'' 2.5 Ghz Penryn Dell M1330 2.0 Ghz Merom 4 GB Vista x64 Compaq r3000z AMD 64 3200+ (Win 32/64) PowerMac G5 1.8 Ghz MMOY-1.5 (OSX 10) Inspiron 8500, 4100, 4000, Dimension 2300 MacBook Pro 2.2 Ghz HP E6600 HP X2 4400+
mmoy
Posts: 5030
Joined: February 17th, 2004, 9:05 pm
Location: New Hampshire
Contact:

Post by mmoy »

Firefox 1.5 Beta 1: FIREFOX_1_5b1_RELEASE
Dell E521 X2 5600+ MacBookPro 17'' 2.5 Ghz Penryn Dell M1330 2.0 Ghz Merom 4 GB Vista x64 Compaq r3000z AMD 64 3200+ (Win 32/64) PowerMac G5 1.8 Ghz MMOY-1.5 (OSX 10) Inspiron 8500, 4100, 4000, Dimension 2300 MacBook Pro 2.2 Ghz HP E6600 HP X2 4400+
Post Reply