Dear all,
I'm trying to run one of the examples included with the Ruby Subversion
bindings:
$ svnlook.rb repos tree
/usr/lib/ruby/site_ruby/1.8/svn/util.rb:58:in `svn_repos_fs_wrapper':
uninitialized constant Svn::Client (NameError)
from /usr/lib/ruby/site_ruby/1.8/svn/util.rb:58:in `fs_wrapper'
from /usr/lib/ruby/site_ruby/1.8/svn/repos.rb:85:in `fs'
from ./svnlook.rb:34:in `initialize'
from ./svnlook.rb:538
Now, the mentioned util.rb seems to be full of Ruby magic that i'm
having a hard time debugging it. Isn't this the correct way of calling
svnlook.rb?
PS. Ending the repository path with a '/' results in a different error:
$ svnlook.rb svn/ tree
ruby: subversion/libsvn_subr/path.c:114: svn_path_join: Assertion
`is_canonical (base, blen)' failed.
Geannuleerd
This is with ruby 1.8.4 (2005-12-24) [i686-linux] on Gentoo.
What am i doing wrong?
Thanks a lot,
--
- Pieter