On Wed, Jan 23, 2013 at 8:38 AM, Prabhu Gnana Sundar <prabh...@collab.net>wrote:

> Hi,
>
> Just while writing test cases for the svnadmin verify --keep-going feature
> I realized that we do not support regex in the EXPECTED ERR list and felt
> that it would be really helpful if we supported. So I came up with this
> patch.
>
> This patch would support regex in the entries of the EXPECTED ERR list.
>
> Example:
> ------------
>
>   Expected err = ["* Verified revision 1.",
>                   "* Error verifying revision 2.",
>                   ".*svnadmin: E160004*",
>                   "* Verified revision 3.",
>                   ".*svnadmin: E165005*"]
>
>   Actual err = ["* Verified revision 1.",
>                 "* Error verifying revision 2.",
>                 "svnadmin: E160004: Invalid change kind in rev file",
>                 "* Verified revision 3.",
>                 "svnadmin: E165005: Repository 'svn-test-work/repositories/
> **svnadmin_tests-32' failed to verify"]
>

Hi Prabhu,

Just to keep you in the loop: I changed the output of
svnadmin verify on /trunk (along with the *__verify
functions of FSFS). You may want to take a look at
r1435746 before you merge from or to /trunk.

-- Stefan^2.

-- 
Certified & Supported Apache Subversion Downloads:
*

http://www.wandisco.com/subversion/download
*

Reply via email to