Building DPM

From GridPP Wiki
Revision as of 14:59, 11 December 2006 by Andrew elwell (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

This page is out of date. I'll update it when I get a chance, but don't use it for now.

Graeme

DPM Sources

CVS Repositories

DPM

DPM sources are avaliable from CERN's anonymous CVS system. To check it out set:

 export CVSROOT=:pserver:anonymous@isscvs.cern.ch:/local/reps/lcgware
 export CVS_RSH=ssh                                                              
 cvs co -r lcgX_Y_Z LCG-DM

Where X_Y_Z is the DPM version number to check out. (Unless you're doing bleeding edge DPM development, it's best to use the last stable release.)

DPM gsiftp

The sources for the DPM gridftp server are in a different repository:

 cvs co -r lcgX_Y_Z DPM-FTP

N.B. The version numbers of the DPM gsiftp server don't necessarily correspond to those for the rest of the DPM source code.