[Bug 9744] New: Support Git, Mercurial, Subversion ignore lists

samba-bugs at samba.org samba-bugs at samba.org
Wed Mar 27 08:29:28 MDT 2013


https://bugzilla.samba.org/show_bug.cgi?id=9744

           Summary: Support Git, Mercurial, Subversion ignore lists
           Product: rsync
           Version: 3.0.9
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P5
         Component: core
        AssignedTo: wayned at samba.org
        ReportedBy: jglick at apache.org
         QAContact: rsync-qa at samba.org


rsync includes the built-in --filter=:C which is great for archiving source
trees containing CVS checkouts, but CVS is an obsolete VCS. There is no
built-in equivalent for the more modern Git, Mercurial, or Subversion VCSs.

As
http://stackoverflow.com/questions/13713101/rsync-exclude-according-to-gitignore-like-cvs-exclude
notes, --filter=':- .gitignore' seems to work pretty well for Git (though there
are probably more advanced points of syntax that Git and rsync interpret
differently); but --filter=':- .hgignore' does not work well (since Mercurial
allows regular expressions by default), and there is nothing at all for
Subversion’s svn:ignore.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.


More information about the rsync mailing list