Re: bug report "svn propset"
From: Paul Koning <Paul_Koning_at_dell.com>
Date: Wed, 18 Feb 2009 11:31:31 -0500
>>>>> "Mantas" == Mantas Balnys <mantas.balnys_at_nomagic.com> writes:
Mantas> OS: Fedora 8 SVN: 1.4.4
Mantas> Example: svn propset "propname" "-propvalue" file.txt svn:
Mantas> It seems that propvalue can't start with '-'
Yes, it can.
Unix switches (options) begin with "-", and modern apps allow options
There is also a standard Unix convention that says "there are no more
For example:
svn propset -q -- propname -propvalue file.txt
Here -q is an option but -propvalue is a command argument. This will
paul
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_subversion.tigris.org].
|
This is an archived mail posted to the Subversion Users mailing list.
This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.