This should be obvious, but no one's posted it so I will. In lieu of these sourceforge anonymous CVS outages, I've pieced together a short shell script called "repeat_cvs_update". Here it is:
I guess I'll have to look at it later...
cvs -f update -R -d -P '.' 2>&1
ssh_exchange_identification: Connection closed by remote host cvs [update aborted]: end of file from server (consult above messages if any)
[Exited with status 1]
cvs -f update -R -d -P '.' 2>&1
ssh_exchange_identification: Connection closed by remote host cvs [update aborted]: end of file from server (consult above messages if any)
[Exited with status 1]
cvs -f update -R -d -P '.' 2>&1
ssh_exchange_identification: Connection closed by remote host cvs [update aborted]: end of file from server (consult above messages if any)
[Exited with status 1]
cvs -f update -R -d -P '.' 2>&1
ssh_exchange_identification: Connection closed by remote host cvs [update aborted]: end of file from server (consult above messages if any)
[Exited with status 1]
#!/bin/sh if cvs update -dP; then echo "Update successful" else echo "Update unsuccessful" exec repeat_cvs_update fi
Very simply, it runs "cvs update -dP" repeatedly until the command is successful. It's been very useful lately.
Cheers,
Jeremy
------------------------------------------------------- This SF.Net email sponsored by: Parasoft Error proof Web apps, automate testing & more. Download & eval WebKing and get a free book. www.parasoft.com/bulletproofapps1 _______________________________________________ Rosegarden-devel mailing list [EMAIL PROTECTED] - use the link below to unsubscribe https://lists.sourceforge.net/lists/listinfo/rosegarden-devel
