[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[RFC] Issue 2967: XML Output Format

From: Jeremy Whitlock <jcscoobyrs_at_gmail.com>
Date: 2007-10-18 20:38:50 CEST

Hi All,
    I have been looking at existing xml-aware outputting subcommands
and I have come up with a suggested XML format of:

<diff type="summary">
  <entries>
    <entry>
      <path />
      <action>[ |A|D|M]</action>
      <property>[ |M]</action>
    </entry>
    .....
  </entries>
</diff>

I would like someone to comment on this so we can make a decision and
run with it.

Take care,

Jeremy

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Thu Oct 18 20:39:12 2007

This is an archived mail posted to the Subversion Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.