You are not logged in.

#1 2008-10-06 23:43:34

Dave Cohen
Member
Registered: 2008-09-27
Posts: 126

svn_load_dirs missing

I'm looking for the svn_load_dirs (AKA svn-load-dirs or svn_load_dirs.pl) that normally comes with Subversion, but is missing from the svn from pacman.

Do I need to build subversion myself to get this?

Last edited by Dave Cohen (2008-10-06 23:45:16)

Offline

#2 2008-10-07 00:31:56

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: svn_load_dirs missing

svn_load_dirs.pl is not included with the binary version of SVN. It's included in the source distribution as contrib/client-side/svn_load_dirs.pl.in. If you build from source, it's copied to contrib/client-side/svn_load_dirs.pl and the $svn property is filled in with the path of the svn executable.

http://svn.collab.net/repos/svn/trunk/c … dirs.pl.in


.:[My Blog] || [My GitHub]:.

Offline

#3 2008-10-07 22:34:12

Dave Cohen
Member
Registered: 2008-09-27
Posts: 126

Re: svn_load_dirs missing

I did just what you suggest.  I built all of subversion, and I see that only one substitution is made to convert svn_load_dirs.pl.in into svn_load_dirs.pl.

So its an easy workaround, but I think it would be best if the pacman install of svn included svn_load_dirs.  I'm new to Arch, and don't know how to make that sort of change myself.

Offline

#4 2008-10-07 23:51:52

Ghost1227
Forum Fellow
From: Omaha, NE, USA
Registered: 2008-04-21
Posts: 1,422
Website

Re: svn_load_dirs missing

Well, since subversion is in the Extra repo, it's not something that you yourself could do. So, there are two options. Either ask the TU/Devs to change the package in extra (they may well decline to do so for one reason or another) or build a package for it yourself and post it to the AUR.


.:[My Blog] || [My GitHub]:.

Offline

Board footer

Powered by FluxBB