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

Re: [PATCH] "--xml" option for "svn list"

From: <kfogel_at_collab.net>
Date: 2005-01-19 19:55:18 CET

Julian Foad <julianfoad@btopenworld.com> writes:
> Julian Foad wrote:
> > + /* "<list path=...>" */
> > + svn_xml_make_open_tag (&sb, pool, svn_xml_normal, "list",
> > + "path", path,
> > + NULL);
>
> I have made a small change to print "." instead of an empty path:
> "path", path[0] == '\0' ? "." : path,

Can you repost the patch, saying "version 2" or something? That'd
make it easier (I know it's a trivial change, but still...)

Thanks,
-Karl

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Wed Jan 19 20:04:46 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.