how to create another svn user

This is a "duh" kind of post, but given that you haven't created a new svn user in several months, you can forget!
 
Use the "htpasswd" command that is in your path.
The private-svn-auth-file is a file that you use to store the SVN users and is how you configured your apache server
htpasswd /etc/private-svn-auth-file <username>

Comments

Post new comment

  • Web page addresses and e-mail addresses turn into links automatically.
  • Allowed HTML tags: <a> <em> <strong> <cite> <code> <ul> <ol> <li> <dl> <dt> <dd>
  • Lines and paragraphs break automatically.

More information about formatting options