View Ticket
Not logged in
Ticket UUID: 9bd235c69af99b3a6a6f7dd2485bd1e528e2eb77
Title: ignore-glob does not work for addremove
Status: Fixed Type: Code_Defect
Severity: Priority:
Subsystem: Resolution: Fixed
Last Modified: 2011-01-13 19:55:38
Version Found In: [4b2ab22c2a]
Description & Comments:
Hello!

I've the following in my ignore-glob:

gaur/*, *.pkg.tar.xz

in order not to version-control binary packages available in 'gaur' folder, nor any such (pkg.tar.xz) package in other folders.

Issuing 'fossil extra' shows nothing while there is e.g. such file in:

[gour@atmarama local] ls -l office/stellarium   
total 32
-rw-r--r-- 1 gour gour   897 Jan  5 06:07 libpng14.patch
-rw-r--r-- 1 gour gour  1188 Jan  5 19:59 PKGBUILD
lrwxrwxrwx 1 gour gour    57 Jan  5 10:08 stellarium-0.10.6-1-x86_64.pkg.tar.xz -> /var/abs/local/gaur/stellarium-0.10.6-1-x86_64.pkg.tar.xz
-rw-r--r-- 1 gour gour   222 Jan  5 06:07 stellarium.desktop
-rw-r--r-- 1 gour gour 18780 Jan  5 06:07 stellarium.png

However, if I try:

[gour@atmarama local] fossil addremove --test     
ADDED  gaur/acroread-9.4-1-x86_64.pkg.tar.xz
ADDED  gaur/acroread-9.4.1-1-x86_64.pkg.tar.xz
ADDED  gaur/alarm-clock-applet-0.3.1-1-x86_64.pkg.tar.xz
[...]
ADDED  office/stellarium/stellarium-0.10.6-1-x86_64.pkg.tar.xz
added 359 files, deleted 0 files

Fossil shows all such (pkg.tar.xz) from the 'gaur' folder.

What is wrong?

Sincerely, Gour