[wx-dev] Re: SVN:(RD) [46228] another test commit, checking revision url in email

Robin Dunn robin at alldunn.com
Wed Jun 20 12:08:57 PDT 2007


Vadim Zeitlin wrote:
> On Wed, 20 Jun 2007 11:40:26 -0700 Robin Dunn <robin at alldunn.com> wrote:
> 
> RD> >  Is it normal that these messages are in HTML [only]?
> RD> 
> RD> I'll look at the docs and see if there is a way to do both plain text 
> RD> and HTML, although if I remember correctly that would require the diff 
> RD> to be run twice...
> 
>  It would also make the messages twice as big which could add up to quite a
> few megabytes...

Ok, as you can see from my next commit it is possible, but it does 
duplicate most of the work on the server and increase the message size. 
  The docs say this:

"""
Note that this means that many or all of the processing of a subversion 
commit will be executed multiple times, once for the plain text version 
and then again for each alternative version. This will therfore increase 
resource usage on your Subversion server (mainly processor time, but 
also possibly memory).

It also means that the size of the outgoing message will increase for 
each alternative. If you're using --with-diff, then those messages could 
be very large indeed for large commits.
"""

-- 
Robin Dunn
Software Craftsman
http://wxPython.org  Java give you jitters?  Relax with wxPython!





More information about the wx-dev mailing list