Re: [PATCH] Fill in callbacks for svn_ra_callbacks2_t()
From: Gregory (Grisha) Trubetskoy <grisha_at_apache.org>
Date: 2006-05-26 05:40:47 CEST
On Fri, 26 May 2006, Jelmer Vernooij wrote:
> The attached patch allows the callbacks in svn_ra_callbacks2_t() to be
awesome!! i'm off to the beach till tuesday, so won't be able to try them
> My next patch will include a wrapper for svn_delta_editor_t as well as
yes, this may address my next problem?
if you get the session via
client.open_ra_session()
(which is simpler, since there is no need to worry about open_tmp_file
and then get an editor and editor_baton via ra.svn_ra_get_commit_editor(),
(and I've been able to create a file in a repo using either http:// or
alas, the editor will ultimately segfault at the very end then when you
delta.editor_invoke_close_edit(editor, edit_baton)
the ra implementation expects an svn_commit_callback_t to be in the
The svn_commit_callback_t which you were supposed to pass to
...and no function that matches the svn_commit_callback_t is exposed as
Grisha
---------------------------------------------------------------------
|
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.