You are not logged in.
Pages: 1
Has anyone ever been able to pull a checkout from an OpenBSD ports server?
from http://www.openbsd.org/anoncvs.html and http://www.scrotwm.org/
$ export CVSROOT=anoncvs@anoncvs.freedaemon.com:/scrotwm
$ cvs co scrotwm
FreeDaemonHosting.com: Connection timed out
cvs [checkout aborted]: end of file from server (consult above messages if any)
$ cvs -d :pserver:anoncvs@anoncvs.freedaemon.com:/scrotwm login
Logging in to :pserver:anoncvs@anoncvs.freedaemon.com:2401/scrotwm
CVS password: anoncvs
cvs [login aborted]: connect to anoncvs.freedaemon.com(66.210.104.251):2401 failed: Connection timed outI am not sure who is more more annoyed, myself for spending several days staring at timeouts or their devs after hearing me suggest that their CVS setup might be a little weird.
Last edited by keenerd (2009-10-28 07:29:22)
Offline
export CVS_RSH=ssh
Offline
As a fellow scrotwm user who has also tried unsuccessfully to pull a CVS checkout, I salute you! ![]()
Offline
Pages: 1