
18 Oct
2006
18 Oct
'06
6:37 p.m.
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 |