WARNING: This web is not used anymore. Please use PDBService.CVSOnPDBBackup instead! |
db4lcg
CVS repository created on CERN Central CVS Service
3dmon
- 3D monitoring php pages (Streams monitoring, interventions, etc.)
backup5
- currently including all backup scripts used by Physics Databases
inventory
- new Java based hardware inventory
production
- all production scripts used by the service
rac_mon
- RACMon python scripts and configs
racsec
- RAC security project
streams
- all streams related scripts
strmmon
- Streams monitoring daemon
cd ~/strmmon cvs update
strmmon
directory (and subdirectories) by fetching all the changes from CVS
cd ~/strmmon cvs add new_dir cvs add new_dir/new_file1 new_dir/new_file2
new_file1
and new_file2
and new_dir
, please use cvs commit
to finalize it (see below)
cd ~/streams/ATLAS cvs commit
ATLAS
directory of streams project into CVS
cd ~/my_directory cvs co production
production
directory and will checkout production
project (including subdirectories) from CVS
cd /backup5 cvs import -m "Initial import" -I ! -I "*.log*" -I "*.dmp*" backup5 PhyDB start
backup5
will be the new project name
-I
options to exclude specific files from the import