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

Re: cat broken in svnshell (version 1.0.5 (r9954) on Debian)

From: Max Bowsher <maxb_at_ukf.net>
Date: 2004-07-07 14:27:26 CEST

Faheem Mitha wrote:
> Crashes interpreter, actually...
>
> <rev: 147 /corrmodel/trunk>$ cat bfn.cc
> Traceback (most recent call last):
> File "/usr/bin/svnshell", line 298, in ?
> main()
> File "/usr/bin/svnshell", line 295, in main
> core.run_app(SVNShell, sys.argv[1])
> File "/usr/lib/python2.3/site-packages/svn/core.py", line 33, in
> run_app
> return apply(func, (pool,) + args, kw)
> File "/usr/bin/svnshell", line 43, in __init__
> self.cmdloop()
> File "/usr/lib/python2.3/cmd.py", line 133, in cmdloop
> stop = self.onecmd(line)
> File "/usr/lib/python2.3/cmd.py", line 210, in onecmd
> return func(arg)
> File "/usr/bin/svnshell", line 68, in do_cat
> print core.svn_stream_read(stream, filelen)
> TypeError: expecting an integer for the buffer size
>
> Is this a Debian-specific bug? If so, I'll report it to the Debian bug
> tracking system. If not, I won't. Thanks in advance. Please cc me on
> any reply, I'm not subscribed.

Try the current trunk version of svnshell, and see if that works:
http://svn.collab.net/repos/svn/trunk/tools/examples/svnshell.py

Max.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jul 7 14:30:10 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.