ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FGolf/ss2011/setup.sh
Revision: 1.3
Committed: Fri Jan 6 21:14:11 2012 UTC (13 years, 3 months ago) by fgolf
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +10 -1 lines
Error occurred while calculating annotation data.
Log Message:
update setup script to take CORE tag

File Contents

# Content
1 #!/bin/bash
2
3 : ${1?"Error:Missing CORE tag. Exiting."}
4 core_tag=$1
5
6 echo
7 echo "checking out Tools..."
8 echo
9 cvs co -d Tools UserCode/FGolf/Tools
10
11 echo
12 echo "checking out CORE..."
13 echo
14 cvs co -r $core_tag -d CORE UserCode/JRibnik/CMS2/NtupleMacros/CORE