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

SVN access authentication

Added by Alberto Valdes about 9 years ago

How can I configure openproject so when a user tries to access the SVN repository of a project, the server asks for authentication?

Also for commits and checkouts.


Replies (3)

RE: SVN access authentication - Added by Oliver Günther about 9 years ago

Hey Alberto,

If you use the packaged installation and select SVN integration in the wizard (will only work when you select to install Apache2),
managed Subversion repositories you create from within OpenProject are automatically available through https using the checkout URL that can be seen in the repository module.

The access permissions of a user are defined by its roles in the project.

If you use the manual installation, please see the following guide: https://github.com/opf/openproject/blob/dev/doc/operation_guides/manual/repository-integration.md

Best,
Oliver

RE: SVN access authentication - Added by Fredrik Lindahl about 9 years ago

Hey all!

I’m having the same problem as Alberto.
I have set up an svn repo via the website and I can update and commit to it without having to authenticate myself.

I’m not using SSL.
Permissions are set only for admins for the moment.
The project is not public.
I used the package installation.

Anyone have any clue why it’s not working?
I’m fairly new to SVN and Apache and OpenProject.

RE: SVN access authentication - Added by Oliver Günther about 9 years ago

Hi Frederik,

thanks for your comment. There seems to be a problem with more recent versions of Apache2.4 in which Require all granted takes precedence over Require valid-user and thus our repository authentication wrapper is completely skipped in this case.

I could verify the issue locally and believe that it is fixed with the packaged version 5.0.16-1457897821.38c3fbb.trusty that I’ve just built.

Please update to these versions immediately.

You should also be able to fix the issue immediately by deleting the Require all granted reference in /etc/openproject/addons/apache2/includes/vhost/svn_dav.conf.

Sorry for the troubles caused.

Best,
Oliver

  • (1 - 3/3)
Loading...