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

Re: Anyone want a server load generator called svn-annotate.py?

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2003-07-28 18:47:36 CEST

Brandon Ehle wrote:

> Well the plan was to look into the state of the SWIG Python bindings. I
> was hoping to avoid any parsing of output from the Subversion API.
> Other than the client.diff() command, I was able to achieve this. Is
> there some way I can get at the internal diff library and access the
> diff before it gets converted to the printable format?

You could hook into the diff functions at a lower level, but that means
you'd have to fetch the two fulltexts you're concerned about yourself,
and then call into the diff functions manually, and I'm certain nobody
has tried doing that via the SWIG bindings.

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Mon Jul 28 18:48:29 2003

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

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