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

Re: CVS update: subversion/subversion/tests/libsvn_wc commit-test.c

From: Greg Stein <gstein_at_lyra.org>
Date: 2001-03-13 03:31:37 CET

On Tue, Mar 13, 2001 at 01:18:36AM -0000, sussman@tigris.org wrote:
>...
> * track_editor.c (struct edit_baton,
> svn_delta_get_commit_track_editor): take 3 new args for optional
> revision bumping.
> (close_edit): add, optionally bumps revisions.
> (apply_textdelta, window_handler): return a no-op handler for
> proper delta composition.
>...
> static svn_error_t *
> +window_handler (svn_txdelta_window_t *window, void *handler_pair)
> +{
> + /* No-op, but required for proper editor composition. */
> + return SVN_NO_ERROR;
> +}

Doesn't this imply that the default editor is broken? Shouldn't we be able
to compose as many default editors as we'd like, without worry?

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
Received on Sat Oct 21 14:36:25 2006

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.