samba-bugs@samba.org
2005-May-13 14:00 UTC
[Bug 2712] New: --cvs-exclude does not work as advertised: core directories
https://bugzilla.samba.org/show_bug.cgi?id=2712 Summary: --cvs-exclude does not work as advertised: core directories Product: rsync Version: 2.6.3 Platform: All OS/Version: All Status: NEW Severity: minor Priority: P3 Component: core AssignedTo: wayned@samba.org ReportedBy: danny-samba@sadinoff.com QAContact: rsync-qa@samba.org --cvs-exclude claims to ingore files in the same way CVS does, but this isn't quite the case. In particular, the code in exclude.c filters only on filename. But CVS itself is more particular, and differentiates between directories and files. For example, CVS is very willing to recurse into a directory named "a.a", "yadda.old" or "core" The workaround is to document this weakness, but the less surprising thing to do would be to enhance exclude.c such that it could do the exclusion the way CVS actually does it: do most of the exclusions on files only, but exclude both files and directories named CVS. -- Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the QA contact for the bug, or are watching the QA contact.