info-cvs
[Top][All Lists]
Advanced

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

Re: Core dump


From: Mark D. Baushke
Subject: Re: Core dump
Date: Fri, 23 Sep 2005 00:44:08 -0700

<#part sign=pgp sender=0x6B039C51>
Thomson, Alisa <address@hidden> writes:

> I have cvs installed on Solaris and have been using it with relatively
> few problems (just some directory renaming weirdisms) for about 8
> months.  It is still working fine on existing projects, but I am trying
> to create a new project and get a core dump on cvs import.  Any ideas
> what could be affecting just the import?

What version of cvs? Did you get a backtrace of the core dump? Was there
any assertion error message printed as the output?

Did you use 'cvs import -I ! module/path vendor vendortag' and also
happen to have a 'CVS' directory in the import list? If so, you might
want to use 'cvs import -I ! -I CVS module/path vendor vendortag'
instead.

Note that adding a new project need not be done via a 'cvs import'
command, you may also use something like

  cvs checkout -d top .
  cd top
  mkdir new-module-name
  cvs add new-module-name
  : and then add more files as you wish and commit them as normal

> 
> Thanks in advance.
> 
> 
> *************************************************************************
> This email and any files transmitted with it are confidential and are 
> intended solely for the use of the individual or entity to whom it is 
> addressed.  This communication may contain protected or privileged 
> material and should only be viewed by the intended recipient(s).  If 
> you are not the intended recipient or the person responsible for 
> delivering the email to the intended recipient(s), be advised that 
> you have received this email in error and that any use, dissemination, 
> forwarding, printing or copying of this email is strictly prohibited.
> Any data contained in this e-mail has been prepared for 
> informational purposes only unless otherwise specified.  While
> it is believed to be correct, accuracy cannot be guaranteed.
> *************************************************************************

The above disclaimer is a bit silly when sent to an e-mail list.
You do not have rights to prohibit dissemination to a public list.

        -- Mark




reply via email to

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