info-cvs
[Top][All Lists]
Advanced

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

Re: Editing files


From: Aditi Gupta
Subject: Re: Editing files
Date: Sat, 21 Jul 2007 04:00:10 -0400

I was confused but now I understand better. Thank you for your help!

On 7/20/07, Pierre Asselin <address@hidden > wrote:
Aditi Gupta <address@hidden > wrote:

> If I want to add some lines to a code that exists in a CVS repository, then
> can I open an editor while in CVS?

What do you mean by "while in CVS" ?


> like:
> $ cvs vi <filename> ?
> If not, what shall I do?

More like

    cvs checkout <name-of-your-project>
    cd <name-of-your-project>
    vi <filename>

and when you're done,

    cvs commit


> Is there a way to copy paste some lines from one code to the other while in
> CVS ?

Again there is no such thing as "while in CVS".  Once you check out
a sandbox, you have a private copy of the files and you can do
anything you want to them.  When your private copy is in a state
you like, you can commit your changes.


--
pa at panix dot com


reply via email to

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