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

Re: subversion/libsvn_ra/ra_loader.c:934: svn_ra_get_log: Assertion `*path != '/'' failed.

From: Olaf Hering <olh_at_suse.de>
Date: Wed, 23 Jan 2008 16:58:36 +0100

On Wed, Jan 23, C. Michael Pilato wrote:

> This should be:
>
> $ra->get_log('', 1, $ra->get_latest_revnum, 0, 1, 0, \&log_callback);
> ^^
> The script today is in violation of the RA API. Trunk code has been added
> to catch such violations before they cause problems elsewhere.

The help text needs an update in that case.

subversion/bindings/swig/perl/native/Ra.pm:326

The first argument can be either a single string or a reference to an
array of strings. Each of these indicates a path in the repository
which you are interested in. Revisions which don't change any of these
paths (or files below them) will be ignored. Simply pass '/' if you don't
want to limit by path.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: dev-help_at_subversion.tigris.org
Received on 2008-01-23 16:59:06 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.