Re: To check server is down

2011-02-10 Thread Steve Loughran
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

RE: To check server is down

2011-02-04 Thread Martin Gainty
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