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

Re: Script: svn_load_dirs.pl

From: Andy Levy <andy.levy_at_gmail.com>
Date: Mon, 13 Oct 2008 08:57:43 -0400

On Mon, Oct 13, 2008 at 08:51, David Aldrich <David.Aldrich_at_eu.nec.com> wrote:
> Hi
>
> How do I take:
>
> http://svn.collab.net/repos/svn/trunk/contrib/client-side/svn_load_dirs/svn_load_dirs.pl.in
>
> and convert it to a .pl script for use on a Windows platform please?

I think the only change required is this line:

# Specify the location of the svn command.
my $svn = '@SVN_BINDIR@/svn';

You just need to tell the script where svn.exe is on your system.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-10-13 14:58:02 CEST

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.