[EMAIL PROTECTED] on 2000.07.20 12:52:32
>>>If it doesn't "unmodify" code, what is its purpose, then?
>>
>>Exactly what the command is, "cvs unedit".  It removes the edit from
>the file
>>and notifies watchers of the action.  I forget how I had it treat the
>write bit
>>(in my patch).
>>
>>Remember, "cvs edit" and family are there to facilitate communication
>>among developers.  Nothing else.
>
>So, what happens when you try and commit that module.  Will it commit
>that file or not?

Yes, this behaviour is consistent with OOTB CVS (ie without "cvs edit").  For
example:
cvs co module
cd module
cat hello >> file # OOTB CVS has files read-write
cvs ci # will checkin file

If you don't want this behaviour, use the "cvs ci -c" patch which'll check for
valid edits before committing.

Noel




This communication is for informational purposes only.  It is not intended as
an offer or solicitation for the purchase or sale of any financial instrument
or as an official confirmation of any transaction. All market prices, data
and other information are not warranted as to completeness or accuracy and
are subject to change without notice. Any comments or statements made herein
do not necessarily reflect those of J.P. Morgan & Co. Incorporated, its
subsidiaries and affiliates.

Reply via email to