Larry Jones wrote:

>DW writes:
>  
>
>>I've seen this, but am still not clear on where or how to actually set 
>>it on the server. The cvs server doesn't run as a daemon process; we 
>>simply checkout and commit projects to the repository via ssh on the 
>>clients.
>>    
>>
>
>In that case, you have to set $CVS_SERVER on the client to include it. 
>For example:
>
>       CVS_SERVER="cvs -T/var/tmp"
>       export CVS_SERVER
>  
>

Or, to avoid having to configure each client individually, you could
replace your /usr/bin/cvs on your server with a script like:

#! /bin/sh
exec -a cvs /usr/bin/cvs-binary -T /usr/local/tmp ${1+"$@"}

Regards,

Derek

-- 
Derek R. Price
CVS Solutions Architect
Ximbiot <http://ximbiot.com>
v: +1 717.579.6168
f: +1 717.234.3125
<mailto:[EMAIL PROTECTED]>




_______________________________________________
Info-cvs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/info-cvs

Reply via email to