I received following reply from Odd Simon Simonsen and I am posting
the reply for benefit of Trac user community
-----------------------------------Reply from Odd Simon
Simonsen-------------------------------------------------------------------------------------
Obviously your commit script don't account for the change from seconds
to microseconds that happened from 0.11 -> 0.12. You should read the
upgrade documentation:

http://trac.edgewall.org/wiki/TracUpgrade#Microsecondtimestamps

As well as start using a commit script that uses the API instead of
writing directly to the database (which I presume is the case with
your script seeing it writes seconds). Here is the new commit hook
that is now shipped as part of Trac:

http://trac.edgewall.org/wiki/CommitTicketUpdater

For the future, please adress the trac-users mailing list or ask on
the #trac IRC channel or something. Others will know this, and better
you ask the community than individual developers.

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en.

Reply via email to