info-cvs
[Top][All Lists]
Advanced

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

Re: .a files problem


From: Kaz Kylheku
Subject: Re: .a files problem
Date: Tue, 16 Jul 2002 08:36:29 -0700 (PDT)

On Tue, 16 Jul 2002, dd hh wrote:

> 
>                   Help is needed for the following problem. whenever i commit 
> my files .a files get merged ie my libmeet.a gets merged.
> 
> For obvious reasons I want to stop this merging, pl tell me what to do in 
> this case.

Don't put derived objects under version control. Version only the
source files that go into making libmeet.a. If you must have libmeet.a
in the version control system, for whatever strange reason, add it as
a binary file. When you merge, merge the sources, recompile them and
commit the newly compiled binary file.

-- 
Meta-CVS: solid version control tool with directory structure versioning. 
http://users.footprints.net/~kaz/mcvs.html  http://freshmeat.net/projects/mcvs




reply via email to

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