$include_dir="/home/hyper-archives/boost/include"; include("$include_dir/msg-header.inc") ?>
From: Janek Kozicki (janek_listy_at_[hidden])
Date: 2006-10-18 14:37:52
Many thanks :) I got it now. Before I posted this question I was trying this:
~> cvs -z3 -d:pserver:anonymous_at_[hidden]:/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_at_[hidden]:/cvsroot/boost co -r RC_1_34_0 boost
And this works :))
-- Janek Kozicki |