| Summary | Wrong Dateformat in Patch-Files |
| Queue | Horde Base |
| Queue Version | 3.3.6 |
| Type | Bug |
| State | Not A Bug |
| Priority | 1. Low |
| Owners | |
| Requester | shad0wrunner (at) gmx (dot) de |
| Created | 05/24/2010 (5659 days ago) |
| Due | 05/24/2010 (5659 days ago) |
| Updated | 05/24/2010 (5659 days ago) |
| Assigned | |
| Resolved | 05/24/2010 (5659 days ago) |
| Github Issue Link | |
| Github Pull Request | |
| Milestone | |
| Patch | No |
State ⇒ Not A Bug
Priority ⇒ 1. Low
Bottom line is this is unavoidable but should be resolved going forward.
Priority ⇒ 2. Medium
New Attachment: patch.log
Patch ⇒ No
Milestone ⇒
Queue ⇒ Horde Base
Due ⇒ 05/24/2010
Summary ⇒ Wrong Dateformat in Patch-Files
Type ⇒ Bug
State ⇒ Unconfirmed
zmore ../patch-horde-3.3.6-3.3.7.gz | patch -p1 --ignore-whitespace
--dry-run 1>patch.log 2>&1
but I got many error messages "hunks FAILED" .
In every case the problem was the dateformat in CVS-Comments.
For instance my horde/config/conf.xml looks like
<!-- $Horde: horde/config/conf.xml,v 1.74.2.88 2009-09-02 08:21:46 jan
Exp $ -->
put patch expects
<!-- $Horde: horde/config/conf.xml,v 1.74.2.88 2009/09/02 08:21:46 jan
Exp $ --
Same error I got with patch-turba-h3-2.3.3-h3-2.3.4.gz
and other Horde-Project.
Regards
Jack