Re: [PATCH] Ignore the fact that a file is versioned when -F is passed to a subcommand different then 'commit'
From: Lars Kellogg-Stedman <lars_at_larsshack.org>
Date: 2002-01-27 06:08:33 CET
> Hmmm... Can you tell us a little more about the motivation? Did you
In fact, I was the one who originally ran into this problem, so here's a
In the absence of a 'propedit' command, I was storing a list of entries
Use -F (instead of PROPVAL) to get the value from a file.
Valid options:
Unfortunately, the file I was setting the values from was itself under
$ svn ps svn:ignore -F .ignore
svn_error: #21099 : <The log message file is under version control>
This error is misleading for two reasons:
(1) It's the wrong error. The above error message is really only
(2) The propset command doesn't accept the '--force' flag.
There may or may not be better ways of dealing with a multiline
In fact, looking at the options processing section of cmdline/main.c, I
In a situation where your syntax boils down to:
command [ common_options ] subcommand [ subcommand_options ]
Mightn't it make more sense to parse the common options and the
-- Lars
---------------------------------------------------------------------
|
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.