Skip to content

Latest commit

 

History

History
34 lines (26 loc) · 1.17 KB

README.md

File metadata and controls

34 lines (26 loc) · 1.17 KB

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`
[email protected]:$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."