[PATCH] svn status ^/ foo: The node '/path/to/wc/foo' was not found.

2010-06-13 Thread Uwe Stuehler
While testing all kinds of silly argument combinations to find inconsistencies in argument handling I found this case where checkout reports a bogus error that covers up the real error. $ cd /path/to/wc $ svn status ^/ foo subversion/svn/status-cmd.c:250: (apr_err=155010) subversion/svn/util.c:11

Re: [PATCH] svn status ^/ foo: The node '/path/to/wc/foo' was not found.

2010-06-13 Thread Uwe Stuehler
On 06/13/2010 06:25 PM, Uwe Stuehler wrote: While testing all kinds of silly argument combinations to find inconsistencies in argument handling I found this case where checkout Oops! s/checkout/status/ (I changed the example.)

RE: svn commit: r954328 - /subversion/trunk/build/run_tests.py

2010-06-13 Thread Bert Huijben
> -Original Message- > From: hwri...@apache.org [mailto:hwri...@apache.org] > Sent: maandag 14 juni 2010 1:20 > To: comm...@subversion.apache.org > Subject: svn commit: r954328 - /subversion/trunk/build/run_tests.py > > Author: hwright > Date: Sun Jun 13 23:19:53 2010 > New Revision: 954

Re: svn commit: r954328 - /subversion/trunk/build/run_tests.py

2010-06-13 Thread Hyrum K. Wright
On Mon, Jun 14, 2010 at 2:36 AM, Bert Huijben wrote: > > > > -Original Message- > > From: hwri...@apache.org [mailto:hwri...@apache.org] > > Sent: maandag 14 juni 2010 1:20 > > To: comm...@subversion.apache.org > > Subject: svn commit: r954328 - /subversion/trunk/build/run_tests.py > > >

Re: [PATCH] svn status ^/ foo: The node '/path/to/wc/foo' was not found.

2010-06-13 Thread Uwe Stuehler
On 06/13/10 06:25 PM, Uwe Stuehler wrote: Index: subversion/libsvn_client/cmdline.c === --- subversion/libsvn_client/cmdline.c (revision 953325) +++ subversion/libsvn_client/cmdline.c (working copy) @@ -123,6 +123,7 @@ check_root_url