Hello,

>                      I would like to create a integration report from 2 Diff
> SVN URL .  I need to find out what all revision numbers are missing and need
> to be merged from my Hot FIX to Main Branch ... I saw SVN Diff ..
>
> Can any one suggest if there is already an Api???

To get list of not yet merged revisions from one branch to another
(assuming they have common history) you need to query for eligible
merge revisions.
With SVNKit you may do this with
SVNDiffClient.doGetLogEligibleMergeInfo method - your
ISVNLogEntryHandler will receive SVNLogEntry objects for revisions
that aren't merged yet.


Alexander Kitaev,
TMate Software,
http://subgit.com/ - Svn to Git Migration!
http://svnkit.com/ - Java [Sub]Versioning Library!
http://hg4j.com/ - Java Mercurial Library!
http://sqljet.com/ - Java SQLite Library!


On 28 January 2013 20:11, souachar <cse.sou...@gmail.com> wrote:
> HI  Experts,
>                      I would like to create a integration report from 2 Diff
> SVN URL .  I need to find out what all revision numbers are missing and need
> to be merged from my Hot FIX to Main Branch ... I saw SVN Diff ..
>
> Can any one suggest if there is already an Api???
>
>
>
> --
> View this message in context: 
> http://subversion.1072662.n5.nabble.com/Want-to-create-Integration-Report-From-2-diff-SVN-URL-tp177768.html
> Sent from the SVNKit - Users mailing list archive at Nabble.com.
>

Reply via email to