--- Mike Ayers <[EMAIL PROTECTED]> wrote: > > I have a file which is, say, rev 1.11. I would > like to load the rev 1.10 > version of the file and start working from there. > Anyone know how to do this?
If you really want to rollback the change from 1.11: 1. cvs up -p -r 1.10 filename >filename 2. cvs ci -m "rolled back to 1.10 because of some unknown reason" filename 3. start working as before HTH, Noel __________________________________________________ Do You Yahoo!? Yahoo! - Official partner of 2002 FIFA World Cup http://fifaworldcup.yahoo.com _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
