info-cvs
[Top][All Lists]
Advanced

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

Re: CVS import for executables and binary files


From: Russ Sherk
Subject: Re: CVS import for executables and binary files
Date: Mon, 18 Apr 2005 09:22:30 -0400

On 4/18/05, Spiro Trikaliotis <address@hidden> wrote:
> Hello,
> 
> * On Mon, Apr 18, 2005 at 10:26:58AM +0530 Balaji D wrote:
> 
> > When I import few object files and exeuctables, through cvs import
> > command through command line, I dont get these files reflected in the
> > cvs area.
> >
> > Can some one help me to find out the option for importing those files.
> 
> Most probably, they are ignored because of the build-in ignore list if
> CVS, cf.
> https://www.cvshome.org/docs/manual/cvs-1.11.19/cvs_18.html#SEC178
> 
> If you set "-I !" in the command-line of "cvs import", the binary files
> should be handled, too.
> 
> > Also, I import .jar files into the cvs area, they donot reflect the
> > original size in the cvs area and even when I do a check out, their
> > sizes seem to be less...(For example a .jar of 393 KB is reflecting as
> > 7KB when I import to cvs and check it out).
> 
> .jar files are compiled java classes, aren't they? In this case, they
> are binary files, and they have to be handled like this. See

.jar file are Java ARchives.  Basically jars are zip archives
containing compiled java classes and other file resources.  As you
said, they need to be -kb'd.

Cheers,

--Russ

>   https://www.cvshome.org/docs/manual/cvs-1.11.19/cvs_9.html#SEC79
> and
>   https://www.cvshome.org/docs/manual/cvs-1.11.19/cvs_18.html#SEC166
> 
> HTH,
>    Spiro.
> 
> --
> Spiro R. Trikaliotis                              http://cbm4win.sf.net/
> http://www.trikaliotis.net/                     http://www.viceteam.org/
> 
> 
> _______________________________________________
> Info-cvs mailing list
> address@hidden
> http://lists.gnu.org/mailman/listinfo/info-cvs
>




reply via email to

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