Getting the right to commit to the subversion repository

From NEOSYS Dev Wiki
Revision as of 13:56, 24 November 2010 by Steve (talk | contribs) (Reverted edits by Anecada (Talk) to last revision by Steve)
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