Re: --from-files broken with remote sources

2004-03-30 Thread Andrew Pimlott
On Mon, Mar 29, 2004 at 03:45:18PM -0800, Wayne Davison wrote: > On Mon, Mar 29, 2004 at 03:51:18PM -0500, Andrew Pimlott wrote: > > rsync -v --files-from files [EMAIL PROTECTED]: . > > and got an error from the remote rsync. > > You can work around the problem by specifying a directory after

Re: --from-files broken with remote sources

2004-03-29 Thread Wayne Davison
On Mon, Mar 29, 2004 at 03:51:18PM -0500, Andrew Pimlott wrote: > rsync -v --files-from files [EMAIL PROTECTED]: . > and got an error from the remote rsync. You can work around the problem by specifying a directory after the colon ('.' would work). This patch should fix things: --- options.c