Project

General

Profile

Actions

Defect #7415

closed

Darcs adapter recognizes new files as modified files above Darcs 2.4

Added by Toshi MARUYAMA about 13 years ago. Updated about 13 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Toshi MARUYAMA
Category:
SCM
Target version:
Start date:
2011-01-22
Due date:
% Done:

0%

Estimated time:
Resolution:
Fixed
Affected version:

Description

Images

Darcs 2.3

Darcs 2.4

The reason

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

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


Files

darcs-2.3-rev1.png (45.7 KB) darcs-2.3-rev1.png Toshi MARUYAMA, 2011-01-22 15:45
darcs-2.4-rev1.png (49.4 KB) darcs-2.4-rev1.png Toshi MARUYAMA, 2011-01-22 15:45

Related issues

Related to Redmine - Defect #4899: Redmine fails to list files for darcs repositoryClosedToshi MARUYAMA2010-02-22

Actions
Actions #1

Updated by Jean-Philippe Lang about 13 years ago

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.

Actions #2

Updated by Toshi MARUYAMA about 13 years ago

Actions #3

Updated by Toshi MARUYAMA about 13 years ago

  • Status changed from New to Closed
  • Target version set to 1.1.1
  • Resolution set to Fixed

Fixed by r4749 in trunk and r4751 in 1.1.1.

Actions

Also available in: Atom PDF