Today, I am preparing to build an SVN server (set up and use the svn server). The problem encountered during data import is also the topic of this blog,"Error running context: Unable to connect because the target computer is actively rejected ".
When a problem occurs, you just want to repeat the process and see if there is any mistake. Then confirm that this is not the case; go to Baidu to find the solution to the problem. After reading a lot of solutions (solution 1) (solution 2), the answer is similar to the following:
1. The firewall provided by windows or installed by the user shields the corresponding port
2 client host unable to connect to SVN server host due to routing or other reasons 3 client misconfigured proxy 4 server service not enabled
My problem is that the svn service is not enabled. Next, let's talk about how to enable the svn service.
1. Open Control Panel → Administrative Tools → services]
2. Find visual SVN sever and right-click and select start, for example:
3. After the service is enabled, the data is imported successfully!
Sometimes there are different causes for the same problem. Here is only one solution. More methods need to be shared and learned.