Changes between Version 5 and Version 6 of Notes/Subversion


Ignore:
Timestamp:
11/14/07 15:05:02 (17 years ago)
Author:
VincentMcIntyre
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Notes/Subversion

    v5 v6  
    77 * use the {{{svn}}} tool
    88{{{
    9    unix% svn -N co http://svn.atnf.csiro.au/miriad4cabb -u WikiName
     9   unix% svn -N co https://svn.atnf.csiro.au/miriad4cabb -u WikiName
    1010}}}
    11    * at present you need to use the '''http''' URL scheme, not '''https''' (this will get fixed)
     11   * You can use the '''http''' URL scheme, but not if you want to make checkins.
    1212   * you need to use your !WikiName and password to log in, not your UNIX username and password
    1313   * {{{-N}}} only gets the top level directory.
    1414
    15 The plan::
    16  * allow anonymous checkout over '''http'''.
    17  * allow authenticated checkout and checkin over '''https'''
    18  * summarise commit logs by email, once a week or so
     15Our access protocol is::
     16 * We allow anonymous checkout over '''http''', for people who just want a copy of the code.
     17 * If you want to check stuff in, you must checkout and checkin over '''https'''. You will need a WikiName and password for this.
     18 * We plan to summarise commit logs by email, once a week or so, so people can get an idea of what is going on.
    1919
    2020[wiki:Notes Notes Home]