Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Sabahat Adil wrote: > Hi All, > Thanks for help.I am able to retrieve revision but my time and > cvs time are different so the log time is differ from my commit > time.how can i set the cvs time according to my server time. This was discussed on the thread titled "Changing Time" which happened a few days ago. > I > am able to enabled history logging.For time changing i am using > the below command: > cvs history -z -1310 That is a very unusual timezone. Are you really in UTC-1310? > but server time is not changing. > How can i change the cvs time according to my server time. Again, internally CVS works in UTC (aka GMT/Zulu). To avoid any problems when trying to apply dates to update or checkout specify the date/time in UTC and use the cvs datetime notation, i.e. -D yyyy.mm.dd.hh.mm.ss to avoid any internal mangling from local to UTC. e.g. cvs co -d zed1 -D 2006.07.30.09.34.40 zed to checkout based on a datetime of 2006-07-30 09:32:40 UTC If you want to checkout/update based on date/time, its probably best to learn to work with UTC and forget about localtime. David