views:

16

answers:

1

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 ?? :(

+1  A: 

Maybe your credentials are cached and TortoiseSVN use them instead of asking, see Client Credentials Caching.

Felipe Cypriano
I look there but too many options :/ How to enable check pass and user in conf folder od my repo?
netmajor
Is this your first repo? I highly recommend that you read SVN Book, here: http://svnbook.red-bean.com/
Felipe Cypriano