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

Re: svn commit: r1340318 - in /subversion/trunk/subversion: libsvn_client/status.c svn/status-cmd.c tests/cmdline/stat_tests.py

From: Greg Stein <gstein_at_gmail.com>
Date: Fri, 1 Jun 2012 16:52:47 -0400

On Fri, May 18, 2012 at 8:21 PM, <rhuijben_at_apache.org> wrote:
> Author: rhuijben
> Date: Sat May 19 00:21:31 2012
> New Revision: 1340318
>
> URL: http://svn.apache.org/viewvc?rev=1340318&view=rev
> Log:
> Avoid an unneeded ancestor check in the status walker. This has the added
> benefit that api users can now see a different error code for not in a working
> copy and not below a working copy.

I just found this breaks stat 19 for me:

W: EXPECTED STDERR (regexp):
svn: warning: W155007: '.*(/|\\)stat_tests-19' is not a working copy
W: ACTUAL STDERR:
svn: warning: W155010: The node
'/Users/gstein/src/svn/subversion/tests/cmdline/svn-test-work/working_copies'
was not found.
svn: warning: W155010: The node
'/Users/gstein/src/svn/subversion/tests/cmdline/svn-test-work/working_copies'
was not found.
W: CWD: /Users/gstein/src/svn/subversion/tests/cmdline

>...

Seems that check is needed :-P

Cheers,
-g
Received on 2012-06-01 22:53:18 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.