Redmine Patch "Comments on closed Issues"
Added by Martina A. over 7 years ago
We are using bitnami redmine-stack installer, version 3.4.2 (on windows server 2012)
We are trying to install the patch listed here:
According to the forum (How apply patch file on windows?) we have to copy the patch file to redmine root directory and run “patch.exe”.
Our bitnami stack installation directory is:
E:\redmine_test\
So the redmine root directory should be:
E:\redmine_test\apps\redmine\
For installation we tried:
E:\redmine_test\git\usr\bin>patch.exe –p0 > redmine-2.4.6-add_closed_issue_notes.patch
-> but that is running endless…
Any suggestions?
Replies (2)
RE: Redmine Patch "Comments on closed Issues"
-
Added by Toshi MARUYAMA over 7 years ago
Martina Adler wrote:
E:\redmine_test\git\usr\bin>patch.exe –p0 > redmine-2.4.6-add_closed_issue_notes.patch
You need to use "<" instead of ">".
patch.exe –p0 < redmine-2.4.6-add_closed_issue_notes.patch
RE: Redmine Patch "Comments on closed Issues"
-
Added by Martina A. over 7 years ago
Hello
We need some help to this topic again.
Installing the patch with the command written above works.
After the installation and a restart of the server it is still possible to comment on closed issues…
I tried to understand “what the patch” is doing and check if that worked.
Due to formatting problems, please see attached pdf-file.
Thanks in advance for further tips.
Redmine Forum.pdf (26.7 KB) Redmine Forum.pdf | |||
Redmine Forum.pdf (26.7 KB) Redmine Forum.pdf |