bug-cvs
[Top][All Lists]
Advanced

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

Re: CVS Guide - Feedback


From: Spiro Trikaliotis
Subject: Re: CVS Guide - Feedback
Date: Tue, 25 Mar 2008 19:00:53 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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

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