Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 151576

Summary: dev-util/subversion - svn wrapper modification
Product: Gentoo Linux Reporter: Richard Scott <gentoo.bugs>
Component: New packagesAssignee: Paul de Vrieze (RETIRED) <pauldv>
Status: RESOLVED FIXED    
Severity: enhancement CC: arfrever
Priority: High    
Version: unspecified   
Hardware: All   
OS: Other   
Whiteboard:
Package list:
Runtime testing required: ---

Description Richard Scott 2006-10-16 04:31:10 UTC
Hi,

Can I offer a suggestion for a modification to the subversion wrapper script?

Currently you offer the following on the post-install notes to be installed at /usr/local/bin/svnserve:

        #!/bin/bash
        umask 002
        exec /usr/bin/svnserve "$@"

Can I suggest it be changed to this:

        #!/bin/bash
        source /etc/conf.d/svnserve
        umask 002
        exec /usr/bin/svnserve ${SVNSERVE_OPTS} "$@"

That way it will include the --root option when being executed. We would not need to provide the full path to the repos directory i.e. we can use svn+ssh://user@server/repos instead of svn+ssh://user@server/var/svn/repos

Just an idea ;-)
Comment 1 Arfrever Frehtes Taifersar Arahesis (RETIRED) gentoo-dev 2007-08-15 01:00:14 UTC
It is fixed in subversion-1.5_pre26086 in Eaedificāta Repository.
http://www.ffta.host.sk/Eaedificata/index.html
Comment 2 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-08 09:19:14 UTC
not apache related
Comment 3 Benedikt Böhm (RETIRED) gentoo-dev 2007-09-08 14:21:19 UTC
fixed in 1.4.4-r4