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

[cvs-ml 877] Re: cannot open dbm file



te-kun <j-kiss@mail.com> writes:

> cvs.exe add: in directory .:
> cvs.exe [add aborted]: *PANIC* administration files missing
> となってしまいました。
> # うーん、cvs じゃなくてcygwin の問題なんでしょうか。
> # Win95なので、administer といわれても、えっ?て感じです。

administration files というのは CVS が管理しているファイルのこと
でしょう。repos.c の中には、以下のようなコメントがありました。

        /* FIXME: This is a very poorly worded error message.  It
           occurs at least in the case where the user manually
           creates a directory named CVS, so the error message
           should be more along the lines of "CVS directory found
           without administrative files; use CVS to create the CVS
           directory, or rename it to something else if the
           intention is to store something besides CVS
           administrative files".  */
        error (0, 0, "in directory %s:", xupdate_dir);
        error (1, 0, "*PANIC* administration files missing");

cvs add を実行したディレクトリはどのような状態でしょうか?
CVS という名前のディレクトリが存在するのに、ディレクトリの中には
ファイルが存在しないということはありませんか。

-- やまの