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

Re: NEWBIE: where to find lsvn_load_dirs.pl

From: Hari Kodungallur <hkodungallur_at_gmail.com>
Date: 2005-08-19 22:25:08 CEST

unzip subversion-1.2.1.zip
cd subversion-1.2.1
./configure

And you should have the required .pl file. You have to do the above
steps to install subversion anyway.
If not you can just copy the .pl.in file to .pl file and replace the
@SVN_BINDIR@ to appropriate location in the following line:

my $svn = '@SVN_BINDIR@/svn';

Of course, the recommended way probably is to run the ./configure script.

rgds
-Hari

On 8/19/05, Rupinder Singh Mazara <rmazara@masterfile.com> wrote:
> hi all
> where do i find svn_load_dirs.pl ! i downloaded subversion-1.2.1.zip from
> http://subversion.tigris.org/downloads/subversion-1.2.1.zip
>
> when i exploded the zip fines under contrib\client-side i see a file
> svn_load_dirs.pl.in , is this svn_load_dirs
> and apart from re-naming to svn_load_dirs.pl is there something else
> that i need to do in order to use it
>
> thanks
>
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Aug 19 22:29:58 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.