Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Tortoise SVN - Can't connect to SVN "target machine activity refused it"

I'm on a network at a major bank and I'm trying to connect to a SVN repository from my Windows 7 machine. I'm using the latest version of Tortoise (as of yesterday) 64 bit client.

When I try and connect using repo-browser, I am able to log in with my credentials, but I then get the error, "No connection could be made because the target machine actively refused it."

Other people in my network are able to connect to the repository. Someone else out out of the network was able to log on to the repository using my credentials. I also tried to use superuser credentials to log on and got the same error.

I disabled my virus protection software and still got the same results.

I tried accessing from the command line and still got the same results.

I'm sure it's the way my machine or my network is configured, but I am not a network person, so I don't know how to troubleshoot this issue.

like image 389
Kristy Welsh Avatar asked Oct 15 '13 15:10

Kristy Welsh


3 Answers

It was a proxy issue. I entered in the right proxy information and voila! I was granted access.

like image 75
Kristy Welsh Avatar answered Nov 17 '22 10:11

Kristy Welsh


Check The proxy definitions in the servers file located at C:\Users\XXX\AppData\Roaming\Subversion.

I removed the Proxy lines:

ssl-trust-default-ca  = no
http-proxy-host = 
http-proxy-username = 
http-proxy-password = 

And it works!

like image 41
liazy Avatar answered Nov 17 '22 09:11

liazy


I know this question is old, but something for people to consider as well; make sure that whatever webserver you are running is actually running. That may sound obvious, but I was using VisualSVN (which basically has its own Apache webserver built in) and it had stopped the service after a reboot. Check this first before messing about with proxy settings.

like image 2
Jonathon Cowley-Thom Avatar answered Nov 17 '22 10:11

Jonathon Cowley-Thom