OT: cvs (continued)

David Relson relson at osagesoftware.com
Mon Sep 8 22:51:20 CEST 2003


I've learned a bit more...

*** 1) cvs has a neat '-t' (trace) command that shows what it's doing.  

*** 2) using anonymous cvs, diff seems ok ...

[relson at osage sylpheed-claws]$ cvs -t -z3 diff
 -> main loop with
CVSROOT=:pserver:anonymous at cvs.sourceforge.net:/cvsroot/sylpheed-claws
 -> Connecting to cvs.sourceforge.net(66.35.250.207):2401
 -> Sending file `ChangeLog.claws' to server
 -> Sending file `configure.ac' to server
 -> Sending file `compose.c' to server

*** 3) using anonymous cvs, update seems b0rked ...

[relson at osage sylpheed-claws]$ cvs -t -z3 update
 -> main loop with
CVSROOT=:pserver:anonymous at cvs.sourceforge.net:/cvsroot/sylpheed-claws
 -> Connecting to cvs.sourceforge.net(66.35.250.207):2401
cvs [update aborted]: end of file from server (consult above messages if
any)
 -> Lock_Cleanup()

*** 3) using non-anonymous cvs, diff dies at the rsh command ...

[relson at osage cvs]$ cvs -t diff
 -> main loop with
CVSROOT=:ext:relson at cvs.bogofilter.sourceforge.net:/cvsroot/bogofilter
 -> Starting server: rsh cvs.bogofilter.sourceforge.net -l relson cvs
server 
cvs.sourceforge.net: Connection timed out
cvs [diff aborted]: end of file from server (consult above messages if
any)
 -> Lock_Cleanup()

*** 4) Guess I need to wait a while and see what happens ...




More information about the bogofilter-dev mailing list