I am unable to cvs checkout hugs98
Steven Huwig
sjh13@po.cwru.edu
Wed, 21 May 2003 17:25:16 -0400
Hello,
I'm interested in keeping up to date with hugs as an educational
project, but for some reason I cannot complete a CVS checkout of the
source from anoncvs@glass.cse.ogi.edu:/cvs. The process seems to start
out fine, but always stops after hugs98/docs/server.html is updated. No
significant network activity is observed after the cvs stops mid
checkout. I've appended the output of cvs -t checkout below. I've also
experimented with inetd.conf values for max connections per second,
following a suggestion on the cvshome.org troubleshooting page.
I am able to successfully use remote CVS with several other systems. Is
there anything different about the ogi.edu one which would explain this
behavior? Thanks for any information.
Steven Huwig
Abbreviated output of 'cvs -t checkout hugs98':
mulder:...steve/hugs 234> cvs login
Logging in to :pserver:anoncvs@glass.cse.ogi.edu:2401/cvs
CVS password:
mulder:...steve/hugs 235> cvs -t checkout hugs98
-> main loop with CVSROOT=:pserver:anoncvs@glass.cse.ogi.edu:/cvs
-> Connecting to glass.cse.ogi.edu(129.95.44.145):2401
S-> do_module (hugs98, Updating, , )
S-> do_module (hugs98, Updating, , )
S-> Create_Admin (., hugs98, /cvs/hugs98, , , 0, 0)
S-> unlink_file(./CVS/Tag)
-> Create_Admin (hugs98, hugs98, /cvs/hugs98, , , 0, 0)
-> unlink_file(hugs98/CVS/Tag)
<- Create_Admin
-> unlink_file(CVS/Tag)
-> ParseInfo(/cvs/CVSROOT/rcsinfo, hugs98, ALL)
S<- Create_Admin
S-> unlink_file(./CVS/Entries.Static)
-> unlink_file(CVS/Entries.Static)
cvs server: Updating hugs98
S-> checkout (/cvs/hugs98/Credits,v, 1.6, , (function))
S-> server_register(Credits, 1.6, , , , , )
S-> Register(Credits, 1.6, , , )
U hugs98/Credits
-> rename(.new.Credits,Credits)
-> Register(Credits, 1.6, Tue Oct 22 01:23:50 2002, , )
S-> checkout (/cvs/hugs98/Defs.mk,v, 1.5, , (function))
S-> server_register(Defs.mk, 1.5, , , , , )
S-> Register(Defs.mk, 1.5, , , )
U hugs98/Defs.mk
-> rename(.new.Defs.mk,Defs.mk)
-> Register(Defs.mk, 1.5, Tue Nov 19 22:22:20 2002, , )
S-> checkout (/cvs/hugs98/Install,v, 1.11, , (function))
S-> server_register(Install, 1.11, , , , , )
S-> Register(Install, 1.11, , , )
U hugs98/Install
-> rename(.new.Install,Install)
-> Register(Install, 1.11, Tue Mar 18 23:25:12 2003, , )
S-> checkout (/cvs/hugs98/License,v, 1.4, , (function))
S-> server_register(License, 1.4, , , , , )
S-> Register(License, 1.4, , , )
U hugs98/License
-> rename(.new.License,License)
-> Register(License, 1.4, Wed Nov 20 01:20:16 2002, , )
S-> checkout (/cvs/hugs98/Makefile,v, 1.21, , (function))
S-> server_register(Makefile, 1.21, , , , , )
S-> Register(Makefile, 1.21, , , )
U hugs98/Makefile
-> rename(.new.Makefile,Makefile)
-> Register(Makefile, 1.21, Tue Oct 22 16:11:46 2002, , )
... [similar output snipped] ...
S-> checkout (/cvs/hugs98/docs/machugs-notes.txt,v, 1.1, , (function))
S-> server_register(machugs-notes.txt, 1.1, , , , , )
S-> Register(machugs-notes.txt, 1.1, , , )
U hugs98/docs/machugs-notes.txt
-> rename(.new.machugs-n,machugs-notes.txt)
-> Register(machugs-notes.txt, 1.1, Wed Feb 14 13:20:27 2001, , )
S-> checkout (/cvs/hugs98/docs/packages.txt,v, 1.3, , (function))
S-> server_register(packages.txt, 1.3, , , , , )
S-> Register(packages.txt, 1.3, , , )
U hugs98/docs/packages.txt
-> rename(.new.packages.,packages.txt)
-> Register(packages.txt, 1.3, Sat May 17 00:33:57 2003, , )
S-> checkout (/cvs/hugs98/docs/server.html,v, 1.3, , (function))
S-> server_register(server.html, 1.3, , , , , )
S-> Register(server.html, 1.3, , , )
U hugs98/docs/server.html
-> rename(.new.server.ht,server.html)
-> Register(server.html, 1.3, Mon Mar 10 14:57:23 2003, , )
S-> checkout (/cvs/hugs98/docs/server.tex,v, 1.5, , (function))
S-> server_register(server.tex, 1.5, , , , , )
S-> Register(server.tex, 1.5, , , )
At this point nothing happens. I have let it sit for 20 minutes with no
progress being made.