[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 23:04:24 CEST

As you might have guessed from the directory where it resided
(contrib/client-side), it is a client side script.

You will need to have an installation of subversion on your windows
box. The subversion installation also contains the subversion client
-- a program called "svn" (and "svn.exe" on Windows). On unix this
client program is usuall under /usr/local/bin. I do not know on
Windows.

The directory that contains the svn.exe becomes you SVN_BINDIR

Please have a look at the INSTALL file in the zip file for windows
installation instructions. If you get the windows binary distribution
(http://subversion.tigris.org/files/documents/15/24361/svn-win32-1.2.1.zip),
the client is part of the distribution. In which case SVN_BINDIR is
(where you unzip your distribution to)\bin. However, the .pl script
that you are referring to is not part of the binary distribution! So
you will have to either install from source or install the binary
distribution and use the contrib files from the source distribution.

rgds
-Hari

On 8/19/05, Rupinder Singh Mazara <rmazara@masterfile.com> wrote:
> hi all
> sorry for a stupid question but
> do i have to run this svn_load_dirs.pl on the svn server or can i run
> it from my windows (yes windows) developement box
>
> if it is to be run from my development machine then what should
> SVN_BINDIR point to
>
> rupinder
>
> Hari Kodungallur wrote:
>
> >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
Received on Fri Aug 19 23:07:11 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.