hi there,
Pat has installed a SVN repository on galprop.stanford.edu.
I populated it with galprop v50p, which you can retrieve with the following command :
svn checkout
svn://galprop.stanford.edu/galprop galprop_local
Here galprop is the name of the project in the repository, whereas galprop_local is the name of your local copy and can be any string you want.
Note also that this galprop directory is what in CVS would be called HEAD area (as far as I understand SVN), that is to say that it is the development area.
Somebody who wants tag v50p should issue :
svn checkout
svn://galprop.stanford.edu/tags/v50p galprop_local_v50p
though this is not yet available (coming shortly). Again, 'galprop_local_v50p' is arbitrary.
To learn SVN :
http://svnbook.red-bean.com/en/1.0/svn-book.html
Note also that Pat has installed the corresponding web browser in
http://galprop.stanford.edu/cgi-bin/viewvc/
You should all have read access, but I do not know who has write access. Pat will probably set it up for authorized developers, a TBD concept.
enough for now!
Johann