Hi, On Tue, 1 Aug 2006, Uwe Zeisberger wrote: > I cannot checkout a git repo via cvs, I think the only problem is, that > I don't know how to specify the CVSROOT: > > fs-n1:~# grep git- /etc/inetd.conf > 2402 stream tcp nowait root /usr/local/sbin/git-cvsserver pserver >From Documentation/git-cvsserver.txt: -- snip -- Note: In some cases, you need to pass the 'pserver' argument twice for git-cvsserver to see it. So the line would look like ------ cvspserver stream tcp nowait nobody git-cvsserver pserver pserver -- snap -- So, maybe this solves your problem? OTOH it might be cleverer to use SSH transport to begin with. Hth, Dscho - : send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html