J Krugman writes:
> 
> I don't understand what I'm doing wrong.  The command
> 
>   % cvs -d $MY_REPO ci -m "testing ci" some_file
> 
> ...runs without any error messages, but immediately afterwards
> 
>   % cvs -d $MY_REPO lo some_file |grep "testing ci"
> 
> ...produces no output.

Did the commit actually commit a new revision of the file?  If the file
hasn't been changed, commit doesn't do anything unless you use the -f
flag to force a commit.

-Larry Jones

Oh, now don't YOU start on me. -- Calvin


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

Reply via email to