[SCM] rsync branch, master, updated. v3.0.1pre1-1-g7568ff4

Wayne Davison wayned at samba.org
Tue Mar 25 17:52:39 GMT 2008


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "rsync".

The branch, master has been updated
       via  7568ff448aab0b508d997bd30b61769e4acd8efe (commit)
      from  56158b7e049b885e23ff603c5a27f191107f78ec (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 7568ff448aab0b508d997bd30b61769e4acd8efe
Author: Wayne Davison <wayned at samba.org>
Date:   Tue Mar 25 10:46:06 2008 -0700

    Fixed the way rsync handles iconv-conversion problems in the file-list:
    - If the sender cannot convert a name, the discarding of the entry now
      occurs soon enough to avoid affecting the sender's list (which was
      causing the file-list on the receiving side to be out of sync).
    - If the receiver cannot convert a name, its transformation of the name
      into an empty name (which indicates that the entry should be skipped)
      is no longer thwarted by the clean_fname() call (which was changing
      the name into a ".").

-----------------------------------------------------------------------

Summary of changes:
 flist.c |  109 +++++++++++++++++++++++++++++++++------------------------------
 1 files changed, 57 insertions(+), 52 deletions(-)


hooks/post-receive
-- 
rsync


More information about the rsync-cvs mailing list