Bug#305932: rsync on a directory transfers the files of this directory

2005-05-19 Thread Paul Slootman
On Thu 19 May 2005, Vincent Lefevre wrote: > > The following script shows the bug. Thanks, I've forwarded it to the upstream mailing list as it looks like it needs attention from someone who is intimately familiar with rsync's internals :-) Paul Slootman -- To UNSUBSCRIBE, email to [EMAIL PR

Bug#305932: rsync on a directory transfers the files of this directory

2005-05-19 Thread Vincent Lefevre
On 2005-05-18 11:40:40 +0200, Paul Slootman wrote: > Could you reproduce this with a fixed list, i.e. give a script that > creates the directories and files, generates the list (e.g. with find) > and then calls rsync? That might help to make it clear what exactly is > going wrong... The following

Bug#305932: rsync on a directory transfers the files of this directory

2005-05-18 Thread Paul Slootman
On Mon 25 Apr 2005, Vincent Lefevre wrote: > On 2005-04-25 14:59:46 +0200, Paul Slootman wrote: > > Of course, if you did not specify -r or --recursive (you don't show how > > you invoked rsync), then it is a bug. > > This is the case. FYI, the command was: > > svn list -R | rsync --files-from=-

Bug#305932: rsync on a directory transfers the files of this directory

2005-04-25 Thread Vincent Lefevre
On 2005-04-25 14:59:46 +0200, Paul Slootman wrote: > Of course, if you did not specify -r or --recursive (you don't show how > you invoked rsync), then it is a bug. This is the case. FYI, the command was: svn list -R | rsync --files-from=- -zuv --progress -e ssh \ --rsync-path=/home/QtPalmtop/b

Bug#305932: rsync on a directory transfers the files of this directory

2005-04-25 Thread Paul Slootman
On Sat 23 Apr 2005, Vincent Lefevre wrote: > Package: rsync > Version: 2.6.4-2 > Severity: important > > I'm using rsync with --files-from=-, where the standard input may > contain directories. With previous versions, these directories > were ignored, but now all the files in these directories ar

Bug#305932: rsync on a directory transfers the files of this directory

2005-04-22 Thread Vincent Lefevre
Package: rsync Version: 2.6.4-2 Severity: important I'm using rsync with --files-from=-, where the standard input may contain directories. With previous versions, these directories were ignored, but now all the files in these directories are also tranferred. In particular, this is a security prob