Re: cvs: How to get last but one copy, from repository

2001-06-15 Thread Mike Castle
On Fri, Jun 15, 2001 at 10:56:03AM +0530, Koti wrote: commit. So I want to delete the modifications done by last commit. How can i do it ? I have no exact idea, I think i can do by cvs update -p Correct. Specifically: cvs up -p -r 1.x file.c file.c Can i get last nut one copy in a single

Re: cvs: How to get last but one copy, from repository

2001-06-15 Thread Larry Jones
Koti writes: So I want to delete the modifications done by last commit. http://cvshome.org/docs/manual/cvs_5.html#SEC62 -Larry Jones Honey, are we out of aspirin again? -- Calvin's Dad ___ Info-cvs mailing list [EMAIL PROTECTED]

cvs: How to get last but one copy, from repository

2001-06-14 Thread Koti
Hi, Just i commited few changes in a project. changes are only in 3 files. Later i came to now that thae last version is the best rather than latest commit. So I want to delete the modifications done by last commit. How can i do it ? I have no exact idea, I think i can do bycvs update -p