Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 211686 - dev-util/subversion-1.4.6 - svn_load_dirs.pl script not installed w/ USE=extras
Summary: dev-util/subversion-1.4.6 - svn_load_dirs.pl script not installed w/ USE=extras
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Lowest trivial (vote)
Assignee: Apache Team - Bugzilla Reports
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-02-28 00:14 UTC by Jeremy K. Truax
Modified: 2008-03-22 17:26 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy K. Truax 2008-02-28 00:14:33 UTC
When installing subversion, some scripts are left out even when using the 'extras' USE flag. One such script is svn_load_dirs.pl which in the source, can be found in: contrib/client-side . 

I did notice that some of the client-side scripts are copied over and I know that some other scripts from hook-scripts are copied over if the 'extras' USE flag is in use. 

This script svn_load_dirs.pl is mentioned in the SVN book here: 
http://svnbook.red-bean.com/en/1.4/svn-book.html#svn.advanced.vendorbr.svn_load_dirs

I had to get the script myself by unpacking the src. So just a suggestion to include it and maybe a few more of the scripts found in that contrib/client-side folder. 

Reproducible: Always

Steps to Reproduce:
1. emerge =dev-util/subversion-1.4.6
2. find /usr/share/subversion -iname svn_load_dirs.pl


Actual Results:  
svn_load_dirs.pl wasn't found. 

Expected Results:  
svn_load_dirs.pl having been installed.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2008-02-28 05:46:57 UTC
Well, that's because it's "misnamed" in the tarball (svn_load_dirs.pl.in) and so wiped accordingly. I don't see any obvious way to 'make' this stuff and not break tons of other things.
Comment 2 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-02-28 12:36:05 UTC
It is installed with USE="perl" as "svn-load-dirs".

(In reply to comment #1)
> it's "misnamed" in the tarball (svn_load_dirs.pl.in)

It isn't misnamed. It must be slightly modified by configure.
Comment 3 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2008-02-28 12:37:27 UTC
dev-util/subversion/subversion-1.4.6.ebuild:src_install():
	if use perl ; then
		newbin contrib/client-side/svn_load_dirs.pl svn-load-dirs
	fi
	rm -f contrib/client-side/svn_load_dirs.pl