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

Perl interface: Creating data structures

From: Matthias Urlichs <smurf_at_smurf.noris.de>
Date: 2005-08-26 11:47:38 CEST

Hi,

I can now successfully open a SVN::Ra connection, get logs, and whatever.

Now I want to call stat().

        my $e = SVN::_Core::new_svn_dirent_t();
        # **Note: $e is not displayable in the Perl debugger ?! **
        $ra->stat($path, $revision, \$e);

=> Type error in argument 4 of svn_ra_stat. Expected _p_p_svn_dirent_t

Now if somebody could explain (and possibly document ;-) how to create (a
pointer to ?) a _p_svn_dirent_t object I can use there, I'd be very happy.

Thanks!

-- 
Matthias Urlichs   |   {M:U} IT Design @ m-u-it.de   |  smurf@smurf.noris.de
Disclaimer: The quote was selected randomly. Really. | http://smurf.noris.de
 - -
It usually takes more than three weeks to prepare a good impromptu speech.
		-- Mark Twain
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Aug 26 13:04:31 2005

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.