http://community.sharpdevelop.net/forums/t/15766.aspx
@ -192,7 +192,12 @@ namespace ICSharpCode.Svn
}
return client.SingleStatus(fileName).TextStatus;
try {
} catch (SvnClientException ex) {
LoggingService.Warn(ex);
return StatusKind.None;