Displaying 1 result from an estimated 1 matches for "cvsinclude".
2005 May 13
0
[Bug 2712] --cvs-exclude does not work as advertised: core directories
....6.5pre1 tar file.)
Another solution is to translate the CVS/Entries into rsync filter rules
(filter rules were introduced in 2.6.4). An example of this is the brand
new script, cvs2includes, in the support dir:
http://rsync.samba.org/ftp/unpacked/rsync/support/cvs2includes
This script creates .cvsinclude files out of the CVS/Entries, and you
just need to tell rsync to include it in each directory, using a command
like this:
cd src/dir
cvs2includes
rsync -avC -f ': .cvsinclude' . to/
That's not as convient as having rsync understand the files directly,
though.
--
Configur...