Boost logo

Boost :

From: Darren Garvey (darren.garvey_at_[hidden])
Date: 2008-05-13 12:13:03


2008/5/6 Rene Rivera <grafikrobot_at_[hidden]>:

> 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

Boost list run by bdawes at acm.org, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk