info-cvs
[Top][All Lists]
Advanced

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

Re: Can import remove files?


From: Larry Jones
Subject: Re: Can import remove files?
Date: Tue, 18 Dec 2001 13:47:31 -0500 (EST)

Nicholas Catanchin writes:
> 
> Tracking third-party sources - how can I ensure that files that are
> removed from the third-party source are removed from my imported copy?

You need to merge the changes.  Given your example, after the second
import, do: 

        cvs co -rtest_18_12_01 -rtest_24_12_01 mytest
        cd mytest
        cvs ci -m'merge changes'

That will allow CVS to detect any removed files and remove them from the
trunk as well.

-Larry Jones

I don't like these stories with morals. -- Calvin



reply via email to

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