Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
Am using cvs version 2.0.51d (see below): C:\projects>cvs --version Concurrent Versions System (CVSNT) 2.0.51d (client/server) Copyright (c) 1989-2001 Brian Berliner, david d `zoo' zuhn, Jeff Polk, and other authors CVSNT version (Aug 19 2004) Copyright (c) 1999-2004 Tony Hoyle and others see http://www.cvsnt.org CVS may be copied only under the terms of the GNU General Public License, a copy of which can be found with the CVS distribution kit. SSH connectivity provided by PuTTY: PuTTY is copyright 1997-2001 Simon Tatham. Portions copyright Robert de Bath, Joris van Rantwijk, Delian Delchev, Andreas Schultz, Jeroen Massar, Wez Furlong, Nicolas Barry, Justin Bradford, and CORE SDI S.A. see http://www.chiark.greenend.org.uk/~sgtatham/putty/ Specify the --help option for further information about CVS I am using it to chekin code to a repository on my local machine using the following command cvs -d :pserver;hostname=localhost;port=2401:/CVSREPOSITORY import -m "Automated import by AProject Third Party Source import MACRO" -W "*.xlt -k 'b'" -W "*.sys -k 'b'" -W "*.ise -k 'b'" -W "*.Exe -k 'b'" -W "*.xls -k 'b'" -W "*.msi -k 'b'" AProject TPS/BPoject ORBITEC BPojectBeta1 cvs -d :pserver;hostname=localhost;port=2401:/CVSREPOSITORY import -m "Automated import by AProject Third Party Source import MACRO" AProject TPS/BPojectORBITEC BPojectBeta1 The size of the project is 208 MB (218,753,042 bytes). I get the error from CVS: cvs [import aborted]: out of memory; can not allocate 2147454976 bytes 2147454976 bytes is ~2Gig is this a files size limitaiton. Partition is NTFS. Is this a ram or HDD error. Free space on HDD is 28.1 GB. Machine is XP Pro Service Pack 2, 1GB RAM. Why is this occuring? What can I do to prevent it? Brian