You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Julian Reschke <ju...@gmx.de> on 2002/05/11 21:28:12 UTC

RE: [Issue 701] - Subversion properties live in an XML namespace called "svn:"

Hi,

I just read a thread on the mailing list that seems to be the one you are
referring to.

The main problem (slightly unrelated) I see there is that the claim is made
that WebDAV properties are identified by URIs. This is *not* the case.
WebDAV properties are identified by QName (qualified name), which is a pair
of a URI reference and an XML name.

The current situation (for which I raised the bug report) simply is that the
XML content sent by subversion isn't stricly NS-wellformed XML. This could
be avoided by mapping "svn:" to something else when present in XML content,
or to use something else in the first place.

It escapes me why Subversion tries to define a URI scheme just for the
purpose identifying it's "own" properties (I have only looked at Subversion
from a WebDAV p.o.v., so I may be missing something). I don't see how the
IETF would register a new URI scheme for this purpose (would it be tried).

Julian

> -----Original Message-----
> From: issues@subversion.tigris.org [mailto:issues@subversion.tigris.org]
> Sent: Saturday, May 11, 2002 10:15 PM
> To: reschke@tigris.org
> Subject: [Issue 701] - Subversion properties live in an XML namespace
> called "svn:"
>
>
> http://subversion.tigris.org/issues/show_bug.cgi?id=701
>
> kfogel@tigris.org changed:
>
>                   What    |Old Value                  |New Value
> ==================================================================
> ================
>                     Status|REOPENED                   |RESOLVED
> ------------------------------------------------------------------
> ----------------
>                 Resolution|                           |INVALID
> ------------------------------------------------------------------
> ----------------
>
>
>
> ------- Additional Comments From kfogel@tigris.org  2002-05-11
> 13:15 -------
> Did you actually go back and search the old dev archives like I
> mentioned? :-)
>
> Leave this issue closed (unless you saw an actual behavioral bug
> resulting from it) please, and discuss on the dev list if you
> feel it's important.  But first read the old discussion.
>
> The question of what constitutes a real "issue" is admittedly
> open to interpretation.  However, since this hasn't actually
> caused a problem for users (and is unlikely to do so), and it *was*
> discussed at length, and settled, about two years ago, I don't
> see that any purpose is served by opening an issue, unless you're
> actually bringing something new to the discussion -- e.g., data
> that should have been considered in the previous discussion
> but wasn't.
>


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: [Issue 701] - Subversion properties live in an XML namespacecalled "svn:"

Posted by Julian Reschke <ju...@gmx.de>.
> From: Greg Hudson [mailto:ghudson@MIT.EDU]
> Sent: Sunday, May 12, 2002 2:21 AM
> To: Julian Reschke
> Cc: dev@subversion.tigris.org
> Subject: RE: [Issue 701] - Subversion properties live in an XML
> namespacecalled "svn:"
>
>
> On Sat, 2002-05-11 at 17:28, Julian Reschke wrote:
> > The current situation (for which I raised the bug report)
> simply is that the
> > XML content sent by subversion isn't stricly NS-wellformed XML.
>
> Precisely what XML content is in violation here?  I don't think we ever
> use Subversion property names as XML attribute names.

Just try a PROPFIND "allprop" on a subversion repository (I was testing
against the Subversion source repository). You will see properties reported
in a namespace called "svn:". I don't know which kind of properties they
are, but they are certainly there.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org

RE: [Issue 701] - Subversion properties live in an XML namespace called "svn:"

Posted by Greg Hudson <gh...@MIT.EDU>.
On Sat, 2002-05-11 at 17:28, Julian Reschke wrote:
> The current situation (for which I raised the bug report) simply is that the
> XML content sent by subversion isn't stricly NS-wellformed XML.

Precisely what XML content is in violation here?  I don't think we ever
use Subversion property names as XML attribute names.


---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org