Top Menu

Jump to content
Home
    Modules
      • Projects
      • Activity
      • Work packages
      • Gantt charts
      • Calendars
      • Team planners
      • Boards
      • News
    • Getting started
    • Introduction video
      Welcome to OpenProject Community
      Get a quick overview of project management and team collaboration with OpenProject. You can restart this video from the help menu.

    • 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
  • Sign in
      Forgot your password?

      or sign in with your existing account

      Google

Side Menu

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

Content

Support Installation & Updates
  1. OpenProject
  2. Forums
  3. Support Installation & Updates
  4. SVN repository under the Docker image

SVN repository under the Docker image

Added by Faycal Sabbane over 8 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...