"Michael L. Hostbaek" <[EMAIL PROTECTED]> 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! =-----
_______________________________________________
Info-cvs mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/info-cvs

Reply via email to