I have a new repository created and importing some existing code which was not under CVS control into this new repository. while importing, its importing the files without .bak extension, and not reflecting the files in CVS Repository with .bak extension. I don't find any cvsignore file in CVSROOT directory.
-----Original Message----- From: Harald Kucharek [mailto:[EMAIL PROTECTED]] Sent: Friday, January 11, 2002 9:33 AM To: Datla, Raghav Cc: '[EMAIL PROTECTED]' Subject: Re: Not able to import some files!! Have a look at the cvsignore file in the CVSROOT directory. It lists all file extensions of files cvs should ignore. .bak are usually backup files created by an editor and you are usually not interested to keep such files. But if you are, delete the *.bak line in cvsignore. Harald "Datla, Raghav" wrote: > > Hi, > Out of the files below, the file tax060.cob.bak is a text file. Its > not reflecting in the repository when it is imported. > The other file is a binary. > > Can you please post some information on how CVS considers files being > imported, I mean does it look at the extensions?.. > > Thanks, > -Raghav > > > -----Original Message----- > > From: Datla, Raghav > > Sent: Thursday, January 10, 2002 5:56 PM > > To: '[EMAIL PROTECTED]' > > Subject: Not able to import some files!! > > > > Hi, > > > > I am using the following to import some code into CVS Repository using > > the following. > > > > $ cvs import -m "" taxware/cobol cvs start > > > > N taxware/cobol/tax060 > > I taxware/cobol/tax060.cob.bak > > I taxware/cobol/tax060.o > > > > No conflicts created by this import. > > > > what I stands for and why am i getting that. I think CVS is not able to > > recognise some file types, probably binaries. I did't understand on what > > basis its considering that fact. > > > > Thanks inadvance, > > -Raghav > > _______________________________________________ > Info-cvs mailing list > [EMAIL PROTECTED] > http://mail.gnu.org/mailman/listinfo/info-cvs -- iXpoint Informationssysteme GmbH # Rheinstra�e 79a # Harald Kucharek 76275 Ettlingen # [EMAIL PROTECTED] Tel/Fax +49 7243 3775-0/77 # www.ixpoint.de _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
