Skip to content

janveverka/usercode

Repository files navigation

usercode

CMSSW user code of Jan Veverka. This is intended as an archive of the original CVS repository. More useful packages have been branched out into separate git repositories

  • FWLite
  • JPsi
  • Vgamma

History

This collection of random sources was imported from the retired CVS repository [1] on 5 March 2014. Originally, it used to live at [2] and was archived at [3].

It was imported using the HEAD version of cvs2git [4] using these commands:

MY_GITHUB_USER=`git config --get user.github`
MY_REMOTE=git@github.com:$MY_GITHUB_USER/usercode.git
/tmp/veverka/git/cvs2svn/cvs2git --options=cvs2git-usercode.options
git init usercode
cd usercode
git remote add origin $MY_REMOTE
cat ../git-blob.dat ../git-dump.dat | git fast-import

See also [5]. The file with the cvs2git options is stored at [6].