Modify ↓
Opened 18 years ago
Closed 12 years ago
#1469 closed defect (worksforme)
Patching Trac
Reported by: | Owned by: | ajo | |
---|---|---|---|
Priority: | normal | Component: | ReportPluginPatch |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.10 |
Description (last modified by )
Having trouble patching my trac installation. I'm running trac 10.3 i download your patch and run patch -p0 /yourTrackPatch
and it just sits there. I also tried checking out the 10.3.1 trac and then running the patch command in that directory but it still just sits there. I let it go for an hour and nothing came up just a blank line. Do i need some kind of prereq.
Thanks Bryan
Attachments (0)
Change History (2)
comment:1 Changed 12 years ago by
Description: | modified (diff) |
---|
comment:2 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Try:
patch -p0 < /yourTrackPatch
.