Skip to content

Commit

Permalink
Move fetch in the right position since the official-cmssw repo is def…
Browse files Browse the repository at this point in the history
…ined by git cms-addpkg
  • Loading branch information
ktf committed Jul 15, 2013
1 parent 8e1dead commit 91bd55d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion advanced-usage.mdwn
Original file line number Diff line number Diff line change
Expand Up @@ -259,11 +259,11 @@ it was never released. First you need to set up the area and fetch the branch:
scram project CMSSW_5_3_11
cd CMSSW_5_3_11/src
cmsenv
git fetch official-cmssw imported-CVS-HEAD:imported-CVS-HEAD

this needs to be done only once per workarea. Then you do:

git cms-addpkg PhysicsTools/Configuration
git fetch official-cmssw imported-CVS-HEAD:imported-CVS-HEAD
git checkout imported-CVS-HEAD -- PhysicsTools/Configuration/test/SUSY_pattuple_cfg.py

Notice the `git cms-addpkg` is needed to bring in the package (i.e. make the
Expand Down

0 comments on commit 91bd55d

Please sign in to comment.