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

Re: bug: TortoiseSVN refuses valid property names

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Mon, 16 Jan 2012 08:16:42 +0100

On Mon, Jan 16, 2012 at 02:26, Garret Wilson <garret_at_globalmentor.com> wrote:
> 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.

* SVNKit is *not* an official svn package.
* you're confusing DAV properties and SVN properties. Those are
completely different things.
* the error you get is because your property name is in fact invalid
if used as an svn property: it must not contain spaces (for one, there
are more restrictions).

Stefan

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2909061
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-16 08:17:12 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.