>-----Original Message----- >From: piclist-bounces@mit.edu [mailto:piclist-bounces@mit.edu] >On Behalf Of Gerhard Fiedler >Sent: 24 May 2007 13:41 >To: piclist@mit.edu >Subject: Re: [EE] CVS guru required > >Two main courses of action: > >1- Use the "cvs admin" command to delete the dead revision. >This is possible for a repository admin, but I don't recommend >it. (Check out "cvs -H admin" for options.) > >2- Check out the revision you want as HEAD; probably 1.12. >This can be done in a number of ways; one would be the cvs >update command. Try "cvs -H up" for a list of options; "cvs up >-r 1.12 CalForm.frm" should work. This gets you the file you >want, but it has now a "sticky" tag of revision 1.12. Rename >the file, and issue another update command to get rid of the sticky >tag: "cvs up -A CalForm.frm". Now rename the file back to >CalForm.frm, add it (you can now use Tortoise again, since you >now have a file to work with) and commit it. When you now >check the revision tree (again with Tortoise), you'll see the >revisions up to 1.12, followed by a dead revision 1.13, >followed by the HEAD revision of 1.14. > >The advantage of method 2 is that you don't remove any >information from the repository and can do this as a >non-admin. The "cvs admin -o" command actually removes >information from the repository files, which makes it so >dangerous (and that's also why it is an admin-only command). > Thank you Gerhard, that seems to have done the trick! Regards Mike ======================================================================= This e-mail is intended for the person it is addressed to only. The information contained in it may be confidential and/or protected by law. If you are not the intended recipient of this message, you must not make any use of this information, or copy or show it to any person. Please contact us immediately to tell us that you have received this e-mail, and return the original to us. Any use, forwarding, printing or copying of this message is strictly prohibited. No part of this message can be considered a request for goods or services. ======================================================================= -- http://www.piclist.com PIC/SX FAQ & list archive View/change your membership options at http://mailman.mit.edu/mailman/listinfo/piclist