[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 on Windows

From: Daniel Schlyder <daniel_at_bitblaze.com>
Date: 2005-04-06 23:07:40 CEST

Steve Williams:
> The SVN Book mentions that Subversion supplies svn-load-dirs.pl for
> helping import vendor drops. The Win32 installation does not seem to
> supply svn-load-dirs.pl as implied by the book.

You need to get it from the repository or the source archive. It would be
nice if the installer included it and the other scripts under contrib.

> In the subversion repository, there is a svn-load-dirs.pl.in in
> contrib/client-side. What does the .in extension mean and is this the Perl
> script that we are supposed to use?

AFAIK, files with the .in extension are meant to be processed by the
configure tool to create the final scripts. In the case of svn-load-dirs,
all it does is replace @SVN_BINDIR@, so to get the script to work under
Windows, replace this with the path to svn.exe (or simply remove it, if
svn.exe is in PATH) and remove the .in extension.

--
Daniel Schlyder
http://bitblaze.com/
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Apr 7 00:21:51 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.