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

bug: TortoiseSVN refuses valid property names

From: Garret Wilson <garret_at_globalmentor.com>
Date: Sun, 15 Jan 2012 17:26:49 -0800

Because Subversion over WebDAV (and Subversion in general) doesn't
support namespace URIs in property names, I've created a system in which
I encode URIs in property names using completely valid XML characters.
For example, here is one such property name:

    http·3a·2f·2fpurl.org·2fdc·2felements·2f1.1·2ftitle

I've written an article further explaining this approach for Subversion
properties.

    http://www.garretwilson.com/blog/2008/04/08/subversionpropertynamespaces.xhtml

This works fine in Subversion over mod_dav on Apache. It works fine
using SVNKit. Note that the blog above is itself backed by a Subversion
store using the noted Subversion property to indicate the title,
"Subversion Property Namespaces".

Such Subversion properties don't work in TortoiseSVN, though, giving me
a "Bad property name" error.

Garret

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2908996

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-16 02:26:57 CET

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.