Re: Discarding changes from one revision and committing changes...

2003-01-30 Thread Eric Siegerman
On Thu, Jan 30, 2003 at 10:41:27AM -0500, Larry Jones wrote: > ADFH writes: > > > > If X is at version 1.21, and I want to go to version 1.20, make some > > changes, and then commit the file back as 1.22, how do I go about it? > > cvs up -A file # get the current revision of th

Re: Discarding changes from one revision and committing changes...

2003-01-30 Thread Larry Jones
ADFH writes: > > If X is at version 1.21, and I want to go to version 1.20, make some > changes, and then commit the file back as 1.22, how do I go about it? cvs up -A file # get the current revision of the file cvs up -j1.21 -j1.20 file # back out the unwanted chan

Discarding changes from one revision and committing changes...

2003-01-30 Thread ADFH
I have a file X... If X is at version 1.21, and I want to go to version 1.20, make some changes, and then commit the file back as 1.22, how do I go about it? commit keeps telling me the file is not up to date - which I know.. ADFH ___ Info-cvs mailin