Summary | path misinterpretation in devtools' script: horde-fw-symlinks.php |
Queue | Horde Base |
Queue Version | HEAD |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | m.gabriel (at) das-netzwerkteam (dot) de |
Created | 08/27/2008 (6196 days ago) |
Due | |
Updated | 09/22/2008 (6170 days ago) |
Assigned | 08/28/2008 (6195 days ago) |
Resolved | 09/22/2008 (6170 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
Assigned to Jan Schneider
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/devtools/horde-fw-symlinks.php?r1=1.13&r2=1.14&ty=u
exactly i had to trail off the slashes...
sorry, no patch...
State ⇒ Feedback
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ path misinterpretation in devtools' script: horde-fw-symlinks.php
Queue ⇒ Horde Base
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
framework/devtools deals with trailing slashes in path names rather
awkwardly:
works correctly:
framework/devtools/horde-fw-symlinks.php --src framework --dest horde/lib
fails, but should work:
framework/devtools/horde-fw-symlinks.php --src framework/ --dest horde/lib/
when using the --copy option both ways work fine...