Hi there. I've installed subversion on Ubuntu following this guide: http://alephzarro.com/blog/2007/01/07/installation-of-subversion-on-ubuntu-with-apache-ssl-and-basicauth
It works, I was able commit and create different repositories, but somehow, from time to time (sometimes minutes),when trying to do a commit, I'm forced to reset or recreate my user and password with the following command:
htpasswd2 -c -m /etc/apache2/dav_svn.passwd $AUTH_USER
because svn does not recognize my user/password anymore. I'm using Tortoise SVN as SVN Client. I would like to know why this is happening. Maybe it's a configuration issue, or maybe TortoiseSVN is sending invalid credentials, causing a locked account. Since I'm far to be an SVN expert/admin, I would be great if someone could give some pointers in order to attack the problem. All suggestions are welcomed. Thanks in advance.