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

Re: svn server / client on RedHat9

From: Jeffrey C. Ollie <jeff_at_ollie.clive.ia.us>
Date: 2003-04-25 00:31:40 CEST

On Thu, 2003-04-24 at 16:35, David Summers wrote:
> On Thu, 24 Apr 2003, Damir Dezeljin wrote:
> >
> > I also noticed that I didn't installed the
> > subversion-tools-0.21.0-5641.i386.rpm before - I got the same problem
> > (perl(Config::IniFiles) >= 2.27 is needed), but I don't know where to get
> > this Perl module (which package contains it).
>
> No, I don't know either. That's why I've asked for someone "who knows" to
> suggest a fix. I'm not requiring it so somehow RPM is intuiting it.
>
> If anyone knows, please share the wealth and let me know to! :-)

RPM has a process to automatically discover dependencies. Among other
things, it looks for 'require' and 'use' lines in Perl source code. As
it happens "tools/hook-scripts/commit-access-control.pl" has the line:

use Config::IniFiles 2.27;

When RPM sees a line like this it generates the "perl(Config::IniFiles)
>= 2.27" dependency.

There's a great tool called "cpan2rpm" developed by Erick Calder that
will download Perl modules from CPAN and build RPMs:

http://perl.arix.com/cpan2rpm/

Jeff

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Apr 25 00:32:32 2003

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.