On 2003-05-27 15:50-0400 [EMAIL PROTECTED] wrote:

> cd CVS/ProjectA
> cvs -m " " -I ! ProjectA ProjectA start
>
> and it hangs
>
> Any ideas?

You need to escape the exclamation mark, it is interpreted by the shell.
Change it to:

cvs -m " " -I \! ProjectA ProjectA start

Regards,
Øyvind
-----------
cat /dev/urandom >SCO



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to