Hi, I used doMerge to mergr resository file to the local copy. I used fallowing method.
doMerge(SVNURL url1,SVNRevision revision1,File path2,SVNRevision revision2,File dstPath,SVNDepth depth,boolean useAncestry,boolean force,boolean dryRun,boolean recordOnly)throws SVNException Also I need to first check if this file is conflicted. If it is not conflicted I need to continue the merge. else stop this operation and perform another operation. So I put dryrun as true. I need to know how can I get a output from this. I couldn't find any out parameters or any handlers. I need to know is there any wrong in my approach. Please mention is there any alternative way to satisfy my requirement. -- View this message in context: http://old.nabble.com/dryRun%21%21-Get-some-output%21%21-Help-tp31946775p31946775.html Sent from the SVNKit - Users mailing list archive at Nabble.com.
