Since PhScrs is mantained using cvs, you can get the lastest version
(warning: sources from cvs can be unusable/unstable) using an anonymous
cvs access. Browsing cvs sources online is possible by using the
cvs web
interface.
Our anonymous cvs repository is "
:pserver:anonymous@cvs.phscrs.sourceforge.net:/cvsroot/phscrs
". Simple instructions to obtain sources are shown below:
export CVSROOT=":pserver:anonymous@cvs.phscrs.sourceforge.net:/cvsroot/phscrs"
cvs login
cvs -z9 co module
You must substitute module with one of these shown below. To update your
sources later you can type:
cd module
cvs -z9 up -dPA
The dPA flags are necessary for a correct upgrade, unless
you know what you're doing.
|