
2008/5/6 Rene Rivera <grafikrobot@gmail.com>:
Having an svnmerge command like in this case <http://svn.boost.org/trac/boost/changeset/45029> spew commentary all over existing trac items like this one <http://svn.boost.org/trac/boost/ticket/1889>, just seems like a really bad thing.
Is this yet another reason not to use svnmerge? Or is it operator (not to pick on Eric) error that can be averted in the future? Or could it be the trac comment plugin causing this, and svnmerge is blameless?
I'm not sure how browser-agnostic this solution is, but a quick change to the ticket.css file makes this mostly "go away". Something like: - #changelog .comment { margin-left: 2em } + #changelog .comment { + margin-left: 2em; + overflow: auto; + max-height: 50em; +} -- Darren