info-cvs
[Top][All Lists]
Advanced

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

Re: removing from rep.


From: Pierre Asselin
Subject: Re: removing from rep.
Date: 1 Dec 2001 12:04:13 -0600

"Michael L. Hostbaek" <address@hidden> writes:

>What would happen, if I went and just did a cvs import
>some_module_that_exists in a devel dir ?

It would add your file tree to the tip of the vendor branch.  You will
then need to perform a merge on the trunk.  Something like

    $ cd some/where/clean
    $ cvs checkout -j<last import tag> -j<current import tag> <module>
    $ cd <module>
    fix conflicts
    $ cvs commit

This is in the manual, under "Tracking sources".

--
Pierre Asselin
Westminster, Colorado


-----= Posted via Newsfeeds.Com, Uncensored Usenet News =-----
http://www.newsfeeds.com - The #1 Newsgroup Service in the World!
-----==  Over 80,000 Newsgroups - 16 Different Servers! =-----


reply via email to

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