info-cvs
[Top][All Lists]
Advanced

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

Re: not all files get imported


From: Pierre Asselin
Subject: Re: not all files get imported
Date: Wed, 1 Dec 2004 01:20:45 +0000 (UTC)
User-agent: tin/1.6.1-20030810 ("Mingulay") (UNIX) (NetBSD/2.0_RC4 (i386))

Spiro Trikaliotis <address@hidden> wrote:

> * On Tue, Nov 30, 2004 at 06:56:04AM -0000 manisha r sankpal wrote:

> > address@hidden test_prj >> import -m "log msg" test_prj username start
> > but this command fails to check in one directory into the cvs. this
> > dir contains only one *.o  file.

> [ ... ]
> If you want to circumvent this, use -I ! on your "cvs import".

Spiro is correct.  To this I add:  if you want to repair your
import just *repeat* it, this time with the -I! option.  Be sure
and use the same release tag as in the initial, partial, import.

Oh, and this assumes that you do want the .o file in your repository.
If you just want the directory but not the file, that can't be done.
CVS won't import empty directories.  Workarounds would be
    1)  modify your build system to create the directory
        after checkout, if it is missing;
    2)  add an empty .dummy file before the import, so the
        directory is no longer empty.

-- 
pa at panix dot com


reply via email to

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