info-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Help Required:


From: Prem Prakash Pathak
Subject: RE: Help Required:
Date: Wed, 29 Jan 2003 15:08:44 +0530

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:address@hidden
Sent: Wednesday, January 29, 2003 2:35 PM
To: address@hidden
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
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

[Prev in Thread] Current Thread [Next in Thread]