When I search for a URL in the TortoiseSVN Repository Browser (that I know exists), it prompts me for the password for the username I have entered. However, it always says my password is denied (I know for a fact that I have the right password). After a number of attempts, I tried closing the password prompt. It takes a good 5 - 10 closes before it finally stops.

The repository browser then says

To better debug SSH connection problems, remove the -q option from 'ssh' in the [tunnels] section of your Subversion configuration file. Network connection closed unexpectedly.

To start, I didn't access this from any command line, so I'm not sure what this -q thing is. Secondly, I'm not sure what this 'Subversion configuration file' is.

Does anyone have any ideas? Is this is a common TortoiseSVN problem?

link|improve this question

Mike, you don't need to add "Thanks" to your question (or to other people's in edits). – agf Sep 14 '11 at 2:10
I find it very polite if the asker at least acknowledges thankfulness for help. Without saying "Thanks", it's like an ignorant demand. For example, when making a withdrawal from a bank, once you are given your money and the teller says "Here you go, sir/ma'am," do you just walk away with your money without even saying "Thank you"? – Mike Gates Sep 14 '11 at 2:13
See meta.stackoverflow.com/questions/2950/… and others, we don't use "Thanks" etc. here. A question that is on-topic and shows effort is what we want; "polite" is upvoting good answers and accepting the best answer, while adding a comment to explain any downvote. – agf Sep 14 '11 at 2:15
It's still rude not to thank people who even wasted their time with my problems. Adding "Thanks" does not clutter the question, and quite frankly, excluding a "Thanks" makes one sound like a greedy jerk who just wants his or her question answered as soon as possible, without being thoughtful to those who spent their personal time trying to help. – Mike Gates Sep 14 '11 at 2:25
I understand what you're saying, but that's not what the community of this site has decided. Someone who didn't say "Thanks" may sound like a jerk to you, but not to me, or to the other established members of the site. – agf Sep 14 '11 at 2:32
feedback

1 Answer

up vote 1 down vote accepted

In Windows Explorer, right-click on a folder, choose the TortoiseSVN menu from the context menu, and click Settings. When the dialog opens, in the Subversion section at the bottom, click the button labeled Edit. The SVN configuration file will open.

You'll find the section about configuring tunnel agents at about line 40 or so in the file (in the 32-bit version I have on WinXP - TortoiseSVN 1.6.8, which is slightly outdated).

Almost all of the lines are probably commented out (start with ###). You'll also want to look at the first section (authentication and authorization customizations).

For information about configuring Subversion, you should look at the SVN book - the free book (PDF or HTML formats) tells you pretty much everything you need to know about configuring and using SVN.

link|improve this answer
I found the -q option and removed it, but I'm still having the same problem. Any further ideas? – Mike Gates Sep 13 '11 at 18:07
Read the section at the top of the file (authentication). It discusses existing password removal. You've provided no information about how your server or repository are configured, so all I can suggest is that you a) talk to the person who administers your repository/SVN configuration, and b) download and check the SVN book; there's a troubleshooting section. Don't know if it will help or not. – Ken White Sep 13 '11 at 18:12
feedback

Your Answer

 
or
required, but never shown

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