[OCLUG-Tech] detecting subversion not connected

2013-07-17 Thread Prof J C Nash (U30A)
Hi, I've a small script to allow me to update a sort of diary log. The process is, in summary form, svn update gedit myfile svn -m put it back commit I'd like to detect a failure to connect on the update and/or commit stages so that I can do something that lets me locally save

Re: [OCLUG-Tech] detecting subversion not connected

2013-07-17 Thread Rob Echlin
From: Prof J C Nash (U30A) nas...@uottawa.ca To: linux@lists.oclug.on.ca Sent: Wednesday, July 17, 2013 2:13:53 PM Subject: [OCLUG-Tech] detecting subversion not connected Hi, I've a small script to allow me to update a sort of diary log. The process is, in summary