Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the Alien-SVN CPAN distribution.

Report information
The Basics
Id: 42868
Status: rejected
Priority: 0/
Queue: Alien-SVN

People
Owner: Nobody in particular
Requestors: yuris [...] juniper.net
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Use Question
Date: Wed, 28 Jan 2009 13:14:09 -0800
To: bug-Alien-SVN [...] rt.cpan.org
From: Yuri Shtil <yuris [...] juniper.net>
Hi, I am trying to incorporate the distribution into an object framework we develop. In this framework the SVN::Client object is a member of a container object. There can be multiple of the latter active. However the ctx->info and other methods passe the result info back to the caller via the receiver callback I could not find an easy way to pass it to the right object from the receiver callback. I ended up using a module lexical which is kind of ugly. Do you have any suggestions? -- Yuri
On Wed Jan 28 16:17:12 2009, yuris@juniper.net wrote: Show quoted text
> I am trying to incorporate the distribution into an object framework we > develop. > In this framework the SVN::Client object is a member of a container > object. There can be multiple of the latter active. > > However the ctx->info and other methods passe the result info back to > the caller via the receiver callback I could not find an easy way to > pass it to the right object from the receiver callback. > > I ended up using a module lexical which is kind of ugly. > > Do you have any suggestions?
Sorry, Alien::SVN is just a wrapper around the SVN:: modules. I don't really use them. Please contact the authors Chia-liang Kao <clkao@clkao.org> and Ben Reser <ben@reser.org> for support.