I'm looking for a part-time remote job.

Hire me


I'm the author of:

Mastering Redmine is a comprehensive guide with tips, tricks and best practices, and an easy-to-learn structure.

Check the book's project or

Buy the book

Social pages of the book:

By buying this book you also donate to Redmine (see this page).


Follow me:

Bug #1879

Hooks copy failed

Added by Clément Démoulins over 12 years ago. Updated over 12 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
21 Oct 2011
Due date:
% Done:

0%

Redmine version:
External issue:

Description

I tried to activate the hook property in scm.yml but when i create a new repository the hooks copy fail.
There are an error at line 104 of scm_repositories_controller_patch.rb

This line :

args << "#{path}/hooks/" 

should be replace by :
args << "#{repath}/hooks/" 


Related issues

Duplicates SCM Creator (+Github) - Bug #1869: Copying of hooks dir doesn't work (for me) Closed 14 Oct 2011 22 Oct 2011

Associated revisions

Revision 44 (diff)
Added by Andriy Lesyuk over 12 years ago

Fixed #1869 and #1879 (thanks Blaž Podržaj, Mike Hagedon and Clément Démoulins!)

History

#1 Updated by Andriy Lesyuk over 12 years ago

  • Status changed from New to Open
  • Assignee set to Andriy Lesyuk
  • Target version set to 0.3.0

#2 Updated by Andriy Lesyuk over 12 years ago

  • Status changed from Open to Closed

Thanks!

Also available in: Atom PDF

Terms of use | Privacy policy