/[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.6 by bbaker, Wed Jul 9 02:05:30 2008 UTC
# Line 1  Line 1 
1    Example changing link of SEASAT
2    
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  ==============================================================  ==============================================================

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

  ViewVC Help
Powered by ViewVC 1.1.22