Re: how do I undo local changes

2005-07-09 Thread Spiro Trikaliotis
Hello, adding to what Jason and Rahul said: * On Fri, Jul 08, 2005 at 03:27:13PM -0700 MEENA SELVAM wrote: but in CVS I only find the cvs admin -o command to revert to older versions. But how can i simply undo the changes locally, without concerning about version? From your statement, I am

how do I undo local changes

2005-07-08 Thread MEENA SELVAM
Hi, I checkedout a file from a repository for first time. i modified it. but i do not want my changes. now i want to do a cvs update to get others changes. but i will be asked for merging. i want to avoid that step. even i want to prevent automatic merging so i need to undo the changes. in

Re: how do I undo local changes

2005-07-08 Thread Rahul
You can do : 1. cvs up -C file You will see a msg similar to (Locally modified license.props moved to .#license.props.1.1) It will pull the latest from CVS tree and save the current changes in a .# file 2. rm file and pull again - cvs co/up Regards, Rahul Bhargava CTO, WANdisco

RE: how do I undo local changes

2005-07-08 Thread Jason Sicotte
Wrappers specification line. Looks like you want -C -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of MEENA SELVAM Sent: Friday, July 08, 2005 6:27 PM To: info-cvs@gnu.org Subject: how do I undo local changes Hi, I checkedout a file from a repository