Content
Want to access and integrate SVN Repository with OP
Added by Mandar Pimplapure over 9 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)