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: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
         QAContact: [EMAIL PROTECTED]


--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.
-- 
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to