You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

Using CVS to access ILC software

All of our ILC software is accessible via CVS. You can access any of our code modules using line mode CVS using a command of the form:

cvs -d :pserver:cvs.freehep.org:/cvs/lcd co <module>

where <module> is one of

  • GeomConverter
  • LCDetectors
  • LCIOPlugin
  • LCPhys
  • SLICGUI
  • SlicDiagnostics
  • lcdd
  • lcdg4
  • lcio
  • lcsim
  • slic

If you want to be able to update any of these modules you will need to get an account on our CVS server. Please send an e-mail to Tony Johnson or Norman Graf.

Notes:

Recommended CVS clients

For windows users we strongly recommend using TortoiseCVS, or the CVS clients built-in to Netbeans or Eclipse.

After installation of Tortoise, right-click and select CVS Checkout.

Setup the window to look like this.

To checkout the LCSim project, type "lcsim" into the Module box, then click OK.

Keeping informed about changes

We maintain a mailing list for those who want to be informed about updates to CVS modules. To subscribe send a message

subscribe lcd-cvs 

to majordomo@slac.stanford.edu. You can also view the archive at http://www.slac.stanford.edu/cgi-bin/lwgate/LCD-CVS/

Browsing the CVS modules on the web

Many of the CVS modules can also be browsed on the web at http://source.freehep.org/jcvsweb/summary

  • No labels