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

Re: svn commit: r1393521 - in /subversion/trunk/subversion: include/svn_props.h tests/cmdline/svnlook_tests.py

From: Роман Донченко <dpb_at_corrigendum.ru>
Date: Sat, 06 Oct 2012 02:19:54 +0400

C. Michael Pilato <cmpilato_at_collab.net> писал в своём письме Thu, 04 Oct
2012 16:54:56 +0400:

> But a picky XML parser would see "svn:txn:foo" or "svn:config:foo" and
> want
> to know about the XML namespaces "svn:txn" and "svn:config", which we
> don't
> bother to describe. There's a fairly straightforward workaround, I
> think,
> where we simply generate xmlns definitions on the fly for all namespaces
> we
> need for that particular request/response. I think this is essentially
> what
> was being described here:
>
> http://subversion.tigris.org/ds/viewMessage.do?dsForumId=462&dsMessageId=480154

If the XML parser supports namespaces, then "svn:txn:foo" is not a
permissible name, because namespace prefixes can't contain colons (and
neither can local parts).

Of course, if the parser doesn't support namespaces, then it's a perfectly
fine name.

Roman.
Received on 2012-10-06 00:20:44 CEST

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.