[PATCH] Correctly handle SVN_INVALID_REVNUM in svn_repos_get_logs4 even for start < head
From: David Glasser <glasser_at_davidglasser.net>
Date: Tue, 14 Oct 2008 14:28:43 -0700
I'd run tests and commit, but apparently we now require a newer
[[[
Index: subversion/libsvn_repos/log.c
if (! SVN_IS_VALID_REVNUM(start))
if (! SVN_IS_VALID_REVNUM(end))
/* Check that revisions are sane before ever invoking receiver. */
-- David Glasser | glasser@davidglasser.net | http://www.davidglasser.net/ --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org For additional commands, e-mail: dev-help_at_subversion.tigris.orgReceived on 2008-10-14 23:29:00 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.