Skip to content

smpro/transfer-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

389 Commits
 
 
 
 
 
 
 
 

Repository files navigation

storman

The CMS Storage Manager Transfer System.

History

The Perl modules in perl_lib were imported from the retired CVS repository [1] on 18 March 2014. Originally, they used to live at [2] and were archived at [3].

They were imported using cvs2git bundled with CMSSW_6_2_7_patch1 using these commands:

MY_GITHUB_USER=`git config --get user.github`
MY_REMOTE=git@github.com:$MY_GITHUB_USER/storman.git
MY_PACKAGE=COMP/T0/perl_lib

cvs2git --blobfile=git-blob.dat --dumpfile=git-dump.dat \
        /afs/cern.ch/project/cvs/reps/CMSSW/$MY_PACKAGE \
        --symbol-transform="(.*)/:\1-" \
        --use-external-blob-generator \
        --fallback-encoding "UTF8" \
        --username $USER

git init storman
cd storman
git remote add origin $MY_REMOTE
cat ../git-blob.dat ../git-dump.dat | git fast-import

See also [4]. The import is tagged "cvs2git."

About

CMS Storage Manger Transfer System

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages