FreeBSD + SVN + new host IP
Recently, I had “small” issue with my SVN host. I have changed IP address of my NAS server and it made SVN failing to work.
All you have to do is to update this entry inside this file
/etc/rc.conf
Make sure you take care of new host address (in case you have specified it in the past)
svnserve_flags="-d --listen-port=3690 --listen-host 192.168.0.103"
Make sure host address matches your new IP.
February 1st, 2018 in
main entries