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

Re: 1.7.0-rc1 up for testing / signing

From: Philip Martin <philip.martin_at_wandisco.com>
Date: Mon, 22 Aug 2011 17:06:58 +0100

Ivan Zhakov <ivan_at_visualsvn.com> 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
Received on 2011-08-22 18:07:36 CEST

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.