On 04/02/11 15:34, Martin Gainty wrote:
svn:// URLs are on port 3960
discover-target would need to test netstat output e.g.
netstat -a | grep 3960>output.file
a fail message would be no output
a found message would be the IP:3960 of the server
OR in the case of ssh+svn
netstat -a | grep 22>outp
svn:// URLs are on port 3960
discover-target would need to test netstat output e.g.
netstat -a | grep 3960 >output.file
a fail message would be no output
a found message would be the IP:3960 of the server
OR in the case of ssh+svn
netstat -a | grep 22 >output.file
a fail message would be no outpu