Minor Python bindings/API question
From: Jens Restemeier <jens_at_playtonicgames.com>
Date: Wed, 8 Nov 2017 14:36:07 -0000
Hi,
I’m trying to use the python-swig bindings to copy the log entries of our
(-1L, {}, None)
That is obviously easy to filter out, and there don’t seem to be any gaps in
* Debian 3.16.39-1+deb8u2
Code:
start = svn.core.svn_opt_revision_t()
start.kind = svn.core.svn_opt_revision_number
start.value.number = startRev
end = svn.core.svn_opt_revision_t()
end.kind = svn.core.svn_opt_revision_head
revision_range = svn.core.svn_opt_revision_range_t()
revision_range.start = start
revision_range.end = end
limit = 0
discover_changed_paths = True
strict_node_history = True
include_merged_revisions = True
revprops = None
svn.client.log5(targets, end, (revision_range,), limit,
Cheers,
Jens
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.