You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Jon Middleton <jj...@ixtab.org.uk> on 2002/11/03 23:01:41 UTC

Error when running tools/examples/geturl.py

Hi,

I was looking at some of the pyhton swig examples and I found that
geturl.py now exits with the following error

jjm@chac:examples$ python ./geturl.py .
Traceback (most recent call last):
  File "./geturl.py", line 18, in ?
    svn.util.run_app(main, sys.argv[1:])
  File "/usr/lib/python2.2/site-packages/svn/util.py",
line 38, in run_app
  File "./geturl.py", line 14, in main
    entry = svn._wc.svn_wc_entry(f, 0, pool)
TypeError: svn_wc_entry() takes exactly 4 arguments (3 given)

I think it needs to be passed a access baton, but I'm not sure how go
to creating one.

Thanks in advance,

-- 
Jon

"First things first -- but not necessarily in that order"
                -- The Doctor, "Doctor Who"