Changes between Version 2 and Version 3 of SubversionAccess


Ignore:
Timestamp:
Mar 21, 2009, 6:00:15 PM (15 years ago)
Author:
Gavin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • SubversionAccess

    v2 v3  
    33
    44 * Anonymous Access
    5     This command will checkout a copy, you can try it, make changes and generate diffs but not commit.
     5    Anyone may checkout a copy, you can try it, make changes and generate diffs but not commit.
    66{{{
    77 svn co http://gnumims.org/svn/gnumims/trunk
    88}}}
    99 * SVN+SSH Access
    10     You will need to generate a key pair. Where 'username' is your name.
     10    Developers you will need to generate a key pair. Where 'username' is your name.
    1111{{{
    1212 ssh-keygen -t dsa -f username_dsa
    1313}}}
    14     Two files will be created '''username_dsa''' is your '''private key''', keep it safe, use it for access. The file '''username_dsa.pub''' is your '''public key''', email a copy of this to us so we can add it to /home/svnuser/.ssh/authorized_keys.
     14    Two files will be created '''username_dsa''' is your '''private key''', keep it safe and use it for access. The file '''username_dsa.pub''' is your '''public key''', email a copy of this to us so we can add it to /home/svnuser/.ssh/authorized_keys. Please read SubversionUsage and CodingConventions.
    1515
    1616    The private key is used like this in: ~/.subversion/config