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 not sure if you correctly understand the
impliciations of the admin -o command. Thus, the following applies:

WARNING: DON'T DO THIS! ;) There is almost never a reason to do a cvs
admin -o, thus, be very careful unless you fully understand what that
means.

This command has NOTHING to do with what you want to achieve. Your task
can be done by removing the file before doing an update, or using up -C
(as Jason und Rahul said).

Best regards,
   Spiro.

-- 
Spiro R. Trikaliotis  http://cbm4win.sf.net/
http://www.trikaliotis.net/ http://www.viceteam.org/


___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs


Re: add new files to branch

2005-07-09 Thread Pierre Asselin
Mei-Xing Zhao [EMAIL PROTECTED] wrote:
 Thanks. cvs tag works. But after running this cvs tag command, do I do 
 a cvs add to add this file the the branch?

It's already added.  Just switch your sandbox to the branch,
cvs update -r release-1-patch
and you'll find that the file is now present.


-- 
pa at panix dot com
___
Info-cvs mailing list
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs