info-cvs
[Top][All Lists]
Advanced

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

Re: RES: Checking out only files NEWER than given date/revision


From: Pierre Asselin
Subject: Re: RES: Checking out only files NEWER than given date/revision
Date: Thu, 6 May 2004 20:56:31 -0400
User-agent: tin/1.4.4-20000803 ("Vet for the Insane") (UNIX) (Linux/2.2.19-7.0.1 (i586))

Alek Lapuc <address@hidden> wrote:

> The reason is simple. At the begining of the project we had some
> sources and include files supplied "out-of-the-box" with a commercial
> product. Than we done some customizations -- some files were added,
> some were changed, some were untouched.

> The main idea is to filter out the untouched files, so they are
> separated from out-of-the-box ones.

> The reason for this is that files out-of-the-box can be automatically
> patched while patching the whole product with official patch. The
> patch is prepared outside to our project. Our changes are not known to
> the product vendor, and most propably would be corrupted during such a
> patch. But having original and customized files separated, we can
> apply the patch and merge it manually to our sources if needed.

Tracking third party sources in the presence of local changes is what
the 'cvs import' command does.  The external sources are usually
delivered as tarballs or zip archives, but applying patches will work
too.

So check out your last import tag, patch it, reimport the result
and merge your trunk.



reply via email to

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