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

Re: svnlook.py doesn't support new authz arguments

From: Ben Reser <ben_at_reser.org>
Date: 2004-02-19 06:42:31 CET

On Wed, Jan 28, 2004 at 11:56:13AM +0100, Juanma Barranquero wrote:
> Running
>
> svnlook.py \my\repo
>
> from 1.0.x or trunk produces:
>
> Traceback (most recent call last):
> File "D:\usr\wrk\svnlook.py", line 387, in ?
> main()
> File "D:\usr\wrk\svnlook.py", line 384, in main
> core.run_app(SVNLook, sys.argv[1], cmd, rev, txn)
> File "C:\bin\svn\python\svn\core.py", line 33, in run_app
> return apply(func, (pool,) + args, kw)
> File "D:\usr\wrk\svnlook.py", line 41, in __init__
> getattr(self, 'cmd_' + cmd)()
> File "D:\usr\wrk\svnlook.py", line 45, in cmd_default
> self.cmd_tree()
> File "D:\usr\wrk\svnlook.py", line 94, in cmd_tree
> self._print_tree(Editor, base_rev=0)
> File "D:\usr\wrk\svnlook.py", line 129, in _print_tree
> e_ptr, e_baton, 0, 1, 0, 0, self.pool)
> TypeError: svn_repos_dir_delta() takes exactly 14 arguments (12 given)
>
> It seems it doesn't support these arguments:
>
> svn_repos_authz_func_t authz_read_func
> void *authz_read_baton

Fixed in trunk with r8698. Hopefully will go into 1.0.0.

-- 
Ben Reser <ben@reser.org>
http://ben.reser.org
"Conscience is the inner voice which warns us somebody may be looking."
- H.L. Mencken
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Feb 19 06:42:49 2004

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.