Re: Properties with colons
From: Conor MacNeill <conor_at_cenqua.com>
Date: 2007-05-03 18:27:41 CEST
C. Michael Pilato wrote:
What clients prevent this? My 1.4.3 client on Windows does not seem to
Also I noted in the SVN book the following at:
http://svnbook.red-bean.com/nightly/en/svn.advanced.props.html
"A property name must start with a letter, a colon (:), or an underscore
Is that really ok to use a colon?
On my current system:
C:\Users\conor\work\repo\working\test>svn --version
C:\Users\conor\work\repo\working\test>svn add test.txt
C:\Users\conor\work\repo\working\test>svn ps svn::keywords Revision test.txt
C:\Users\conor\work\repo\working\test>svn commit -m "test"
C:\Users\conor\work\repo\working\test>svn ps blah:blah Test test.txt
C:\Users\conor\work\repo\working\test>svn commit -m "test2"
Committed revision 3.
C:\Users\conor\work\repo\working\test>
---------------------------------------------------------------------
|
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.