I create local repository and in svnserve.conf file uncomment some line to get this:
[general]
anon-access = none
auth-access = write
password-db = passwd
[sasl]
use-sasl = false
and in passwd
[users]
user= userpass
But when I do Checkout or other operation, authentication dialog don't appear :/
Can someone know why ?? :(