[TSVN] TortoiseBlame(TortoiseProc) problem.
From: tdkim <tdkim_at_unimo.co.kr>
Date: 2004-12-25 13:51:07 CET
I posted TortoiseBlame's problem.
http://tortoisesvn.tigris.org/servlets/ReadMsg?list=dev&msgNo=8594
I found out the problem.
The correct time format is "2004-10-33 18:12:32"(korean) or
The time field length is 19.
If i append "AM" or "PM" string to the time format,
this is the first problem.
the second problem is
BlameCallback function receive "2004-10-33 ¿ÀÈÄ 18:12:32" as date parameter.
WriteString member function of CBlame::m_saveFile trim after korean language(time and author data).
so I can't get the correct tortoiseblame screen.
thanks for TSVN...
|
This is an archived mail posted to the TortoiseSVN Dev mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.