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, 4 months ago) by fgolf
Content type: application/x-sh
Branch: MAIN
CVS Tags: HEAD
Changes since 1.2: +10 -1 lines
Log Message:
update setup script to take CORE tag

File Contents

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