perl language binding question - SVN::Repos::open with runtime constructed interpolated scalar
From: Torsten Krah <tkrah_at_fachschaft.imn.htwk-leipzig.de>
Date: Mon, 2 Mar 2009 16:04:56 +0100
Hi.
SVN::Repos::open('/dir/A')
does woes work fine, path is a non interpolated scalar.
However, i need to parse some data before i know the real path, so actually i
$repopath = STATICPREFIX . "/" . $actualpath;
Using open on this scalar i'll get:
SVN::Repos::open($repopath)
TypeError in method 'svn_repos_open', argument 2 of type 'char const *'
So whats the preferred way to use the perl bindings if the actual path is
Torsten
-- Bitte senden Sie mir keine Word- oder PowerPoint-Anhänge. Siehe http://www.gnu.org/philosophy/no-word-attachments.de.html Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." -- Linus Torvalds
|
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.