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

Re: Beginnings of python script for annotate

From: Karl Fogel <kfogel_at_newton.ch.collab.net>
Date: 2002-08-13 22:18:31 CEST

Branko Čibej <brane@xbc.nu> writes:
> >You know what I'm thinking? This might be best solved with C program
> >that uses Sander's internal diff library...
>
> No, it would be best solved by a Python script that uses the SVN
> bindings to drive Sander's diff library from libsvn_delta. :-)

Ooooh! Yeah, that'd be ideal.

Daniel, how much time do you have to put into this? You seem to have
started down this path a bit already, that's why I ask. (Btw, note
that you don't need to query each revision -- you can get just the
revisions in which a given file has changed; on the repository side by
using svn_fs_revisions_changed(), on the client side by "svn log file"
or the binding equivalent).

We still need to know how this kind of solution works on a file that
has 100s of revisions, though. Daniel's earlier test was on a file
with appx 8 changes.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 13 22:35:35 2002

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.