info-cvs
[Top][All Lists]
Advanced

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

Re: Why can't commit file on the case?Please help me!


From: Larry Jones
Subject: Re: Why can't commit file on the case?Please help me!
Date: Tue, 22 Jan 2002 11:59:21 -0500 (EST)

George xu writes:
> 
>   I has a file setup.ini in work directory .and The setup.ini file
> current version is 1.2 . Now I want to back to version 1.1.1.1 then
> modifiy the setup.ini file and commit it.But I can't do it.

No, you can't.  But you can overwrite the current version and then
commit it:

        cvs update -A setup.ini
        cvs update -r 1.1.1.1 -p setup.ini >setup.ini
        cvs commit setup.ini

-Larry Jones

He doesn't complain, but his self-righteousness sure gets on my nerves.
-- Calvin



reply via email to

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