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

Re: [PATCH] svncopy utility script with svn:externals

From: John Peacock <jpeacock_at_rowman.com>
Date: 2004-08-24 19:28:47 CEST

kfogel@collab.net wrote:

> Is this a Perl version issue?
>
> $ perl ./svncopy.pl.in -?
> Can't locate File/Temp.pm in @INC (@INC contains: \
> /usr/libdata/perl/5.00503/mach /usr/libdata/perl/5.00503 \
> /usr/local/lib/perl5/site_perl/5.005/i386-freebsd \
> /usr/local/lib/perl5/site_perl/5.005 .) \
> at ./svncopy.pl.in line 48.
> BEGIN failed--compilation aborted at ./svncopy.pl.in line 48.

Well, yeah, that or driver error. ;)

If the code requires File::Temp (which is in the core only since 5.6.0,
I believe) and you haven't installed it, it's not going to run. Unless
you've got a particular need for 5.005_03 to be installed (really old
box), you should really be running 5.6.x or 5.8.x anyways...

I'll try and take a look at the original script and see whether there
are any other gotchas (my home box has 4 or 5 versions of Perl installed)...

John

-- 
John Peacock
Director of Information Research and Technology
Rowman & Littlefield Publishing Group
4501 Forbes Boulevard
Suite H
Lanham, MD  20706
301-459-3366 x.5010
fax 301-429-5748
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Aug 24 19:29:05 2004

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.