Changes between Version 2 and Version 3 of SubversionAccess
- Timestamp:
- Mar 21, 2009, 6:00:15 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
SubversionAccess
v2 v3 3 3 4 4 * Anonymous Access 5 This command willcheckout 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. 6 6 {{{ 7 7 svn co http://gnumims.org/svn/gnumims/trunk 8 8 }}} 9 9 * 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. 11 11 {{{ 12 12 ssh-keygen -t dsa -f username_dsa 13 13 }}} 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. 15 15 16 16 The private key is used like this in: ~/.subversion/config