search for: lookatthis

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

2003 Sep 28
1
bug (filelist) for platforms solaris and darwin (macosx) and *not* linuxi386
...lso 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.5.5 and 2.5.6 under # solaris9 (gcc 2.95.3) and darwin (gcc 3.1) # this bug *cannot* be reproduced under linuxi386 (gcc 2.95.4) -------------- next part ----------...
2003 Nov 25
1
rsync-bugs and unclear semantics when copying multiple source-dirs to one target
...sh > 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.5.5 and 2.5.6 under > # solaris9 (gcc 2.95.3) and darwin (gcc 3.1) > # this bug *cannot* be reproduced under linuxi386 (gcc 2.95.4) > Fr...