Help using python bindings (svn_client_blame)
From: Stefan Haller <haller_at_ableton.com>
Date: 2004-09-19 15:27:30 CEST
Hi,
I'm doing my first experiments using the python bindings, and haven't
For example, the following simple script fails with this error:
Traceback (most recent call last):
I have the feeling it must be a real beginner's error, but it's not easy
Thanks for any help.
#!/usr/bin/env python
import svn.core
path = "http://svn.collab.net/repos/svn/README"
rev1 = svn.core.svn_opt_revision_t()
def blame_receiver(baton, line_no, revision, author, date, line, pool):
pool = svn.core.svn_pool_create(None)
svn.client.svn_client_blame(path, rev1, rev2, blame_receiver, None, ctx, pool)
-- Stefan Haller Ableton http://www.ableton.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org For additional commands, e-mail: users-help@subversion.tigris.orgReceived on Sun Sep 19 15:27:54 2004 |
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.