Hi,
i've successfuly managed to install the svn and is working correctly.
The problem is that i am not able to connect to my svn repository from outside.
I guess i need to correctly setup my post-firewall script, but I really don't know how. Can someone send how the post-firewall script should look like with correct svn settings?
Right now my post-firewall looks like this (only one line to access the box via ssh from outside):
Thanks!Code:#!/bin/sh # this opens the ssh port to internet! Be sure to have strong passwords! iptables -I INPUT -m tcp -p tcp --dport 22 -j ACCEPT