The file parser is confused when the -m "Message" is
used in the commit command:
cvs -d:pserver:[username]@server.com:/cvsroot/test
commit -m "This is my message"
causes an issue but:
cvs -d:pserver:[username]@server.com:/cvsroot/test
commit -m "This is my message" myfile
works.