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

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

From: Mark Phippard <markphip_at_gmail.com>
Date: 2007-06-04 21:32:56 CEST

This is for sussman or anyone else that wants to take it on.

The new merge notification feature sends through something like this
when run from the command line:

--- Merging revisions 5-16:
D products/little.html
D products/big.html
A products/medium
A products/medium/roadmap.html

When using JavaHL, we typically receive each of these notifications so
that we can create similar looking output. I imagine it is just
structured similarly to how it is done in the native libraries. There
is an action field with a numeric indentifier and then some data
fields.

Anyway, when this new notification comes through, we are getting an
Action of -1, which usually is what you get when a command fails. I
am not sure what needs to be done, and where (although I think it is
all just mostly done in the C libraries). In JavaHL we will need the
data so that we can create similar looking output to above. So I
imagine that is a new identifier for this merge revisions line, along
with the revisions that are being merged.

-- 
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 Mon Jun 4 21:33:04 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.