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

Problem with namespace prefixes in revision properties

From: Juanma Barranquero <jmbarranquero_at_wke.es>
Date: 2004-02-20 10:08:43 CET

Is that a known issue?

   D:\> svn propset my-data --revprop -r 1 -F data http://localhost/test
   property 'my-data' set on repository revision '1'

   D:\> svn propget my-data --revprop -r 1 http://localhost/test > data.out

   D:\> svn propset my:data --revprop -r 1 -F data http://localhost/test
   property 'my:data' set on repository revision '1'

   D:\> svn propget my:data --revprop -r 1 http://localhost/test > data.out
   svn: PROPFIND request failed on '/test/!svn/vcc/default'
   svn: PROPFIND of '/test/!svn/vcc/default': 400 Bad Request (http://localhost)

   D:\> tail /n1 \www\logs\error.log.1077235200
   [Fri Feb 20 09:50:22 2004] [error] [client 127.0.0.1] An undefined namespace prefix was used.

however:

   D:\> svn pg my:data --revprop -r 1 svn://localhost/ > data.out

   D:\> svn pg my:data --revprop -r 1 file:///D:/data/store/test > data.out

   D:\>

                                                                Juanma

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Feb 20 10:08:57 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.