This forum is no longer active. Please post your questions to our new community site
Server Socket
|
|
Is there any way to change which server socket SVN serve is using? |
|
|
Hi, You can change the port where SVN is listening changing the ‘—listen-port’ option in start up scripts. On Unix systems, replace the value 3690 inside ${installdir}/subversion/scripts/ctl.sh:
and then restart the server running:
On Windows, you need to change the value in this line inside ${installdir}\subversion\scripts\serviceinstall.bat:
and then reinstall the service. You can do this using the script from the command line:
I hope it helps |

