Hi Todd,

In Windows scripting, you could make a cvs.bat which set the timezone
specifically for that application, without altering the environment of other
programs or batch scripts:

setlocal
set TZ=myUTCzone
cvs %*
endlocal

What you were suggesting with the CVS_TZ is something you could include in
this wrapper script, if necessary. You could set TZ to CVS_TZ if it existed
for the scope of the cvs application only.

I presume you're running on Linux/Unix, so I'm not sure what the equivalent
operations would be in that environment.

HTH,

Matthew Herrmann
---------------
Far Edge Pty Ltd
http://www.faredge.com.au/

-----Original Message-----
Date: Fri, 25 Feb 2005 16:28:59 -0500
From: Todd Denniston <[EMAIL PROTECTED]>
Subject: Re: CVS concept of time - time zone part 44!
To: Larry Jones <[EMAIL PROTECTED]>
Cc: info-cvs@gnu.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset=us-ascii

Larry Jones wrote:
> 
> Todd Denniston writes:
> >
> > Will there be an option I can put in my _ environment _ so all CVS 
> > commands client will show UTC times?
> 
> Most systems honor $TZ.
> 
darn, I was hoping I could have everything else work with the local $TZ and
cvs would use something like $CVS_TZ and only fallback to $TZ if $CVS_TZ was
not set.

Thanks.
--
Todd Denniston
Crane Division, Naval Surface Warfare Center (NSWC Crane) Harnessing the
Power of Technology for the Warfighter




------------------------------

Message: 5
Date: 28 Feb 2005 08:33:29 -0800
From: "AccuRev" <[EMAIL PROTECTED]>
Subject: Free SCM Best Practices White Paper
To: info-cvs@gnu.org
Message-ID: <[EMAIL PROTECTED]>
Content-Type: text/plain; charset="iso-8859-1"

You're invited to download a free copy of Uttam Narsu's SCM Best Practices
white paper courtesy of AccuRev.

Uttam Narsu is a former Forrester and GIGA SCM analyst. The white paper has
received fabulous feedback and, as a courtesy, we thought it might be of
interest to the gnu.cvs.help community.

The white paper can be downloaded at http://www.accurev.com/wp6



------------------------------

_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


End of Info-cvs Digest, Vol 27, Issue 61
****************************************



_______________________________________________
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to