Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 151576 - dev-util/subversion - svn wrapper modification
Summary: dev-util/subversion - svn wrapper modification
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Other
: High enhancement (vote)
Assignee: Paul de Vrieze (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-10-16 04:31 UTC by Richard Scott
Modified: 2007-09-08 14:21 UTC (History)
1 user (show)

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 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