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

Re: New merge notification feature -- changes needed for JavaHL to work properly

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-06-05 00:15:37 CEST

On 6/4/07, Hyrum K. Wright <hyrum_wright@mail.utexas.edu> wrote:
> Ben Collins-Sussman wrote:
> > Sounds like you need to rebuild JavaHL somehow. The action type being
> > sent is a new positive integer value, an enumerated type called
> > 'svn_wc_notify_merge_begin'. You can see it defined in svn_wc.h, in
> > the enumeration 'svn_wc_notify_action_t'.
> >
> > This new action field is definitely being sent when the merge code
> > calls the notification callback. The svn commandline client
> > specifically looks for the new action value and prints the new text
> > (see subversion/svn/notify.c:413).
> >
> > I don't know how JavaHL is built, but it sounds like somehow svn_wc.h
> > needs to be re-scanned so that the new values are available to Java
> > code...
>
> Yah, I couple of JavaHL wrapper files needed to be updated. Done in r25285.
>
> -Hyrum

Thanks, but one problem I see in this notification is that it does not
appear to contain information on the revisions being merged. I'd like
to get that information. At a minimum, so I can provide output like
the command line, but I also might just need that information for my
merge client.

-- 
Thanks
Mark Phippard
http://markphip.blogspot.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 5 00:15:44 2007

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.