I have followed this tutorial:
https://help.ubuntu.com/community/Subversion
Everything works ok, but when removing
<LimitExcept GET PROPFIND OPTIONS REPORT>
Require valid-user
</LimitExcept>
and adding just
Require valid-user
which forces to login to view the repository I always get rejected... I have tried from linux console as well:
root@eResitev-1:~# svn co http://localhost/svn/ procommerce --username matijav
Authentication realm: <http://localhost:80> ProCommerce repositroy
Password for 'matijav':
Authentication realm: <http://localhost:80> ProCommerce repositroy
Username: ^Csvn: OPTIONS of 'http://localhost/svn': authorization failed: Could not authenticate to server: rejected Basic challenge (http://localhost)
What can I do?