I'm new at both TortoiseSVN
and VisualSVN Server
. I've installed VisualSVN standard edition on my PC and created a repository and could checkout from another PC (both are in the same network). But cannot checkout from my PC. It says Error: Error running context: No connection could be made because the target machine actively refused it.
. But I can browse the Repo from my browser. I'm using 443 port by VisualSVN Server. What can I do make a checkout at my PC? Thanks in advance.
1
votes
What TortoiseSVN version do you use? What VisualSVN Server version do you use?
– bahrep
2 Answers
3
votes
1
votes
Make sure that you use the correct URL (e.g. copy the URL via VisualSVN Server Manager),
If the URL is correct and you still get the error, I suggest following these steps:
- Start VisualSVN Server Manager,
- Go to Action | Properties,
- Switch to Network tab,
- Under Server Binding, choose All IP addresses option,
- Click Apply and see whether you get the error or not when accessing VisualSVN Server via Subversion client.
If the above steps do not help, check VisualSVN Server log for errors.