Re: svn commit: rev 4347 - in trunk/subversion: libsvn_client tests/clients/cmdline tests/clients/cmdline/svntest
From: Josef Wolf <jw_at_raven.inka.de>
Date: 2003-01-16 00:29:48 CET
On Mon, Jan 13, 2003 at 02:55:43PM -0600, Karl Fogel wrote:
> > Hmmm, wouldn't it be better to make more sanity checks in
> I honestly don't know. Want to add the code and run 'make check', see
I had something like this in mind:
Index: subversion/libsvn_wc/entries.c
+ if (kind == svn_node_unknown)
This would fix not only the edge-case you fixed in r4347. In addition,
# AFAIK this would be a new issue not yet filed in the issue-DB
Please note that the above patch is _not_ exactly what I am
The diff attached above is OTOH somewhat too harsh to "svn stat".
BTW: I wonder why test 6 of stat_tests.py explicitly requires "svn stat" to
BTW1: The failure of stat_tests.py after the above patch was actually
BTW2: I think that going the "generic" way would be a benefit.
-- -- Josef Wolf -- jw@raven.inka.de -- --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org For additional commands, e-mail: dev-help@subversion.tigris.orgReceived on Thu Jan 16 00:30:09 2003 |
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.