Blank files in Crucible code review even though revision in Fisheye shows code

お困りですか?

アトラシアン コミュニティをご利用ください。

コミュニティに質問

症状

Blank files in code review even though revision in Fisheye shows code.

原因

There was a bug for Fisheye/Crucible that was fixed in version 2.7.9. The bug itself was fixed but bad patch files weren't cleaned up as part of the bug fix. For reference:

CRUC-6013 - Getting issue details... STATUS

ソリューション

If currently running a version prior to 2.7.9 proceed by upgrading to the latest version. Otherwise, remove current diff index files to trigger Crucible to re-fetch the diff information the next time the review is accessed.

  1. Go to FISHEYE_INST/var/data/uploads. Note the nested directory/file structure, e.g. 00/00/1.dat.
  2. Backup the directory.
  3. Delete all zero length files from the uploads directory. For example, if using Unix, this can be done with the following command:

    find . -type f -size 0 | xargs rm

   


 

最終更新日 2018 年 7 月 31 日

この内容はお役に立ちましたか?

はい
いいえ
この記事についてのフィードバックを送信する
Powered by Confluence and Scroll Viewport.