<?xml version="1.0" encoding="UTF-8"?>
<ticket>
  <author>Nick Jones</author>
  <content>I added a few new status types to Retro and originally created one with a space in it.  I made a checkin to SVN quoting the new status type but the changesets stopped updating and the ticket didn't update.  Browsing the code still worked and svnsync was doing fine so it appeared the parsing broke.  I manually commented out the parsing to force the updates but this is the changeset commit message it broke on:

[#11](status:"Under Development") Xxxxxxxxx xx xxxxx xxxxxxxxxxx xx xxxxxxxx xxxxxx xxxxxxxxxx xxx xxxxxx xxxxxx.</content>
  <created-at type="datetime">2010-01-12T23:19:53+00:00</created-at>
  <id type="integer">761</id>
  <milestone-id type="integer">4</milestone-id>
  <summary>scm_ticketing &amp; changesets no longer update after commit message</summary>
  <updated-at type="datetime">2010-03-04T17:46:45+00:00</updated-at>
  <assigned-user>
    <id type="integer">2</id>
    <name>Dimitrij Denissenko</name>
    <username>dim</username>
  </assigned-user>
  <status>
    <id type="integer">1</id>
    <name>Open</name>
  </status>
  <priority>
    <id type="integer">4</id>
    <name>Must have</name>
  </priority>
</ticket>
