[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

svn log --xml timestamp discrepancy issue

From: gharmon1977 <gabriel.harmon_at_deltadentalva.com>
Date: Tue, 29 Jan 2013 08:46:54 -0800 (PST)

When executing the following commands, I receive 2 different outputs
regarding timestamps:

svn log --xml -v --revision {"20130128"}:{"20130129"}
URL/svn/repository/%SVNDir%
OUTPUT:

/<logentry
   revision="55913">
<author>DevName</author>
<date>*2013-01-29T02:31:38.558152Z*</date>
/

svn log -v --revision {"20130128"}:{"20130129"} URL/svn/repository/%SVNDir%
OUTPUT:

/r55913 | DevName | *2013-01-28 21:31:38*/

Timestamp discrepancy ... How's that possible? Anyone else seen this? The
--xml arg displays incorrect timestamp.

Current work around, execute svn log and script creation of xml file based
on the output of the svn log.

--
View this message in context: http://subversion.1072662.n5.nabble.com/svn-log-xml-timestamp-discrepancy-issue-tp177789.html
Sent from the Subversion Users mailing list archive at Nabble.com.
Received on 2013-01-29 17:47:32 CET

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.