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

Re: usage of svn_wc_diff

From: Daniel Shahaf <d.s_at_daniel.shahaf.name>
Date: Wed, 8 Dec 2010 17:50:33 +0200

[ Please don't delete all context and quotes messages. ]

JamieEchlin wrote on Wed, Dec 08, 2010 at 07:39:32 -0800:
>
> Cheers, but I was trying to avoid using the svn executable, as I said I can't
> rely on it being present.
>

Then use the API equivalent...

> The trouble with the 41-line doc string is that it tells me how to use the
> function, but not what all batons etc I need to pass it, which I was having
> trouble working out.

cancel_baton is an object you create that is passed to cancel_func()
whenever the latter is called (if it's called). Similar for all other
batons...

The doc strings of the functions and of the callback types normally say
exactly which baton goes to which function (so you don't have to guess
that from their names).
Received on 2010-12-08 16:53:02 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.