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

Re: RFE: API for an efficient retrieval of server-side mergeinfo data

From: Julian Foad <julianfoad_at_btopenworld.com>
Date: Mon, 17 Feb 2014 21:25:59 +0000 (GMT)

I took a stab at writing the JavaHL boiler-plate code for this, as attached, though I'm unfamiliar with JavaHL. It seems to require modifying 5 java files and creating 3 new ones. Is that right, JavaHL experts? It seems a lot. The implementation in the core library is empty, as yet, in the attached patch. - Julian >>  interface MergeinfoDiffCallback { >>    void mergeinfoDiff(int revision, >>                       Map<String, Mergeinfo> pathToAddedMergeinfo, >>                       Map<String, Mergeinfo> pathToRemovedMergeinfo); >>  } >> >>  void getMergeinfoDiff(String rootPath, >>                        long fromRev, long toRev, >>                        MergeinfoDiffCallback callback) >>                        throws ClientException;

Received on 2014-02-17 22:29:24 CET

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.