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

Re: WG: svn diff --xml

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2005-06-21 01:36:26 CEST

"Stefan Huth" <S.Huth@coryx.de> writes:

> I thought about something like the svn log --xml command, where I become
> the result as a xml-file.
>
> Maybe something like that:
>
> <index name="d:/programming/java/HelloWorld/src/HelloWorld.java">
> <url1 revision=1500>./branches/v1.0/src/HelloWorld.java</url1>
> <url2 revision=1500>./branches/v1.1/src/HelloWorld.java </url2>
> <string><!--string replaced-->
> <url1 linenumber=10>System.out.println();</old>

I have no idea whether this is a sensible DTD, but it does have one
obvious problem: the file contents might not be in the same encoding
as the XML. That's why 'svn blame --xml' only outputs line numbers
and not the line data.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Jun 21 01:37:14 2005

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.