Top Menu

Jump to content
    Global modules

    Global modules

    • Home
    • Projects
    • Activity
    • Work packages
    • Gantt charts
    • Calendars
    • Team planners
    • Boards
    • News
    Home
    Home
Help
    Getting started
    • Introduction video
  • Help and support
    • Upgrade to Enterprise edition
    • User guides
    • Videos
    • Shortcuts
    • Community forum
    • Enterprise support
  • Additional resources
    • Data privacy and security policy
    • Digital accessibility (DE)
    • OpenProject website
    • Security alerts / Newsletter
    • OpenProject blog
    • Release notes
    • Report a bug
    • Development roadmap
    • Add and edit translations
    • API documentation

User menu

Sign in
Forgot your password?

or sign in with your existing account

OpenProject ID Google

Side Menu

Collapse project menu

  • Overview
  • Activity
    Activity
  • Roadmap
  • Work packages
    Work packages
  • Gantt charts
    Gantt charts
  • Calendars
    Calendars
  • Team planners
    Team planners
  • Boards
    Boards
  • News
  • Forums

Content

Expand project menu
Support Installation & Updates
  1. OpenProject Community
  2. OpenProject
  3. Forums
  4. Support Installation & Updates
  5. SVN repository under the Docker image

SVN repository under the Docker image

Added by Faycal Sabbane almost 9 years ago

Related to the BUG #23752 and BUG #23681 I found a workaround. The problem seems to be related with the environement variables. So I wrote an alternative svn script (in /home/svn) with the following content:

#!/bin/sh
exec env -i /usr/bin/svn.real “$@”

Then moved the original script and copied my script in its place with the following commands:

mv /usr/bin/svn /usr/bin/svn.real cp /home/svn /usr/bin/svn chmod a+x /usr/bin/svn

And now it is possible to access the svn repository. This may be helpful for everyone encountring the same problem with the current Docker image 6.0.

Best regards,
Faycal


Loading...