CVS update: rsync

Wayne Davison wayned at samba.org
Thu Jan 19 21:16:44 GMT 2006


Date:	Thu Jan 19 21:16:44 2006
Author:	wayned

Update of /data/cvs/rsync
In directory dp.samba.org:/tmp/cvs-serv8787

Modified Files:
	flist.c 
Log Message:
The code in send_file_list() needed a little more improvement to
handle --relative really well:
- We must set "is_dot_dir" when we strip off a trailing "/" or "/.".
- If a trailing "/" or "/." caused us to treat a symlink as a dir,
  we now pass our stat() info down to make_file() so that it will
  always treat the cleaned-up name as a dir too.
- We must not strip a leading "/".
- Improved the check for ".." elements in the implied dirs.


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


More information about the rsync-cvs mailing list