search for: merged123

Displaying 2 results from an estimated 2 matches for "merged123".

Did you mean: merged12
2003 Sep 28
1
bug (filelist) for platforms solaris and darwin (macosx) and *not* linuxi386
...in the local directory. I stripped our sitation down to a (yet fairly complex) test archive, so you can reproduce the situation. Here is the script, which is also in the archive: #!/bin/bash rsyncpath=rsync $rsyncpath -av --delete dir1/ dir2/ merged12 $rsyncpath -av --delete dir1/ dir2/ dir3/ merged123 # as dir3 only consists of an empty dir "subdir" we expect # that merged12 and merged123 have identical files in them # but merged*/subdir/s0/LOOKATTHIS differ as they come from different sources: diff -c merged*/subdir/s0/LOOKATTHIS # this has been reproduced for rsync Version 2.5.2, 2....
2003 Nov 25
1
rsync-bugs and unclear semantics when copying multiple source-dirs to one target
...sitation down to a (yet fairly complex) test archive, so you > can reproduce the situation. > > Here is the script, which is also in the archive: > > #!/bin/bash > rsyncpath=rsync > $rsyncpath -av --delete dir1/ dir2/ merged12 > $rsyncpath -av --delete dir1/ dir2/ dir3/ merged123 > # as dir3 only consists of an empty dir "subdir" we expect > # that merged12 and merged123 have identical files in them > # but merged*/subdir/s0/LOOKATTHIS differ as they come from different > sources: > diff -c merged*/subdir/s0/LOOKATTHIS > # this has been reproduc...