You can try out this command. It will help u to revert the changes.
For example, if u want to revert version 1.3 of hello.c as ur latest
version, you can run command like this.

paste$ cvs update -j 1.4 -j 1.3 hello.c
RCS file: /usr/local/cvs/myproj/hello.c,v
retrieving revision 1.4
retrieving revision 1.3
Merging differences between 1.4 and 1.3 into hello.c
paste$ cvs update
cvs update: Updating .
M hello.c
cvs update: Updating a-subdir
cvs update: Updating a-subdir/subsubdir
cvs update: Updating b-subdir
paste$ cvs ci -m "reverted to 1.3 code" hello.c
Checking in hello.c;
/usr/local/cvs/myproj/hello.c,v  <--  hello.c
new revision: 1.5; previous revision: 1.4
done

Finally, Here new revision is similar to revision 1.3 of hello.c.

--prem
-----Original Message-----
From: Amit Sharma [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, January 29, 2003 2:35 PM
To: [EMAIL PROTECTED]
Subject: Help Required:


Hi All,
        I need to get the information for the checkins between 2 dates in my
repository. Please help me if any body has idea how to do this.


Regards,
Amit.



_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs


_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to