Getting the right to commit to the subversion repository

From NEOSYS Dev Wiki
Revision as of 20:48, 13 July 2009 by Steve (talk | contribs) (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...)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

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

htpasswd -nm YOURDESIREDUSERNAME

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.

htpasswd -p /etc/apache2/dav_svn.passwd YOURDESIREDUSERNAME