[ 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).

Reply via email to