[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.in error (was: Re: Building up baseline repository with old builds)

From: Garrett Rooney <rooneg_at_electricjellyfish.net>
Date: 2005-10-21 02:30:33 CEST

On 10/20/05, Jennifer Kesterson <Jennifer.A.Kesterson@jpl.nasa.gov> wrote:

> Any ideas?

You're running the .in version of the file. svn_load_dirs.pl.in is
supposed to be converted by configure into svn_load_dirs.pl, during
which all the @SOMETHING_OR_OTHER@ sections get converted to the
correct values. For example, @SVN_BINDIR@ gets converted to the path
to the directory that contains the Subversion binaries.

You need to get a post-configure version of the script, not the raw
version from the tarball. Alternatively you can just convert
@SVN_BINDIR@ to the path to your subversion binaries, and that should
be enough (I just checked, and that's the only variable that gets
converted by configure for this script, as far as I can tell).

-garrett

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 21 02:32:50 2005

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.