X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/blobdiff_plain/1848fd6fa125c1603fb12742392d6cb7d87212c0..ecc7623e7faf75f6ba3dd7b5a416c52e2346ac7d:/support/cvs2includes diff --git a/support/cvs2includes b/support/cvs2includes index 29f14dcf..676b9f4d 100755 --- a/support/cvs2includes +++ b/support/cvs2includes @@ -6,11 +6,10 @@ # # -f ': .cvsinclude' # +# That ensures that all checked-in files/dirs are included in the transfer. # (You could alternately put ": .cvsinclude" into an .rsync-filter file and # use the -F option, which is easier to type.) # -# That ensures that all checked-in files/dirs are included in the transfer. -# # The downside is that you need to remember to re-run cvs2includes whenever # You add a new file to the project. use strict;