Getting the right to commit to the subversion repository: Difference between revisions

From NEOSYS Dev Wiki
Jump to navigationJump to search
(New page: === Committing your developments === First get a username and password by running the following unix command and send the output to an exodus subversion administrator eg steve.bush@neosys...)
 
No edit summary
 
(2 intermediate revisions by 2 users not shown)
Line 1: Line 1:
=== Committing your developments ===
=== Committing your developments ===


First get a username and password by running the following unix command and send the output to an exodus subversion administrator eg steve.bush@neosys.com
Send your gmail address to one of the owners here:


htpasswd -nm YOURDESIREDUSERNAME
http://code.google.com/p/exodusdb/people/list


The administrator needs to run the following command as root and enter the encrypted pass (the bit AFTER the :) ignoring the warning about plain text password because it is already encrypted.
Once you have been made a committer, your checkin password can be found here:


htpasswd -p /etc/apache2/dav_svn.passwd YOURDESIREDUSERNAME
http://code.google.com/p/exodusdb/source/checkout
 
Tip: Always checkout with HTTPS in case you ever want to checkin.

Latest revision as of 23:58, 10 May 2011

Committing your developments

Send your gmail address to one of the owners here:

http://code.google.com/p/exodusdb/people/list

Once you have been made a committer, your checkin password can be found here:

http://code.google.com/p/exodusdb/source/checkout

Tip: Always checkout with HTTPS in case you ever want to checkin.