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

SVN::_Ra::svn_ra_reporter2_t_invoke_* may not exist in Swig-Perl bindings

From: N.Yamamoto <norimy_at_sainet.or.jp>
Date: 2005-08-15 06:43:23 CEST

Hi,

I was upgraded Windows Swig-Perl bindings to Distributed
Subversion 1.2.1 (from 1.1.4), then I could not "svk sync"
(is svk 1.02) at all.
I think "SVN::_Ra::svn_ra_reporter2_invoke_*" must have to
work it for Subversion 1.2.x.

(Show all symbols in SVN::_Ra)
perl -e "use SVN::Core; use SVN::Ra; print join(qq!\n!, sort keys %SVN::_Ra::)"

(Show all symbols in SVN::Ra::Reporter)
perl -e "use SVN::Core; use SVN::Ra; print join(qq!\n!, sort keys %SVN::Ra::Reporter::)"

There are SVN::Ra::Reporter::invoke_* symbols in
Subversion 1.1.4. However, in Subversion 1.2.1, they not.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Aug 16 20:28:57 2005

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.