vote up 1 vote down star

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

flag

53% accept rate
I'm pretty sure it should ask you automatically. You're using the svn:// protocol, right? Can you post your config? – strager Mar 20 at 2:08
Yeah, the other repos I setup did ask for it automatically, so I don't know why it doesn't for this one. The other repos was Apache though, this one is SVNServe. Yes I'm using svn:// Apart from the default comments, I only added this to config: realm = Subversion Repository – Robo Mar 20 at 2:15

2 Answers

vote up 2 vote down

It probably has some authentication data saved, try:

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

link|flag
Nop...checked that, no authentication data saved. The Clear button is disabled. – Robo Mar 20 at 2:16
vote up 2 vote down check

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

password-db = passwd

link|flag
good it was solved :) - accept your own answer, so this this question appears as answered. – Freddy Rios Mar 20 at 2:36

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.