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