Subject: Re: pkg/15501: rsync development branch causes corruption with alpha server
To: NetBSD Bugs and PR posting List <netbsd-bugs@netbsd.org>
From: Alan Barrett <apb@cequrux.com>
List: netbsd-bugs
Date: 02/15/2002 10:16:09
On Thu, 14 Feb 2002, Greg A. Woods wrote:
> My local rsync'ed copy of the NetBSD CVS repository is still corrupt
> and no new files have been transferred from the rsync server since the
> repository became corrupted.
It's been about three weeks since I last got a good copy of the anoncvs
repository via rsync. This test still fails:
file=pkgsrc/mk/bsd.pkg.defaults.mk,v
for server in rsync.netbsd.org rsync.jp.netbsd.org ; do
echo "===> ${server}"
rsync -W rsync://${server}/anoncvs/main/${file} /tmp/foo,v \
&& rlog /tmp/foo,v
done
with the following output:
===> rsync.netbsd.org
rlog: /tmp/foo,v:189: missing 'author' keyword
rlog aborted
===> rsync.jp.netbsd.org
rlog: /tmp/foo,v:49: missing date
rlog aborted
(Same results with or without "-W" flag.)
--apb (Alan Barrett)