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

Re: [PATCH] Don't bother end users about HTTP requests

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: Sat, 2 Feb 2008 09:36:13 +0100

On Feb 2, 2008 3:57 AM, Eric Gillespie <epg_at_pretzelnet.org> wrote:
> Neon logs the HTTP request that failed when it encounters an
> error. ra-serf doesn't. ra-svn does nothing similar. ra-local
> does nothing similar. Users don't care what the HTTP method
> happens to be. Not even a little bit. And it's confusing. I'm
> so tired of answering "MERGE request? But I wasn't even merging!"
>
> Before:
>
> 0 cmdline% svn mkdir -m foo --username jrandom --password rayjandom http://localhost:27814/svn-test-work/repositories/basic_tests-14/newdir
> subversion/libsvn_ra_neon/util.c:1279: (apr_err=165001)
> svn: MERGE request failed on '/svn-test-work/repositories/basic_tests-14'
> subversion/libsvn_ra_neon/util.c:711: (apr_err=165001)
> svn: Commit blocked by pre-commit hook (exit code 1) with no output.
>
> After:
>
> 1 cmdline% ../../svn/svn mkdir -m foo --username jrandom --password rayjandom http://localhost:27814/svn-test-work/repositories/basic_tests-14/newdir
> subversion/libsvn_ra_neon/util.c:711: (apr_err=165001)
> svn: Commit blocked by pre-commit hook (exit code 1) with no output.
>
> Ah, much better. Objections?
>

+1.

Bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-02-02 09:36:23 CET

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.