Login  Register

Re: Branch 0.3.5 created

Posted by Ferdinando M. Ametrano-3 on Mar 11, 2004; 8:53am
URL: http://quantlib.414.s1.nabble.com/Branch-0-3-5-created-tp10495p10498.html

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:[hidden email]:/cvsroot/quantlib
cvs login
cvs -z3 co -P -r R000305f0-branch QuantLib

In short (developer checkout):
export CVSROOT=[hidden email]:/cvsroot/quantlib
export CVS_RSH=ssh
cvs -z3 co -P -r R000305f0-branch QuantLib

and you're done

ciao -- Nando