wiki:Notes/Subversion

Version 6 (modified by VincentMcIntyre, 17 years ago) (diff)

--

Notes/Subversion

Quick notes on use of the repository

FIXME: more info needed here.

  • use the svn tool
       unix% svn -N co https://svn.atnf.csiro.au/miriad4cabb -u WikiName
    
    • You can use the http URL scheme, but not if you want to make checkins.
    • you need to use your WikiName and password to log in, not your UNIX username and password
    • -N only gets the top level directory.

Our access protocol is::

  • We allow anonymous checkout over http, for people who just want a copy of the code.
  • If you want to check stuff in, you must checkout and checkin over https. You will need a WikiName? and password for this.
  • We plan to summarise commit logs by email, once a week or so, so people can get an idea of what is going on.

Notes Home