Fossil

View Ticket
Login
2011-01-13
19:55 Fixed ticket [9bd235c69a]: ignore-glob does not work for addremove plus 1 other change ... (artifact: 1b020a5548 user: drh)
19:55
Fix the "addremove" command so that it honors the "ignore-glob" setting. Ticket [9bd235c69af99b3a6a] ... (check-in: 356e877cea user: drh tags: trunk)
12:26 New ticket [9bd235c69a] ignore-glob does not work for addremove. ... (artifact: 147bb6b184 user: anonymous)

Ticket Hash: 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
15.22 years ago
Created: 2011-01-13 12:26:12
15.22 years ago
Version Found In: [4b2ab22c2a]
Description:
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