Users

Software

Project

Admin

Website
AFS

News

SVN

The project has migrated from CVS to SVN in January 2011. Old page with CVS information is here.

SVN is provided by IT/SVN Service

Browse SVN online

Access URLs

http://svnweb.cern.ch/guest/diane    read-only access from anywhere

svn+ssh://svn.cern.ch/reps/diane     authenticated access for read/write

Setup development area

The instructions below assume that you have already made a local installation at the standard location

#get latest sources from trunk
cd ~/diane/install
svn co svn+ssh://svn.cern.ch/reps/diane/trunk/diane TRUNK  

# set minimal environment
cd ~/diane/install/TRUNK
$(bin/diane-env)

Make

diane-env --devel make

Test

Run full test suit:

diane-env --devel make test

Clean temporary files

make cleantmp

More instructions (under construction).