On Wed, Mar 23, 2005 at 12:10:52PM +0100, Martin Quinson wrote:
> Hello,
> 
> I belive that this bug was fixed by upstream a long while ago. Would you be
> kind enough to check it, please?

Well, there's certainly still something wrong.  For instance, take a
look at this.

mkdir /tmp/y
mkdir /tmp/z
cd /tmp/z
QUILT_PATCHES=/tmp/y quilt new a.patch
QUILT_PATCHES=/tmp/y quilt add file
echo hi > file
quilt refresh # I'm in a new shell window or something, I've lost
quilt pop     # the environment variable

ls -l /tmp/y
ls -l /tmp/z/patches

Basically any command that is going to need to look at the patches
directory will fail.



Another (sort of related) problem: When quilt new searches up the
directory tree for a directory named patches, maybe it should check for
.pc in the same directory.  Right now I can't use quilt new in any
subdirectory of my $HOME, because I keep some files in ~/patches/.

-- 
Daniel Jacobowitz
CodeSourcery, LLC


-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to