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

Issue with "prefix:prop=propval"

From: Stein Roger Skafløtten <srsmail_at_hotmail.com>
Date: 2004-07-25 23:09:15 CEST

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 ;-)

Best,
Stein Roger

_________________________________________________________________
MSN Messenger http://www.msn.no/messenger Den korteste veien mellom deg og
dine venner

---------------------------------------------------------------------
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:09:29 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.