info-cvs
[Top][All Lists]
Advanced

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

Re: .obj in the cvs


From: Larry Jones
Subject: Re: .obj in the cvs
Date: Mon, 3 Sep 2001 17:04:32 -0400 (EDT)

=?iso-8859-1?q?Mart=EDn=20Marqu=E9s?= writes:
> 
> How do I make .obj files get imported to the repository of my application 
> through cvs?

You have to override the default ignore list:

        http://www.cvshome.org/docs/manual/cvs_18.html#SEC173

(and be sure to import them in binary mode).

BUT, you need to think about why you want to do that.  Object files are
almost always derived from source files; it makes much more sense to
store only the source files in CVS.

-Larry Jones

I've never seen a sled catch fire before. -- Hobbes



reply via email to

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