Re: OpenSMTPD in missing on translation-explained page
Stuart Henderson <[email protected]> Sat, 15 Dec 2012 11:26:16 +0000
| Newsgroups | gmane.os.openbsd.www |
|---|---|
| Message-ID | <[email protected]> |
On 2012/12/15 01:50, Alex Naumov wrote: > And I have a question about our CVS mirrors. When I get the sources like this: > > cvs -d [email protected]:/cvs get -P www > > or like this: > > cvs -d "[email protected]:/cvs" checkout -d "openbsd-www" www > > I don't get openssh directory (just example). So, I need to make > update every time (to get openssh directory) like this: > > cvs -q up -Pd > > Why I don't get openssh directory after running first command? short summary: cvs is buggy. it looks like the server side dies during checkout of www, restarting the transfer a couple of times seems to fix it though. $ acvs get -P www <snip lots> U www/images/tshirt-33-s.gif cvs [checkout aborted]: end of file from server (consult above messages if any) $ acvs get -P www <snip lots> U www/papers/nyc2005.tgz cvs [checkout aborted]: end of file from server (consult above messages if any) this only happens with the network protocol; if I do a checkout on my local cvs mirror via the network protocol it fails, but if I do a checkout from the exact same tree using direct filesystem access it's OK.