Issue #1921
From: C. Michael Pilato <cmpilato_at_collab.net>
Date: 2004-06-16 18:28:28 CEST
Issue #1921 contains a patch for adding support for the --targets
----------------------------------------------------------------------------
Hmm... can o' worms.
'--targets FOO' is transformed into an array of targets, one for each
It appears that some subcommands (like 'svn switch') merge those two
svn switch --targets FOO
where FOO contains:
some-URL
And it will work.
Other commands, like 'svn propset', however, do their syntax checking
So you while you can do:
svn propset svn:mime-type image/jpeg --target FOO
where FOO contains:
file1
you can *not* do:
svn propset --targets FOO
where FOO contains:
svn:mime-type
This inconsistency is certain to cause confusion if the --targets flag
Cleanliness dictates that I think that --targets should only be used
---------------------------------------------------------------------
|
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.