プロジェクト

全般

プロフィール

Vote #64202

完了

Problem on acessing Subversion repository using JRuby

Admin Redmine さんが約4年前に追加. 約4年前に更新.

ステータス:
Closed
優先度:
高め
担当者:
-
カテゴリ:
SCM_3
対象バージョン:
開始日:
2008/11/29
期日:
進捗率:

0%

予定工数:
category_id:
3
version_id:
2
issue_org_id:
2246
author_id:
2852
assigned_to_id:
1
comments:
7
status_id:
5
tracker_id:
1
plus1:
0
affected_version:
closed_on:
affected_version_id:
5
ステータス-->[Closed]

説明

Hi folks!

My enviroment is:

Redmine 0.7.3 [with a few mods on 001_setup.rb and 091 migrate files]
JRuby 1.1.4 (with Ruby 1.8.6 patchlevel 114)
Rails 2.2.2
Oracle Database XE
ocj14.jar  (JDBC connector)
Subversion 1.5.4

All steps on configuring and installing were made sucessfuly!

I can run Redmine with Oracle with no problems at all.

My problem resides on configuring a Subversion repositorie to be viewed on Redmine.
When a list the repositorie on tab appropriate, i get the following message:

The entry or revision was not found in the repository. 

The log shows this problem:

Processing RepositoriesController#show (for 127.0.0.1 at 2008-11-29 08:31:38) [G
ET]
  Session ID: 4d494983c2d1550844902d331ac6585d
  Parameters: {"controller"=>"repositories", "action"=>"show", "id"=>"sim2"}
  ←[4;35;1mSQL (0.001251)←[0m   ←[0mSELECT max(updated_on) AS max_updated_on FRO
M settings ←[0m
  ←[4;36;1mUser Load (0.001734)←[0m   ←[0;1mSELECT * FROM users WHERE (status =
1) AND (users.id = 10000) ←[0m
  ←[4;35;1mProject Load (0.002914)←[0m   ←[0mselect * from (select raw_sql_.*, r
ownum raw_rnum_ from (SELECT * FROM projects WHERE (projects.identifier = 'sim2'
) ) raw_sql_ where rownum <= 1) where raw_rnum_ > 0←[0m
  ←[4;36;1mRepository Load (0.001888)←[0m   ←[0;1mselect * from (select raw_sql_
.*, rownum raw_rnum_ from (SELECT * FROM repositories WHERE (repositories.projec
t_id = 10000) ) raw_sql_ where rownum <= 1) where raw_rnum_ > 0←[0m
  ←[4;35;1mEnabledModule Load (0.001719)←[0m   ←[0mSELECT * FROM enabled_modules
 WHERE (enabled_modules.project_id = 10000) ←[0m
  ←[4;36;1mSetting Load (0.001567)←[0m   ←[0;1mselect * from (select raw_sql_.*,
 rownum raw_rnum_ from (SELECT * FROM settings WHERE (settings.name = 'autofetch
_changesets') ) raw_sql_ where rownum <= 1) where raw_rnum_ > 0←[0m
Shelling out: svn info --xml 'svn://localhost/sedes/'
  ←[4;35;1mRepository::Subversion Update (0.005132)←[0m   ←[0mUPDATE repositorie
s SET login = null, password = null, project_id = 10000, root_url = null, type =
 'Subversion', url = 'svn://localhost/sedes' WHERE id = 10006←[0m
Shelling out: svn info --xml 'svn://localhost/sedes/'

-------------->

Processing RepositoriesController#show (for 127.0.0.1 at 2008-11-29 12:17:23) [G
ET]
  Session ID: db88113e3bb54dbb3a80b88a4405eaa5
  Parameters: {"controller"=>"repositories", "action"=>"show", "id"=>"sss1"}
Error parsing svn output: #

C:/Java/jruby/lib/ruby/1.8/rexml/parsers/treeparser.rb:27:in `parse'
C:/Java/jruby/lib/ruby/1.8/rexml/document.rb:204:in `build'
C:/Java/jruby/lib/ruby/1.8/rexml/document.rb:42:in `initialize'
C:/Java/jruby/apps/redmine/lib/redmine/scm/adapters/subversion_adapter.rb:65:in
`entries'
C:/Java/jruby/apps/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:127:in `
call'
C:/Java/jruby/apps/redmine/lib/redmine/scm/adapters/abstract_adapter.rb:127:in `
shellout'


他の形式にエクスポート: Atom PDF

いいね!0
いいね!0