Hi folks,

Does moving / renaming a file in CVS necessarily mean that the "new" file
ends up at version 1.1?
I followed the instructions at the (excellent) red-bean CVS tutorial thusly
:

floss$ mv oldname newname
floss$ cvs remove oldname
floss$ cvs add newname
floss$ cvs ci -m "renamed oldname to newname" oldname newname

and found that the "newname" file started at version 1.1. 

Is this situation avoidable?

Regards,
Constantine.

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

Reply via email to