First Last Prev Next    No search results available      Search page      Enter new bug
Bug#: 151576
Alias:
Product:
Component:
Status: RESOLVED
Resolution: FIXED
Assigned To: Paul de Vrieze <pauldv@gentoo.org>
Hardware:
OS:
Version:
Priority:
Severity:
Reporter: Richard Scott <gentoo.bugs@pointb.co.uk>
Add CC:
CC:
Remove selected CCs
URL:
Summary:
Status Whiteboard:
Keywords:

Filename Description Type Creator Created Size Actions
Create a New Attachment (proposed patch, testcase, etc.) View All

Bug 151576 depends on: Show dependency tree
Show dependency graph
Bug 151576 blocks:
Votes: 0    Show votes for this bug    Vote for this bug

Additional Comments: (this is where you put emerge --info)


Not eligible to see or edit group visibility for this bug.






View Bug Activity   |   Format For Printing   |   XML   |   Clone This Bug


Description:   Opened: 2006-10-16 04:31 0000
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 From Arfrever Frehtes Taifersar Arahesis 2007-08-15 01:00:14 0000 -------
It is fixed in subversion-1.5_pre26086 in Eaedificāta Repository.
http://www.ffta.host.sk/Eaedificata/index.html

------- Comment #2 From Benedikt Böhm 2007-09-08 09:19:14 0000 -------
not apache related

------- Comment #3 From Benedikt Böhm 2007-09-08 14:21:19 0000 -------
fixed in 1.4.4-r4

First Last Prev Next    No search results available      Search page      Enter new bug