Wednesday, November 28, 2012

Create new user account in SVN

Just a reminder to myself. In order to create a new user in SVN, I'm require to use following command like this:

htpasswd -m < path-to-svn-auth-file > stupid

The above code will create a new user, stupid, after this a new password for this user account will be prompt. The stupid user account can be spot easily by opening the file because the user name is not encrypt but the password is encrypted.

I been doing this for few thousand time since early of this year, but I still couldn't remember such a simple command. When the new server has arrive, I need to configure this for the whole department. I need to be prepare to myself.

Good luck and sigh~

No comments: