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

Re: [PATCH] python bindings bugfix for svn_repos_get_logs()

From: Russell Yanofsky <rey4_at_columbia.edu>
Date: 2003-06-27 10:27:07 CEST

Russell Yanofsky wrote:
>> Log Message:
>>
>> Bugfix for the python bindings. svn_repos_get_logs() causes a crash
>> when its "discover_changed_paths" argument is nonzero ...

I should add that an easy way to test this with ViewCVS installed is to edit the
vclib.svn.fetch_log() function to call:

    repos.svn_repos_get_logs(svnrepos.repos, [ full_name ],
                             svnrepos.rev, 0, 1, 1,
                             receiver.receive, svnrepos.pool)

instead of:

    repos.svn_repos_get_logs(svnrepos.repos, [ full_name ],
                             svnrepos.rev, 0, 0, 1,
                             receiver.receive, svnrepos.pool)

Without the patch, it will crash on the file log pages.

- Russ

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 27 10:28:33 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.