Re: Quilt question about 'new' command

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Wed, 2005-09-14 at 17:56 +0200, Thomas Petazzoni wrote:
> [tpetazzoni@thomas ~]$ quilt --version
> 0.42
> 
> I've read the documentation up to chapter 4 and tried to follow the
> example given in this chapter. So I created the following tree:
> 
> [tpetazzoni@thomas dummy]$ ls -lR
> .:
> total 8
> -rw-r--r--  1 tpetazzoni dev   51 sep 14 17:24 file.c
> drwxr-xr-x  2 tpetazzoni dev 4096 sep 14 17:23 patches/
> 
> ./patches:
> total 0

[wieland@w2 quilttest]$ ls
[wieland@w2 quilttest]$ touch file.c
[wieland@w2 quilttest]$ quilt new foo.diff
Patch foo.diff is now on top
[wieland@w2 quilttest]$ ls -lR
.:
total 12
-rw-rw-r--  1 wieland wieland    0 Sep 15 00:38 file.c
drwxrwxr-x  2 wieland wieland 4096 Sep 15 00:38 patches

./patches:
total 8
-rw-rw-r--  1 wieland wieland 9 Sep 15 00:38 series
[wieland@w2 quilttest]$ cat patches/series
foo.diff
[wieland@w2 quilttest]$ quilt --version
0.42
[wieland@w2 quilttest]$ rm -rf *
[wieland@w2 quilttest]$ touch file.c
[wieland@w2 quilttest]$ mkdir patches
[wieland@w2 quilttest]$ quilt new foo.diff
gawk: cmd. line:6: fatal: cannot open file `patches/series' for reading
(No such file or directory)
Failed to create patch foo.diff
[wieland@w2 quilttest]$

HTH,
Wieland


--
Kernelnewbies: Help each other learn about the Linux kernel.
Archive:       http://mail.nl.linux.org/kernelnewbies/
FAQ:           http://kernelnewbies.org/faq/


[Index of Archives]     [Newbies FAQ]     [Linux Kernel Mentors]     [Linux Kernel Development]     [IETF Annouce]     [Git]     [Networking]     [Security]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux SCSI]     [Linux ACPI]
  Powered by Linux