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

samba-bugs at samba.org samba-bugs at samba.org
Wed Mar 27 09:35:20 MDT 2013


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

--- Comment #1 from Brian K. White <brian at aljex.com> 2013-03-27 15:35:20 UTC ---
This means this should probably be in the form of external helpers/plugins and
an option that just specifies the helper to use. 

I'm guessing, now that rsync no longer builds it's entire job list up front,
that a helper would have to work like a filter where rsync feeds it filenames
one at a time as it encounters them and gets back a yea/nay answer for each
one?

You write the helper in any language you want to do whatever weird job you
want.

Alternatively, there is something you can do right now which is just build your
file list all up front and hand rsync that file list instead of a pattern.
You'd still have to write your own tool to generate the file list but you don't
have to convince, and then wait for, anyone to modify rsync.

-- 
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