Package: xstow Version: 0.5.1-6 Severity: normal --help says -i should ignore files and directories. However, it seems to only work on files, and the source code seems to agree...
if( nn->getType() == FILE ) // <--- doesn't that mean files only? { if( match_ignore( nn->file.get_name() ) ) { DEBUG( OUT(2)( "file %s ignored\n", CppDir::concat_dir( getFullPathName(), nn->file.get_name() ) ) ); continue; } } This means its impossible to do a -i .svn, which is quite unforunate. -- System Information: Debian Release: squeeze/sid APT prefers testing APT policy: (500, 'testing'), (200, 'unstable'), (100, 'experimental') Architecture: amd64 (x86_64) Kernel: Linux 2.6.34-1-amd64 (SMP w/8 CPU cores) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org