Defect #153
Redmine can't access svn repository if runs under mongrel
| Status: | Closed | Start date: | ||
|---|---|---|---|---|
| Priority: | Normal | Due date: | ||
| Assignee: | - | % Done: | 0% |
|
| Category: | - | |||
| Target version: | - | |||
| Affected version: | Resolution: |
Description
If Redmine runs under mongrel started by root and effective user changed to some who can't access
/root/.subversion/server/servers it cant't use svn command-line client.
Warkaround:
Login to mongrel user and start mongrel. Also it's necessary for mongrel user to have home dir.
The problem is that if I add mongrel service to my boot up process it's started by root. So I have to start mongrel
manually after I reboot the server.
History
#1 Updated by Jean-Philippe Lang over 4 years ago
It's not a Redmine issue.
If the user you use to run Redmine can't access the repository,
I can't see how it could work.