It has similar functionality. I don't recall exactly, but if you look around the documentation, you should find it. I believe the parent class is SVNMergeClient, so start looking there.
-IsmAvatar On Fri, Jun 3, 2011 at 6:28 PM, Healpiar <[email protected]> wrote: > > Thanks!!! > > ANd what can I do with doMerge()? > > > IsmAvatar wrote: > > > > doCheckout is performed on a SVNUpdateClient. You can register an > > ISVNEventHandler for the SVNUpdateClient via the setEventHandler method. > > The > > ISVNEventHandler gets called for every file that is operated on, making > > logging a breeze. > > > > -IsmAvatar > > > > > > On Fri, Jun 3, 2011 at 3:37 PM, Healpiar <[email protected]> wrote: > > > >> > >> Hi all. > >> > >> > >> I'm doing a doMerge() and my short code. So, I need to see something > such > >> a > >> Log file !!! > >> > >> How can I do this ???? > >> > >> > >> Thank beforehands!!!!! > >> -- > >> View this message in context: > >> > http://old.nabble.com/Log-of-doMerge%28%29-and-doCheckout%28%29-tp31768171p31768171.html > >> Sent from the SVNKit - Users mailing list archive at Nabble.com. > >> > >> > >> > > > > > > -- > View this message in context: > http://old.nabble.com/Log-of-doMerge%28%29-and-doCheckout%28%29-tp31768171p31769247.html > Sent from the SVNKit - Users mailing list archive at Nabble.com. > > >
