|
From: Ferdinando A. <na...@am...> - 2004-03-11 16:52:45
|
Hi Dirk >Ok, so far CVS neophytes like myself, what is the checkout command for a >branch? RTFmanpage suggests 'cvs -r R000305f0-branch checkout' (given a >suitable CVSROOT definitiont, cvs login, etc pp) ? Would that do? I suggest you to read http://quantlib.org/cvs.html In short (anonymous checkout): export CVSROOT=:pserver:ano...@cv...:/cvsroot/quantlib cvs login cvs -z3 co -P -r R000305f0-branch QuantLib In short (developer checkout): export CVS...@cv...:/cvsroot/quantlib export CVS_RSH=ssh cvs -z3 co -P -r R000305f0-branch QuantLib and you're done ciao -- Nando |