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

Re: [RFC] Issue 2967: XML Output Format

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

Mark,
    Actually, this is for "--xml" support for "svn diff --summarize"
but yes, you are correct that I failed to add that attribute to the
path. Path should be:

<path kind="[dir|file]">PATH</path>

Hopefully this helps clarify things.

Take care,

Jeremy

On 10/18/07, Mark Phippard <markphip@gmail.com> wrote:
> On 10/18/07, Jeremy Whitlock <jcscoobyrs@gmail.com> wrote:
> > 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.
>
> You were doing this task to add support for kind=dir|file. I do not
> see that in your XML.
>
> --
> Thanks
>
> Mark Phippard
> http://markphip.blogspot.com/
>

---------------------------------------------------------------------
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:48:41 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.