views:

2653

answers:

2

I've setup a new SVN repository, running SVNServe, in the conf file, anon-access = none.

SVNServe faithfully does that correctly, but when I try to browse the repos using TortoiseSVN, it just says access is not allowed. Shouldn't it ask me for the user name and password instead?

How do I get TortoiseSVN to ask me for the login details?

Running SVN 1.5.6, TortoiseSVN 1.5.9

+2  A: 

It probably has some authentication data saved, try:

right click->tortoise->settings->saved data->Authentication Data-Clear.

eglasius
Nop...checked that, no authentication data saved. The Clear button is disabled.
Robo
+4  A: 

Sorry, didn't uncomment following line in the config:

password-db = passwd

Robo
good it was solved :) - accept your own answer, so this this question appears as answered.
eglasius