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

  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
Info-cvs@gnu.org
http://lists.gnu.org/mailman/listinfo/info-cvs

Reply via email to