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

svnshell.py problem

From: <craig.howard_at_shadnet.shad.ca>
Date: 2003-07-18 08:03:55 CEST

I recently did away with the Gentoo subversion packages, as I wasn't happy
with the setup. I did a make and make install-swig-py, then upgraded my
databases from db4.0 to db4.1 by doing an svnadmin recover. Now when I try
to use svnshell.py I get this:

craig@laptop backup $ ~/dls/subversion-0.25/tools/examples/svnshell.py
/home/svnroot/src
Traceback (most recent call last):
  File "/home/craig/dls/subversion-0.25/tools/examples/svnshell.py", line 303,
in ?
    main()
  File "/home/craig/dls/subversion-0.25/tools/examples/svnshell.py", line 300,
in main
    core.run_app(SVNShell, sys.argv[1])
  File "/usr/lib/python2.2/svn/core.py", line 33, in run_app
    return apply(func, (pool,) + args, kw)
  File "/home/craig/dls/subversion-0.25/tools/examples/svnshell.py", line 42,
in __init__
    self.cmdloop()
  File "/usr/lib/python2.2/cmd.py", line 98, in cmdloop
    self.preloop()
  File "/usr/lib/python2.2/cmd.py", line 140, in preloop
    if self.completekey:
AttributeError: SVNShell instance has no attribute 'completekey'

This looks more like a bug than bad setup on my part. Am I mistaken? Thanks.

-- 
Craig Howard
3B Computer Science -- University of Waterloo
craig.howard@shadnet.shad.ca
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jul 18 16:15:43 2003

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.