Re: Property values for boolean properties.
From: Michael Haggerty <mhagger_at_alum.mit.edu>
Date: 2007-06-18 12:54:35 CEST
Karl Fogel wrote:
In general, it's nice to have an explicit value meaning "false".
svn propset svn:executable true filename
vs.
svn propdel svn:executable filename
It would be much nice to be able to type
svn propset svn:executable false filename
The same applies to svn:eol-style: there is no option meaning "binary".
svn propset svn:eol-style native file.ext
vs.
svn propdel svn:eol-style file.ext
It would be nice if the following were supported:
svn propset svn:eol-style binary file.ext
This is also awkward for cvs2svn's --auto-props feature, where you'd
Michael
---------------------------------------------------------------------
|
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.