You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Matthias Urlichs <sm...@smurf.noris.de> on 2005/08/26 09:47:38 UTC

Perl interface: Creating data structures

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