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

Re: Where is svn_load_dirs.pl?

From: Rainer Sokoll <r.sokoll_at_intershop.de>
Date: 2006-06-07 21:57:42 CEST

Straw, Scott J wrote:
> Sorry - newbie question here. I am finding the file, in the various
> places people are suggesting (thank you!). I am wondering, why does it
> have a '.in' extension? What is that? The file seems to be a viable
> Perl script, but the .in extension is new to me.
>
> I am seeing svn_load_dirs.pl.in instead of svn_load_dirs.pl.

diff svn_load_dirs.pl.in svn_load_dirs.pl
26c26
< my $svn = '@SVN_BINDIR@/svn';

---
> my $svn = '/usr/local/subversion/bin/svn';
The pl is generatad from the template .pl.in by make.
As you see, only the actual path to the svn binary is set.
Rainer
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Jun 7 22:00:38 2006

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.