[Bug 1582] rsync dry run cannot find missing folders, contradicts actual run.

samba-bugs at samba.org samba-bugs at samba.org
Thu Aug 5 20:27:40 GMT 2004


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





------- Additional Comments From weyerse at sgi.com  2004-08-05 13:27 -------
There appears to be a problem in that my generator.c differs from your
generator.c enough that the patch can not find and patch the correct area.  The
area the patch looks like it's trying to correct on my version looks like this:

	if (list_only)
		return;

	if (verbose > 2)
		rprintf(FINFO,"recv_generator(%s,%d)\n",fname,i);

	statret = link_stat(fname,&st);

	if (only_existing && statret == -1 && errno == ENOENT) {
		/* we only want to update existing files */

This is different from what I have.  Otherwise the pach worked well on main.c so
there is no need to worry about that.  Are there other patches you have used on
generator.c in the past that I need to be aware of?  

Otherwise thank you for looking into this bug.

-- 
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.


More information about the rsync mailing list