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

General discussion
  1. OpenProject
  2. Forums
  3. General discussion
  4. Want to access and integrate SVN Repository with OP

Want to access and integrate SVN Repository with OP

Added by Mandar Pimplapure about 10 years ago

Dear Concern,

We have a OP installed and want to integrate it with our SVN Repository.

While try to access it from OP I am received error :

“The entry or revision was not found in the repository”

While try to investigate from logs I am getting:

Started POST “/repositories/edit/Repo-Name” for at
Processing by RepositoriesController#edit as JS
Parameters: {“utf8”=>“â”, “authenticity_token”=>“****”, “repository”=>{“url”=>“svn:///SVN/”, “login”=>“Username”, “password”=>“[FILTERED]”}, “commit”=>“Save”, “id”=>“Project”}
Rendered projects/settings/_repository.html.erb (7.4ms)
Completed 200 OK in 34.3ms (Views: 11.0ms | ActiveRecord: 4.5ms)
Started GET “URL” for at
Processing by RepositoriesController#show as HTML
Parameters: {“project_id”=>“Project”}
Error parsing svn output: undefined method `[]’ for nil:NilClass
Output was:

Rendered common/_error_base.html.erb (0.7ms)
Rendered common/error.html.erb within layouts/base (4.5ms)
Rendered search/_mini_form.html.erb (0.7ms)
Rendered layouts/_action_menu.html.erb (0.0ms)
Completed 404 Not Found in 119.7ms (Views: 36.3ms | ActiveRecord: 5.9ms)


Loading...