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

Re: Issue with "prefix:prop=propval"

From: Chia-liang Kao <clkao_at_clkao.org>
Date: 2004-07-25 23:21:37 CEST

This is fixed in 1.1. See #1807.

On Sun, Jul 25, 2004 at 09:09:15PM +0000, Stein Roger Skafløtten wrote:
> Thought I should organize some props into a namespace (just as svn: is a
> namespace)
>
> Setting it works fine:
>
> >svn propset myprefix:myprop--revprop -r 0 propval
> property 'myprefix:myprop' set on repository revision '0'
>
> Getting it back doesn't:
>
> >svn propget myprefix:myprop --revprop -r 0
> svn: PROPFIND request failed on '/svn/myrepos/!svn/vcc/default'
> svn: PROPFIND of '/svn/myrepos/!svn/vcc/default': 400 Bad Request
> (http://myserver)
>
> If I replace the colon above with a dot, it works just fine.
>
> Maybe there's a good reason for this, but I sure cannot deduce it from the
> error message ;-)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Jul 25 23:18:59 2004

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.