[cvsnt] Re: Bug in command line parsing for tag command
Tony Hoyle
tmh at nodomain.org
Tue Jan 11 00:47:18 GMT 2005
Jerzy Kaczorowski wrote:
> Tony,
>
> There seem to be a bug in the tag command line parsing if it contains "--"
> to mark the last argument and the begining of files, e.g.:
Apart from already being handled by the client... the syntax is wrong.
> cvs.exe tag a -- -hyphenfile.tst
"a" is an argument. You want:
cvs.exe tag -- a -hyphenfile.txt
Tony
More information about the cvsnt
mailing list