info-cvs
[Top][All Lists]
Advanced

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

large binary file support in CVS


From: Christopher 'The Homie Beard' Hemphill
Subject: large binary file support in CVS
Date: Wed, 12 Dec 2007 08:11:45 -0800

Hello,

 

I wanted to know if there is a limit for binary file size in CVS.

 

We have a need to store and version Video Clips of up to 40 Gig in size.  I have tried pushing these through CVS but get errors:

 

cvs import bigfiletest release import

N bigfiletest/4Gigger.iso

cvs import: cannot lstat file 4Gigger.iso: Value too large for defined data type

 

 

 

Or if I try to add the file to an existing module:

 

$ ls -lh

total 29G

-rw-r--r--  1 chemphill chemphill    0 2007-12-11 15:03 cbh_test

drwxr-sr-x  2 chemphill chemphill 4.0K 2007-12-11 15:03 CVS

-rwxr-xr-x  1 chemphill chemphill  28G 2007-12-11 12:34 large.divx

-rwxr-xr-x  1 chemphill chemphill 416M 2007-12-04 15:44 test_clip2.divx

-rwxr-xr-x  1 chemphill chemphill  94M 2007-12-04 13:52 test_clip.avi

-rwxr-xr-x  1 chemphill chemphill  493 2007-12-04 14:55 time.sh

           

address@hidden:~/cvs-divx/test_clips$ cvs add large.divx

cvs add: nothing known about large.divx

 

 

Thanks,

-chris

 


reply via email to

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