Vote #70348
完了JRuby + Windows: SCMs do not work on Redmine 1.2
0%
説明
SCMs on Redmine 1.1 work fine (some tests fail).
SCMs on Redmine 1.2 on CRuby + Windows work fine, too.
But, SCMs on Redmine 1.2 on JRuby + Windows does not work due to 1.2 new feature #7517.
R:\work\hg-workdir\redmine-all>jruby --version jruby 1.6.2 (ruby-1.8.7-p330) (2011-05-23 e2ea975) (Java HotSpot(TM) Client VM 1.6.0_23) [Windows Vista-x86-java]
h3. Mercurial, Git and CVS
All tests fail with following error message.
In Japanese:
ファイル名、ディレクトリ名、またはボリューム ラベルの構文が間違っています。
Translation to English:
Filename, directory name, or volume label syntax is incorrect.
h3. Subversion and Darcs
It seems that feature #7517 does not work on JRuby + Windows.
h3. Bazaar
Same with Subversion and Darcs on 1.2 stable.
But trunk does not work.
Because refactoring has started after r5890.
h2. gem version on Redmine 1.1
R:\work\hg-workdir\redmine-all>gem --version 1.5.1
You need to apply attachment:jruby-gem-redmine-1.1.diff
journals
+1
--------------------------------------------------------------------------------
As I described at r6447 comment and source:trunk/config/configuration.yml.example@6447#L115, scm command path which contains spaces does not work.
CVS and Bazaar do not work.
I created new issues.
* CVS #9061
* Bazaar #9073
Other scms pass tests.
--------------------------------------------------------------------------------
related_issues
relates,Closed,7517,Configurable path of executable for scm adapters
relates,Closed,9061,JRuby + Windows: CVS does not work
relates,Closed,9073,JRuby + Windows: Bazaar does not work
relates,Closed,12228,JRuby 1.7.2 support