Project

General

Profile

Actions

Patch #1799

closed

Patch for #1794 (No file browsing in Darcs repos)

Added by Ralph Lange over 15 years ago. Updated over 15 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
SCM
Target version:
Start date:
2008-08-18
Due date:
% Done:

0%

Estimated time:

Description

I'm attaching a patch (against r1747) that fixes my #1794 defect issue.

  • app/models/repository/darcs.rb
    Before calling the darcs scm adapter, darcs needs the revision number being translated to the scmid. This was working for the entries(), diff() and fetch_changesets() methods. I added this for entry() and cat() in a similar fashion.
  • lib/redmine/scm/adapters/darcs_adapter.rb
    Starting from version 2.0.0, darcs supports listing the contents of a file in the repository. I added the code to read the version number and the cat() method (similar to what is there for subversion).

These were my first ruby lines - I hope I didn't screw up ... I'd be happy to see them upstream. Thanks for the great application!


Files

redmine-fix1794-allow-darcs-cat-r1747.patch (2.74 KB) redmine-fix1794-allow-darcs-cat-r1747.patch Fix #1794 agaings r1747: Allow file browsing with darcs repos Ralph Lange, 2008-08-18 17:24
Actions #1

Updated by Jean-Philippe Lang over 15 years ago

  • Status changed from New to Closed
  • Target version set to 0.8

Patch committed in r1759 with slight changes. Thanks for your contribution.

Actions

Also available in: Atom PDF