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

Re: [PATCH] Issue #2214: poor error message when intermediate dir missing in copy v2

From: Madan U Sreenivasan <madan_at_collab.net>
Date: 2005-03-17 07:57:46 CET

On Wed, 2005-03-16 at 20:06, Julian Foad wrote:
> Madan U Sreenivasan wrote:
> > +def url_2_non_existent_url_path(sbox):
>
> A minor nit: I'd prefer "url_to_non_existent_url_path" over
> "url_2_non_existent_url_path".
done.
[...]
> EXPECTED STDERR:
> svn: Path 'G' not present
> ACTUAL STDERR:
> /home/julianfoad/src/subversion/subversion/libsvn_repos/commit.c:303:
> (apr_err=160016)
> svn: Path 'G' not present
> EXCEPTION: SVNLineUnequal
> FAIL: copy_tests.py 25: svn cp src-URL non-existent-URL-path
>
> It appears that you have not been using "maintainer mode" ("configure
> --enable-maintainer-mode"). You should do when you are a developer, because it
> gives stronger compile-time checking. It also makes Subversion give more
> detailed error messages, causing this test to fail. See how other tests avoid
> this problem.
Would do that...thanks.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Mar 17 07:51:36 2005

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.