Hello everyone, I'm a novice in SVN configuration.
Recently, I encountered a problem on the SVN server I built. When I used the repo browser server of TortoiseSVN to access the SVN address, TortoiseSVN hangs and it shows message like "please wait while the repository browser is initializing" , and it could not be closed. I had to close it in the task manager.
The SVN server I built has two ports: 8080 and 8066. At first, I can access both ports. One day, port 8066 can't be accessed, but port 8080 can still be accessed, and both ports in the browser can be accessed. This problem is also encountered by other colleagues in the company, but the port they can access is 8066, and they cannot access 8080.
I also checked the answers of other people on the Internet and thought that it was related to the company's security software. However, after I contacted my colleagues to shut down the security software, I still couldn't access it.
In addition, there is a strange phenomenon. When the security software has been shut down, I shut down the network and adjust it to flight mode. The previously accessible port 8080 reported an error running context: the server unexpectedly closed the connection, but the port 8066 is still suspended, which indicates that the error may occur before the request is sent by tortoissvn.But why do different ports lead to different results?
This problem has been bothering me for a long time. I can't find the reason. Can someone help me find the reason?
My SVN server configuration:
Apache (2.2)
SVN (1.8.17),
my SVN client :1.14.1
my win version: win10.
thanks.