[SCM] rsync branch, master, updated. v3.0.1pre2-7-g29a8917

rsync-cvs at lists.samba.org rsync-cvs at lists.samba.org
Sun Mar 30 23:04:51 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  29a89172f77ed76dcf53612e96dc35daf15d7362 (commit)
      from  20893751791a1bb7417b9fa72e91c909619bca6a (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 29a89172f77ed76dcf53612e96dc35daf15d7362
Author: Wayne Davison <wayned at samba.org>
Date:   Sun Mar 30 15:40:34 2008 -0700

    Improved the chdir() code:
    - Renamed push_dir() to change_dir() and revised it a little so that it
      can chdir() to a relative path without an intervening chdir() back to
      the staring path.
    - Renamed push_pathname() to change_pathname() and revised it to take
      different args and to only call path_is_daemon_excluded() on a new
      path (not a revisit of a file's already-checked path).
    - Fixed change_pathname() to set the right pathname value when a chdir()
      call fails.
    - Set orig_dir once outside of the change_pathname() function.
    - Got rid of pop_dir().

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

Summary of changes:
 clientserver.c |   10 ++++----
 flist.c        |   68 +++++++++++++++++++++++++++++++++++--------------------
 main.c         |   25 ++++++++++----------
 rsync.h        |    3 ++
 sender.c       |    4 +-
 util.c         |   54 +++++++++++++++----------------------------
 6 files changed, 84 insertions(+), 80 deletions(-)


hooks/post-receive
-- 
rsync


More information about the rsync-cvs mailing list