up vote 6 down vote favorite
1
share [g+] share [fb]

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

link|improve this question

I'm pretty sure it should ask you automatically. You're using the svn:// protocol, right? Can you post your config? – strager Mar 20 '09 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 '09 at 2:15
feedback

3 Answers

up vote 5 down vote accepted

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

password-db = passwd

link|improve this answer
good it was solved :) - accept your own answer, so this this question appears as answered. – eglasius Mar 20 '09 at 2:36
feedback

It probably has some authentication data saved, try:

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

In some cases the "Clear"-Authentication data button remains disabled, then rename the folder in which the certificate is saved. Next time SVN will automatically ask for the password.

link|improve this answer
Nop...checked that, no authentication data saved. The Clear button is disabled. – Robo Mar 20 '09 at 2:16
Worked for me :) – GateKiller Apr 15 '11 at 14:18
feedback

If the "Clear"-Authentication data button remains disabled, in spite of saving the certificate just rename the folder in which the certificate is saved. Next time SVN will automatically ask for the password.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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