Hi, How can I update comment in the revision? In the Admin, then SQL, I run this query: update event set user='xxx', comment=replace(trim(comment), X'0A', ' _ ')
No error, but the records are still the same (select * from event) I want to change the comment because in CLI fossil timeline: multiple lines (new line is X'0A') can't be read. So I want to change all the new line to be ' _ ' and later from my Fossil GUI I can change it back to new line. And also I want to change the user, because the username from my imported svn is wrong. Thanks
_______________________________________________ fossil-users mailing list [email protected] http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

