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?

link|improve this question
What says the Apache error log? – ceving Jun 3 '11 at 17:39
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.