You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@subversion.apache.org by Juanma Barranquero <jm...@wke.es> on 2004/02/20 09:08:43 UTC

Problem with namespace prefixes in revision properties

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