/[MITgcm]/MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov/website_cvs_notes.txt
ViewVC logotype

Diff of /MITgcm_contrib/ecco2_web/ecco2.jpl.nasa.gov/website_cvs_notes.txt

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

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

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.5

  ViewVC Help
Powered by ViewVC 1.1.22