Ivan Zhakov <[email protected]> writes: > EXPECTED STDERR (regexp): > svn: warning: W195007: URL > 'svn://localhost//svn-test-work/local_tmp/repos/A' refers to a directory > .* > ACTUAL STDERR: > svn: warning: W195007: URL 'svn://localhost/svn-test-work/local_tmp/repos/A' > refers to a directory > svn: E200009: Could not cat all targets because some targets don't exist > CWD:
I can reproduce that on my Linux box by running: $ ./cat_tests.py --url=svn://localhost// 2 EXPECTED STDERR (regexp): svn: warning: W195007: URL 'svn://localhost//svn-test-work/local_tmp/repos/A' refers to a directory .* ACTUAL STDERR: svn: warning: W195007: URL 'svn://localhost/svn-test-work/local_tmp/repos/A' refers to a directory ../src-1.7/subversion/svn/cat-cmd.c:94: (apr_err=200009) svn: E200009: Could not cat all targets because some targets don't exist Note I use two trailing slashes on the URL parameter to get the FAIL, it's a PASS with one slash or without a slash. -- uberSVN: Apache Subversion Made Easy http://www.uberSVN.com

