1 |
|
|
2 |
|
Example changing link of SEASAT |
3 |
|
|
4 |
|
==> first change it on test web site |
5 |
|
cd /data5/ecco2_web_site/ecco2.jpl.nasa.gov |
6 |
|
nedit index.html & |
7 |
|
==> check that web site is OK |
8 |
|
cvs -q up |
9 |
|
cvs -q diff |
10 |
|
cvs commit |
11 |
|
|
12 |
|
==> This puts your change on main web site |
13 |
|
cd /home/web |
14 |
|
cvs -q up |
15 |
|
chmod g+w * |
16 |
|
cvs -q up |
17 |
|
|
18 |
|
|
19 |
|
============================================================== |
20 |
|
|
21 |
|
|
22 |
Adding this directory and contents to CVS server: |
Adding this directory and contents to CVS server: |
23 |
|
|
24 |
After creating MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
==> after creating MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
25 |
|
==> not discussed here |
26 |
|
|
27 |
cd /home |
cd /home |
28 |
cvs co -d web MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
cvs co -d web MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
29 |
cd web |
cd web |
30 |
cvs -q up |
cvs -q up |
31 |
cvs add *.html |
cvs add *.html *.txt favicon.ico |
32 |
|
cvs -q up |
33 |
|
cvs commit |
34 |
|
|
35 |
|
==> created a .cvsignore file for files or directories that |
36 |
|
==> that should not be visible to CVS |
37 |
|
==> make sure to remove file from .cvsignore prior to adding |
38 |
|
==> to CVS tree |
39 |
|
|
40 |
|
cvs -q up |
41 |
|
cvs add .cvsignore meetings people products |
42 |
|
cd meetings |
43 |
|
cvs -q up |
44 |
|
cvs add * |
45 |
|
cd .. |
46 |
|
cvs -q up |
47 |
|
cvs commit |
48 |
|
cvs -q up |
49 |
|
|
50 |
|
|
51 |
============================================================== |
============================================================== |