Menu

Tree [cf4eda] master /
 History

HTTPS access


File Date Author Commit
 dat 2016-02-29 wxmapster wxmapster [4a4700] 1) remove ln -s in lib/python to local vars/swi...
 doc 2016-02-03 wxmapster wxmapster [2f7520] clean up of initial w21-base setup
 etc 2016-02-29 wxmapster wxmapster [07bfa7] do the actual commit by doing 'git commit -a'
 lib 2016-02-03 wxmapster wxmapster [9209ff] Initial commit w21-base on kaze
 plt 2016-02-03 wxmapster wxmapster [9209ff] Initial commit w21-base on kaze
 prc 2018-12-19 Mike Fiorino Mike Fiorino [cf4eda] add in versions from wxmap2-cur
 web-config 2016-02-03 wxmapster wxmapster [9209ff] Initial commit w21-base on kaze
 README 2016-02-03 wxmapster wxmapster [2f7520] clean up of initial w21-base setup

Read Me

		       WxMAP2 git repo structure
				20160202

the root of the git repo: ssh://sf_user_id@git.code.sf.net/p/wxmap2/

for me:

git clone ssh://mike_fiorino@git.code.sf.net/p/wxmap2/w21-NNN NNN

where w21-NNN:

    w21-all-svn  # first git repo from svn repo -- not used

reorg to:

    w21-base     # root with basic dirs
	    etc/
	    doc/
            dat/geog/
	    lib/
	    plt/basemap/
            prc/
	    web-config/

    w21-prj        # all projects
    w21-src        # src for apps used in prc/
    w21-opt  	   # optional src
    w21-app-src    # src for app
    w21-bin-linux  # binaries on kaze.linux


git commands to setup w21-base:

   268	     23:53  git init
   269	     23:53  git add dat/geog/
   270	     23:54  git add doc
   271	     23:54  git add etc
   275	     23:55  git add lib
   276	     23:55  git add plt/basemap/
   277	     23:55  git add prc
   278	     23:57  git add web-config/

   307	     0:11   git commit -a -m 'Initial commit w21-base on kaze'
   309	     0:12   git remote add origin ssh://mike_fiorino@git.code.sf.net/p/wxmap2/w21-base
   310	     0:12   git push -u origin master

# got all the .files and ln -s

   335	     0:26   git reset HEAD .*
   335	     0:26   git reset HEAD *

# add back files
   342	     0:26   git add README
   343	     0:27   git add doc/*
   344	     0:27   git s

Kishou(DARWIN)[W2:ESRL]: /data/amb/users/fiorino/w21 347 > git s
On branch master
Your branch is up-to-date with 'origin/master'.
Changes to be committed:
  (use "git reset HEAD <file>..." to unstage)

  new file:   README
  new file:   doc/GIT-INSTALL-KAZE

Changes not staged for commit:
  (use "git add <file>..." to update what will be committed)
  (use "git checkout -- <file>..." to discard changes in working directory)

  modified:   README
  modified:   doc/GIT-INSTALL-KAZE

Untracked files:
  (use "git add <file>..." to include in what will be committed)

  .pythonrc
  .w2alias
  .w2env
  .w2localrc
  .w2rc
  app
  bin
  cookies.txt
  dat/README
  dat/cagips
  dat/climo
  dat/nwp2
  dat/ocean
  dat/pr
  dat/tc
  evt
  log
  opt
  plt/tc
  run.cron.tcsh
  src
  web