info-cvs
[Top][All Lists]
Advanced

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

Re: Easier way to add and remove?


From: Arcin Bozkurt - Archie
Subject: Re: Easier way to add and remove?
Date: Thu, 30 Aug 2001 07:52:55 -0400
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.2) Gecko/20010726 Netscape6/6.1



Koti wrote:
Hi,

1. what is the difference between cvs del & cvs rm ?
there is no difference:
cvs --help-synonyms gives the following list (1.10.8 - i guess the list still the same for 1.11)

CVS command synonyms are:
        add          ad new
        admin        adm rcs
        annotate     ann
        checkout     co get
        commit       ci com
        diff         di dif
        export       exp ex
        history      hi his
        import       im imp
        log          lo rlog
        login        logon lgn
        rdiff        patch pa
        release      re rel
        remove       rm delete
        status       st stat
        rtag         rt rfreeze
        tag          ta freeze
        update       up upd

2. If i removed the files from local dir and then cvs del
then it will note the deleted files. After some time
If i want to add a file with the filename which i have deleted
then cvs is not accepting, because cvs have some info in history
After the delete, you are doing the commit, right?


How can i add 'an already deleted file from cvs' to the repository ?
You just create a file with the same name. Since CVS is keeping a copy and history for the files removed in the Attic, it will figure out this was a file that was removed before. It will bring it back to life and note that it was resurrected :)

And probably (correct me if I am wrong) the file has to be at the same directory it was before.


Thanks,
- Koteswara Rao
Ph: 040 6513274 Extn: 8842
JUNO online services Dev Pvt Ltd.
GPR building, Begumpet,
Hyderabad, India
----------------------------------------------------------------
When one door of happiness closes, another opens; but often we look so long
at the closed door
that we do not see the one, which has opened for us. - Hellen Keller.

----- Original Message -----
From: "Cornellious Mann" <address@hidden>
To: <address@hidden>
Sent: Wednesday, August 29, 2001 3:26 AM
Subject: Easier way to add and remove?


Is there a way to dynamically commit all new and
deleted files? I can't find a way to do this. I have
to do an add or remove for each file. Thanks for any
help.


=====
Regards,
Cornellious Mann

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.com


_______________________________________________
Info-cvs mailing list
address@hidden
http://mail.gnu.org/mailman/listinfo/info-cvs




reply via email to

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