Hi. Yes, it's a bug, but not at the position marked by you below. Directories have to be ignored somewhere else in the code...
I'll fix it during the next days. and will post a patch. Thanks, for reporting this bug. Martin Am Mittwoch, 21. Juli 2010 20:13:19 schrieb Anthony DeRobertis: > 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