[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [PATCH] part of issue #897: errors could be better.

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-11-09 21:43:39 CET

"Erik Huelsmann" <e.huelsmann@gmx.net> writes:

> [[[
> message if one is supplied, in favor of printing both - almost
> equal - general and specific messages.

I'm not sure why we would want to make this change.

> for line in err_output:
> - if re.match('svn: Filesystem has no item$', line):
> + if re.search('was not found in the repository at revision', line):
> break
> else:
> raise svntest.Failure

What's wrong with having the general message?

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 9 21:44:21 2003

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.