cms-sw / cms-git-tools

CMS Git Helpers
34 stars 26 forks source link

re-implementation of git cms-init #33

Closed fwyzard closed 11 years ago

fwyzard commented 11 years ago

implement git cms-init to match the expected behaviour of git-cms-addpkg

for example, running git cms-init in an empty CMSSW_7_0_0_pre2 area will

I've tested it with git 1.7.x (SLC6) and 1.8.x (SLC5 and CMSSW's), in releases that did and did not include a .gitignore file, and it seems to work in every case.

Supports the same options as git-cms-addpkg (--ssh, --http, etc.).