I am following the method described in http://www.maketecheasier.com/setting-up-subversion-version-control-in-ubuntu for creating a subversion repo.It works fine. But when I try to create a second user using
sudo htpasswd -cm /etc/apache2/dav_svn.passwd yourusername
, the current user gets deleted and it gets replaced by the new user. How can I create additional users? /etc/apache2/dav_svn.passwd file contains only the latest user credentials I added.