how to download RC_1_34_0 snapshot ?

Hi, I wanted to download RC_1_34_0 snapshot, but was unable to do so using CVS. As a workaround I have found and downloaded it from: http://engineering.meta-comm.com/boost/snapshot/boost-RC_1_34_0.tar.bz2 But I wanted to get it from CVS, unfortunately I don't know what module name I should use, or perhaps something else? I tried fiddling with this command, but no luck so far: cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost login cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost co -P boost Thanks! -- Janek Kozicki |

Janek Kozicki wrote:
cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost login cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost co -P boost
Exactly that should work, as the name of the module is "boost". -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo

Rene Rivera said: (by the date of Wed, 18 Oct 2006 08:43:47 -0500)
Janek Kozicki wrote:
cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost login cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost co -P boost
Exactly that should work, as the name of the module is "boost".
But this downloads CVS-HEAD... I wanted RC_1_34_0. But thank you for your reply. -- Janek Kozicki |

Janek Kozicki wrote:
Rene Rivera said: (by the date of Wed, 18 Oct 2006 08:43:47 -0500)
Janek Kozicki wrote:
cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost login cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost co -P boost
Exactly that should work, as the name of the module is "boost".
But this downloads CVS-HEAD... I wanted RC_1_34_0. But thank you for your reply.
cvs -H co will tell you that you need -r RC_1_34_0.

Many thanks :) I got it now. Before I posted this question I was trying this: ~> cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost co -P boost -r RC_1_34_0 cvs server: cannot find module `-r' - ignored cvs server: cannot find module `RC_1_34_0' - ignored cvs [checkout aborted]: cannot expand modules But I should to it without -P : cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost co -r RC_1_34_0 boost And this works :)) -- Janek Kozicki |

Janek Kozicki wrote:
Rene Rivera said: (by the date of Wed, 18 Oct 2006 08:43:47 -0500)
Janek Kozicki wrote:
cvs -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost login cvs -z3 -d:pserver:anonymous@boost.cvs.sourceforge.net:/cvsroot/boost co -P boost Exactly that should work, as the name of the module is "boost".
But this downloads CVS-HEAD... I wanted RC_1_34_0. But thank you for your reply.
Sorry, I thought it was an access problem or other such error. As Peter says, it's the -r option you want. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim - grafikrobot/yahoo
participants (3)
-
Janek Kozicki
-
Peter Dimov
-
Rene Rivera