Anyone know of a better/easier way of rolling back to a previous file
version other then the following sequence:

cvs update -rver file.c
mv file.c file.c.older
cvs update -A file.c
mv file.c.older file.c
cvs commit -m "reverting to prev version" file.c


- nick

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

Reply via email to