David Somers wrote: > > Here is the command the I run: > > # cvs commit -m "merge 2.6.0" > > Here's the head of the .in log > > > Argument prj > Argument -m > Argument merge 2.6.0 > Argument -- What is 'prj'? It's being added to the arguments before the -m so breaking it. It's not one of the files (they're sent after the '--'). Tony