Hello,

* On Mon, Mar 24, 2008 at 10:39:09PM -0400 Jim Hyslop wrote:
 
> Using the file names and revisions in your example, I'd issue these
> commands:
[...]
> cvs update -p -r1.1 new.html>new.html
[...]
> cvs add new.html
> cvs commit new.html
> 
> The file is now checked in and ready to resume operations.

Instead of this, I would do:

  cvs up -j 1.2 -j 1.1 new.html
  cvs commit new.html

Regards,
   Spiro.

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


Reply via email to