ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/COMP/CMSDIST/cms-cvs-utils.spec
(Generate patch)

Comparing COMP/CMSDIST/cms-cvs-utils.spec (file contents):
Revision 1.10 by eulisse, Tue Dec 5 11:26:34 2006 UTC vs.
Revision 1.11 by eulisse, Wed Dec 6 22:38:06 2006 UTC

# Line 29 | Line 29 | fi
29   export VERSIO
30   #CVS STUFF
31   cvsbase=":kserver:cmscvs.cern.ch:/cvs_server/repositories"
32 < case $1 in
32 > projectname=$1
33 > case $projectname in
34      CMSSW )
35      cvsbase=":kserver:cmscvs.cern.ch:/cvs_server/repositories"
36      ;;
37      * )
38      cvsbase=":kserver:isscvs.cern.ch/local/reps"
39 +    projectname=`echo $projectname | tr "[A-Z]" "[a-z]"`
40      ;;
41   esac
42      
# Line 65 | Line 67 | if ( $# == 2 ) then
67   endif
68  
69   #CVS Stuff
70 + set projectname = $argv[1]
71   set cvsbase = ":kserver:cmscvs.cern.ch:/cvs_server/repositories"
72   if ( $argv[1] != "CMSSW" ) then
73      set cvsbase=":kserver:isscvs.cern.ch/local/reps"
74 +    set projectname=`echo $projectname | tr "[A-Z]" "[a-z]"`
75   endif
76  
77   setenv CVSROOT "${cvsbase}/$argv[1]"

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines