Re: Missing something using diffclient.domerge

2011-09-21 Thread Cobb, Randal
Will do. I am trying to put something together now… it's just that work keeps getting in the way. ;) Cheers! Randy On Sep 21, 2011, at 3:35 PM, Alexander Kitaev wrote: > Hello Randy, > > I think your use-case should be well supported by SVNKit and it works > in many applications already. >

Re: Missing something using diffclient.domerge

2011-09-21 Thread Alexander Kitaev
Hello Randy, I think your use-case should be well supported by SVNKit and it works in many applications already. May be if you may create a self-contained test that reproduces the problem, then it will be easier for me to find the problem in your code. Thanks! Alexander Kitaev, TMate Software, h

Re: Missing something using diffclient.domerge

2011-09-21 Thread Cobb, Randal
My apologies… fat-fingered the transcribe… it IS a List of SVNRevisionRange objects. And how I'm constructing them could be part of the issue. After I detect the eligible revisions to merge, I'm adding them to the List with this: revisionsToMerge.add(new SVNRevisionRange(SVNRevision.create(el

Re: Missing something using diffclient.domerge

2011-09-21 Thread Alexander Kitaev
Hello Randy, > …with "rangeToMerge" containing the eligible revision numbers from a > List rangeToMerge should be a list of SVNRevisionRange objects, not SVNRevision. I think this might be a reason of the problem. However, I think you should rather get a ClassCastException, then just no merge b

Missing something using diffclient.domerge

2011-09-21 Thread Cobb, Randal
Hello all, I am somewhat new to SVNkit, so I'm sure I'm simply doing something wrong or what I need to educate myself on, but I can't seem to find out exactly WHAT… I have the following scenario: I need to programmatically check out a branch from a repository, then determine the eligible revis