"Mark D. Baushke" <[EMAIL PROTECTED]> writes:
> On the cvs command, use a -ttt switch to get tracing information
> (i.e., 'cvs -ttt -z3 ...')
Using -ttt causes CVS to fail almost immediately:
$ cvs -ttt -z3 -d:pserver:[EMAIL PROTECTED]:/sources/gnulib co gnulib
-> main: Session ID is 2QdKzydInS61g6Nr
-> parse_cvsroot (:pserver:[EMAIL PROTECTED]:/sources/gnulib)
-> walklist ( list=0x80fc900, proc=0x8078040, closure=(nil) )
-> main loop with CVSROOT=/sources/gnulib
-> safe_location( where=(null) )
-> open_connection_to_server (:pserver:[EMAIL PROTECTED]:/sources/gnulib)
-> Connecting to cvs.savannah.gnu.org(199.232.41.69):2401.
-> walklist ( list=(nil), proc=0x8057df0, closure=(nil) )
cvs checkout: inflate: incorrect header check
cvs [checkout aborted]: reading from server: Input/output error
> you might also try in a separate run
> setting the CVS_CLIENT_LOG environment variable.
>
> CVS_CLIENT_LOG=cvs-client-log; export CVS_CLIENT_LOG cvs -ttt -z3
> -d:pserver:[EMAIL PROTECTED]:/sources/gnulib co gnulib
The command
CVS_CLIENT_LOG=cvs-client-log cvs -z3 -d:pserver:[EMAIL
PROTECTED]:/sources/gnulib co gnulib
works fine; it does not hang. I can still reproduce the original
problem, though, if I don't set CVS_CLIENT_LOG.
I take it that you were unable to reproduce the problem? It is a bit
weird that the problem occurs for me on two quite-different platforms,
but it doesn't occur for you.
Perhaps it's because my network connection is faster? It takes about
seven seconds real-time for the command "cvs -z3
-d:pserver:[EMAIL PROTECTED]:/sources/gnulib co gnulib"
to work on my host, when I use CVS 1.12.9.
_______________________________________________
Bug-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/bug-cvs