Re: Can not build with out support for hard or symbolic links.

2005-04-10 Thread Wayne Davison
On Sat, Apr 09, 2005 at 10:39:13PM -0400, John E. Malmberg wrote: Everywhere that RSYNC uses SUPPORT_LINKS and SUPPORT_HARD_LINKS it is testing if the macros are defined, not what their values are. Thanks for pointing that out. Attached is the fix I just checked into CVS. ..wayne.. ---

Re: [Bug 2583] New: rsync fails with authentication failure

2005-04-10 Thread John Van Essen
On Sat, 9 Apr 2005, Wayne Davison [EMAIL PROTECTED] wrote: On Sat, Apr 09, 2005 at 06:08:32AM -0500, John Van Essen wrote: So there's yet another case of an upgrade to FC 3 causing an auth problem. Another? Did I miss something? Or are you referring to the LDAP crashes? If so, that isn't

trailing slash on module name

2005-04-10 Thread Paul Slootman
A trailing slash on a module name has no effect, which is on the one hand logical as it's not a directory name; on the other hand it's not consistent either (as experienced by a user). I suggest at least adding some comment to the manpage where trailing slashes are discussed. Perhaps also mention

does --files-from transfer files in the order given?

2005-04-10 Thread Paul Slootman
There are one or two open bug reports in the Debian bug tracking system that boil down to being able to specify the order files are trasferred. One example where this is useful is to first transfer the packages, then the list of packages. That means that the available list of packages is always

Re: does --files-from transfer files in the order given?

2005-04-10 Thread Wayne Davison
On Sun, Apr 10, 2005 at 03:38:42PM +0200, Paul Slootman wrote: There are one or two open bug reports in the Debian bug tracking system that boil down to being able to specify the order files are trasferred. There is no support in rsync for allowing the user to control the order the files are

Re: does --files-from transfer files in the order given?

2005-04-10 Thread Paul Slootman
On Sun 10 Apr 2005, Wayne Davison wrote: On Sun, Apr 10, 2005 at 03:38:42PM +0200, Paul Slootman wrote: There are one or two open bug reports in the Debian bug tracking system that boil down to being able to specify the order files are trasferred. There is no support in rsync for allowing

PATCH: cosmetic fix to output with --existing -vv

2005-04-10 Thread Paul Slootman
Currently, rsync --delete -avvn test1/ test2/ --existing will give output such as: not creating new file newdir not creating new file newdir/newfile not creating new file newdir/subdir It would make more sense if it said: not creating new directory newdir not creating new file newdir/newfile

Upload to a server

2005-04-10 Thread Private
Tested rsync on the home box and does itexactly what I want it to do. Now I want it to uploadmirrored files to a server that I don't have shell access on. rsync -avz --delete ftp.ibiblio.org::ldp_mirror /ftp.mysite.com/ldp The above doesn't work. Has anyone tried to do the same thing and if

CVS update: rsync

2005-04-10 Thread Wayne Davison
Date: Sun Apr 10 17:09:10 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv822 Modified Files: authenticate.c Log Message: Made the code a little cleaner by having gen_challenge() return the challenge string base64-encoded (instead of forcing the

CVS update: rsync

2005-04-10 Thread Wayne Davison
Date: Sun Apr 10 19:44:16 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv9322 Modified Files: generator.c Log Message: Paul's patch to improve the not creating new ... message for directories. Revisions: generator.c 1.201 = 1.202

CVS update: rsync

2005-04-10 Thread Wayne Davison
Date: Sun Apr 10 20:08:00 2005 Author: wayned Update of /data/cvs/rsync In directory dp.samba.org:/tmp/cvs-serv14945 Modified Files: NEWS Log Message: Mention the latest bug-fix. Revisions: NEWS1.280 = 1.281