|
From: | Andreas Gruenbacher |
Subject: | [Quilt-dev] quit add /absolute/path |
Date: | Fri, 16 Jan 2015 11:04:27 +0100 |
User-agent: | Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0 |
Hi, something to look at maybe: when doing something like this: $ quilt new test.diff $ quilt add /absolute/pathquilt ignores the leading slash and adds file absolute/path. That's wrong and confusing.
Also, when "patches" is a symlink that points to a director above the source tree,
$ quilt add $PWD/foowill complain that the file is located below patches/, which is technically correct but not an error. A patches symlink to the directory above is common with "quilt setup". (If patches/ is a directory inside the source tree, on the other hand, we do want "quilt add" to fail.)
Andreas
[Prev in Thread] | Current Thread | [Next in Thread] |