Date: Sun, 14 Dec 1997 12:58:37 -0500 From: Jim Kingdon To: devel-cvs@cyclic.com Subject: Re: GSSAPI > I guess this is a hack to work around the fact that there's no way (I > know of) to store options like "-x" on a per-repository basis. > (Likewise I'd like CVS_RSH to be stored per-repository) The current way to store per-repository settings (e.g. pserver vs. gserver) is encoded in the CVSROOT. So to extend that, one would do things like: :ext;rsh=/bin/remsh:/foo :gserver;encrypt:user@host:/foo :pserver;port=2402:user@host:/foo Maybe other people have different ideas about how best to do this sort of thing, but the CVSROOT solution has always seemed clean to me.