/[TIS-4000 Rel T60]/sun2.4/bin/update_from_cvs
ViewVC logotype

Contents of /sun2.4/bin/update_from_cvs

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.3 - (show annotations)
Tue Nov 2 13:12:49 1999 UTC (24 years, 1 month ago) by tis4000
Branch: MAIN
CVS Tags: LMC_baseline, t55baseline, Duluth_baseline, HEAD
Changes since 1.2: +1 -1 lines
Change to reflect new location for CVS. - Dalesio

1 #!/bin/csh
2
3 setenv CVSROOT :ext:tis4000@soldev1:/Relt60/src/t60_master
4
5 set BASE = "../../.."
6
7 echo $BASE
8 echo `$BASE/share/sdr/chkarch`
9 if (`$BASE/share/sdr/chkarch` == "sun4") then
10 set OPSYS = "sun2.4"
11 endif
12
13 echo $OPSYS
14
15 cd $BASE/Unix; cvs update -ko $OPSYS
16 echo `pwd`
17 cd ..; cvs update -ko share
18

  ViewVC Help
Powered by ViewVC 1.1.30