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

Re: svn_load_dirs.pl error

From: Ryan Schmidt <subversion-2007b_at_ryandesign.com>
Date: 2007-10-08 20:37:50 CEST

On Oct 8, 2007, at 05:55, Giulio Troccoli wrote:

> I am trying to use the svn_load_dirs.pl script. I have downloaded id
> from the subversion website and chmod 744 it.
>
> When I do
>
> ./svn_load_dirs.pl <URL to branch> . <temp dir>
>
> I get
>
> ./svn_load_dirs.pl: ./svn_load_dirs.pl: cannot execute binary file
>
> What's wrong?

If you downloaded svn_load_dirs.pl.in from the Subversion repository,
then you should replace "@SVN_BINDIR@" with the directory where
Subversion is installed on your system, and save the file as
svn_load_dirs.pl.

The first line of the script is "#!/usr/bin/perl -w" which means if
you give svn_load_dirs.pl the execute bit (as you've done with your
chmod command) and try to run it, it will try to run /usr/bin/perl.
Does perl exist and work on your system?

What is your OS? What version of Subversion?

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Oct 8 20:41:13 2007

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.