Vote #69059
完了Darcs adapter recognizes new files as modified files above Darcs 2.4
0%
説明
h2. Images
h3. Darcs 2.3
!darcs-2.3-rev1.png!
h3. Darcs 2.4
!darcs-2.4-rev1.png!
h2. The reason
h3. Darcs 2.3
$ darcs --version 2.3.1 (+ 5 patches) $ darcs annotate --repodir 'tmp/test/darcs_repository' \ --summary --match 'hash 20080308225258-98289-761f654d669045eabee90b91b53a21ce5593cadf.gz' Sun Mar 9 07:52:58 JST 2008 jsmith@foo.bar * Initial commit. Sun Mar 9 07:52:58 JST 2008 jsmith@foo.bar * Initial commit. A ./README A ./images/ A ./images/delete.png A ./sources/ A ./sources/watchers_controller.rb
h3. Darcs 2.4
$ darcs --version 2.4.4 (release) $ darcs annotate --repodir 'tmp/test/darcs_repository' \ --summary --match 'hash 20080308225258-98289-761f654d669045eabee90b91b53a21ce5593cadf.gz' Sun Mar 9 07:52:58 JST 2008 jsmith@foo.bar * Initial commit. Sun Mar 9 07:52:58 JST 2008 jsmith@foo.bar * Initial commit. A ./README A ./images/ A ./images/delete.png A ./sources/ A ./sources/watchers_controller.rb M ./README +1 M ./images/delete.png M ./sources/watchers_controller.rb +49
journals
I saw some problems with recent darcs versions.
As we don't have much (if not none) feedback about the darcs adapter, I guess that very few people uses Redmine+darcs.
Wouldn't it be reasonable to drop support for darcs in the Redmine core? And maybe move the existing code to a plugin.
--------------------------------------------------------------------------------
I start to resolve this issue.
https://bitbucket.org/marutosi/redmine-trunk-darcs
--------------------------------------------------------------------------------
Fixed by r4749 in trunk and r4751 in 1.1.1.
--------------------------------------------------------------------------------
related_issues
relates,Closed,4899,Redmine fails to list files for darcs repository