info-cvs
[Top][All Lists]
Advanced

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

Re: .obj in the cvs


From: Martín Marqués
Subject: Re: .obj in the cvs
Date: Mon, 3 Sep 2001 18:50:21 -0300

On Lun 03 Sep 2001 18:04, Larry Jones wrote:
> =?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).

For what I see, I should make a file $CVSROOT/CVSROOT/cvsignore that contains 
this:

!
RCS     SCCS    CVS     CVS.adm
RCSLOG  cvslog.*
tags    TAGS
.make.state     .nse_depinfo
*~      #*      .#*     ,*      _$*     *$
*.old   *.bak   *.BAK   *.orig  *.rej   .del-*
*.a     *.olb   *.o     *.so    *.exe
*.Z     *.elc   *.ln
core


Is this right?

> 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.

That's because I used that extension for files that contain class objects. 
They are really source files.

Anyway, for now all I will be saving in the repository is PHP source code.

Saludos... :-)


-- 
Porqué usar una base de datos relacional cualquiera,
si podés usar PostgreSQL?
-----------------------------------------------------------------
Martín Marqués                  |        address@hidden
Programador, Administrador, DBA |       Centro de Telematica
                       Universidad Nacional
                            del Litoral
-----------------------------------------------------------------



reply via email to

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