> The only switch I pass to `sudo port selfupdate` is the -v. So unless > rsync is passing the -t switch by default I'm not clear on it. > > A quick glimpse at rsync's man page (if indeed a quick glimpse even > exists with that document) seems to suggest that -t isn't passed to it > by default. > > I'm using MacPorts rsync...
Well, macports doesn't pass flags into subprocs usually. Try running selfupdate with -d on so you can see what commands it's actually running, and then see what the rsync command is that it uses. For me: DEBUG: /usr/bin/rsync -rtzv --delete-after rsync://rsync.macports.org/release/tarballs/ports.tar /opt/local/var/macports/sources/rsync.macports.org/release/tarballs _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
