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.

Reply via email to