You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "Straw, Scott J" <Sc...@UNISYS.com> on 2006/06/07 18:26:44 UTC

Where is svn_load_dirs.pl?

Hi all -

 

I want to try out svn_load_dirs and see if it can work for my group.
I've installed subversion, but I can't seem to find svn_load_dirs.
Where is it, or how do I get it?

 

- Scott


Re: Where is svn_load_dirs.pl?

Posted by Rainer Sokoll <r....@intershop.de>.
Straw, Scott J wrote:

> I want to try out svn_load_dirs and see if it can work for my group. 
> I’ve installed subversion, but I can’t seem to find svn_load_dirs. 
> Where is it, or how do I get it?

sun-svn:/usr/local/src/subversion-1.3.2 # find . -name svn_load_dirs.pl
./contrib/client-side/svn_load_dirs.pl
sun-svn:/usr/local/src/subversion-1.3.2 #

Rainer

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Where is svn_load_dirs.pl?

Posted by "T. Wassermann" <ma...@tobias-wassermann.de>.
> On Jun 7, 2006, at 20:26, Straw, Scott J wrote:
>
>> I want to try out svn_load_dirs and see if it can work for my  
>> group.  I’ve installed subversion, but I can’t seem to find  
>> svn_load_dirs.  Where is it, or how do I get it?
>
>
>
> It's probably not part of the binary distributions. You have to  
> download the Subversion source distribution and get it out of there.  
> Or you can pull it from the Subversion repository directly.
>
Hi,

you can found it on the Tools & Contrib-Subpage of 
subversion.tigris.org: 
http://subversion.tigris.org/tools_contrib.html#svn_load_dirs_pl

Best Regards


Tobias

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: Where is svn_load_dirs.pl?

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Jun 7, 2006, at 20:26, Straw, Scott J wrote:

> I want to try out svn_load_dirs and see if it can work for my  
> group.  I’ve installed subversion, but I can’t seem to find  
> svn_load_dirs.  Where is it, or how do I get it?


It's probably not part of the binary distributions. You have to  
download the Subversion source distribution and get it out of there.  
Or you can pull it from the Subversion repository directly.




---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org


RE: Where is svn_load_dirs.pl?

Posted by Lieven Govaerts <lg...@mobsol.be>.
It's included in the source distribution as
contrib/client-side/svn_load_dirs.pl.in
 
If you build from source two things will happen on the file:
1. it's copied to contrib/client-side/svn_load_dirs.pl
2. in the .pl file the $svn property is filled in with the path of the svn
executable. 
 
You can do these steps by hand.
 
regards,
 
Lieven.
 


  _____  

From: Straw, Scott J [mailto:Scott.Straw@UNISYS.com] 
Sent: woensdag 7 juni 2006 20:27
To: users@subversion.tigris.org
Subject: Where is svn_load_dirs.pl?



Hi all -

 

I want to try out svn_load_dirs and see if it can work for my group.  I've
installed subversion, but I can't seem to find svn_load_dirs.  Where is it,
or how do I get it?

 

- Scott