I have a new instalation of subversion edge server (last version) in Windows server 2008 R2, and can't reach the repositories by the svn torotise client. At the moment I have try the folowing: Put Out/In rules in windows firewall, to port 3690 and 18080. Turn off the firewall. Inicializate another application in the ports and try to connect. This test works good. Configurate the forwarding port and IP to my server in the modem/router. Even I can connect to subversion server in 3343 port and don't have problems, only with svn clients to repositories. Anyone can give me another idea or maybe tell me where I can move the server configuration.
1 Answers
0
votes
Port 3690 and 18080? Subversion Edge supports only HTTP(S) access, but not svnserve.
3690 port number is the default one for svnserve. You have to open HTTP(S) ports you use in Subversion Edge and use HTTP(S) URL.
Double-check the settings of the server.