It seems I don't get updates to the OpenBSD cvs tree anymore since
2010-09-09. Back then it ran fine:
Connecting to anoncvs3.usa.openbsd.org port 7777
Connected to 192.43.244.161 port 7777
Running...
Updating (collection openbsd/rcs)   
 Update CVSROOT/ChangeLog
 Edit ports/cad/gerbv/Makefile,v
 [[... many more file ...]]
 Edit www/plus48.html,v
 Edit www/translation.html,v
Done (collection openbsd/rcs)
Finished successfully

Since then I only get:
$ cvsync -c /home/ca/OpenBSD/etc/cvsync.conf -4 -v
Parsing a file /home/ca/OpenBSD/etc/cvsync.conf...
Connecting to anoncvs.usa.openbsd.org port 7777
Connected to 149.20.54.217 port 7777 
Protocol: 0.24
Hash: MD5
Exchanging collection list...
 collection name "openbsd" release "rcs" umask 002
Compression: zlib
Trying to establish the multiplexed channel...
Running...
Updating (collection openbsd/rcs)
Done (collection openbsd/rcs)
Finished successfully
Total time: 112.468 sec

I tried different servers:
config {
  #hostname anoncvs3.usa.openbsd.org
  hostname anoncvs.usa.openbsd.org
  #hostname cvsync.csociety.org
  compress
  collection {
    name openbsd release rcs
    prefix /home/ca/OpenBSD/cvs
    umask 002
  }
}

but still no changes. For example, www/48.html is at 1.5 in my cvs
copy, but according to cvsweb it is at 1.9.

What am I doing wrong?

Reply via email to