CVS update: rsync

dwd at samba.org dwd at samba.org
Mon Nov 26 19:15:54 GMT 2001


Date:	Mon Nov 26 11:15:54 2001
Author:	dwd

Update of /data/cvs/rsync
In directory va:/tmp/cvs-serv6514

Modified Files:
	flist.c 
Log Message:
Better fix for case of excluded symlinks that point nowhere when using
--copy-links.  The readlink_stat() does need to be done in the normal case
before checking the exclude patterns because it needs to know whether or
not a file is a directory in order to properly handle a trailing slash
in an exclude pattern.  This fix makes make_file() go ahead and call
readlink_stat() but then if the latter returns an ENOENT and copy_links is
on then it will only print an error if the path is not excluded.


Revisions:
flist.c		1.95 => 1.96
	http://www.samba.org/cgi-bin/cvsweb/rsync/flist.c?r1=1.95&r2=1.96




More information about the rsync-cvs mailing list