If your firewall is blocking multiple connections to a machine (like an svn server), consider port forwarding with ssh. For example, you can set your SVNSERVER=localhost and use the command: sudo ssh -Y -f -N -C -L22:localhost:22 <yourusername>@svn.cern.ch
...
> >
If your firewall is blocking multiple connections to a machine (like an svn server), consider port forwarding with ssh. For example, you can set your SVNSERVER=localhost and use the command: sudo ssh -Y -f -N -C -L22:localhost:22 <yourusername>@svn.cern.ch