1 |
Adding this directory and contents to CVS server: |
Adding this directory and contents to CVS server: |
2 |
|
|
3 |
After creating MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
==> after creating MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
4 |
|
==> not discussed here |
5 |
|
|
6 |
cd /home |
cd /home |
7 |
cvs co -d web MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
cvs co -d web MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov |
8 |
cd web |
cd web |
9 |
cvs -q up |
cvs -q up |
10 |
cvs add *.html |
cvs add *.html *.txt favicon.ico |
11 |
|
cvs -q up |
12 |
|
cvs commit |
13 |
|
|
14 |
|
==> created a .cvsignore file for files or directories that |
15 |
|
==> that should not be visible to CVS |
16 |
|
==> make sure to remove file from .cvsignore prior to adding |
17 |
|
==> to CVS tree |
18 |
|
|
19 |
|
cvs -q up |
20 |
|
cvs add .cvsignore meetings people products |
21 |
|
cd meetings |
22 |
|
cvs -q up |
23 |
|
cvs add * |
24 |
|
cd .. |
25 |
|
cvs -q up |
26 |
|
|
27 |
|
|
28 |
|
|