info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: TMP Directory on CVS Server - help!


From: Derek Price
Subject: Re: TMP Directory on CVS Server - help!
Date: Mon, 29 Aug 2005 16:17:42 -0400
User-agent: Mozilla Thunderbird 1.0.6 (Windows/20050716)

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:address@hidden>






reply via email to

[Prev in Thread] Current Thread [Next in Thread]