Page MenuHomePhabricator

Raise a setup warning for missing or invalid local repository directory
ClosedPublic

Authored by epriestley on Oct 30 2013, 12:03 AM.
Tags
None
Referenced Files
Unknown Object (File)
Mar 22 2026, 5:19 AM
Unknown Object (File)
Mar 22 2026, 5:19 AM
Unknown Object (File)
Mar 18 2026, 10:12 PM
Unknown Object (File)
Mar 2 2026, 8:50 AM
Unknown Object (File)
Feb 25 2026, 5:02 AM
Unknown Object (File)
Jan 20 2026, 6:49 AM
Unknown Object (File)
Jan 19 2026, 6:54 AM
Unknown Object (File)
Jan 9 2026, 4:50 PM
Subscribers

Details

Summary

I'm planning to add more detailed info to Diffusion itself, but catch the big issue here.

Test Plan

Hit config issue locally, then resolved it.

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan added inline comments.
src/applications/config/check/PhabricatorSetupCheckRepositories.php
20–33

This block got me thinking it would be very nice to tell permissions vs non-existence, but I don't see a way to actually do that after a brief foray into the code. Oh wells.

We do have some code which does it in PhabricatorSetupCheckPath, but it's a lot of code and I think it's hard to generalize the behavior and error messages:

https://secure.phabricator.com/diffusion/P/browse/master/src/applications/config/check/PhabricatorSetupCheckPath.php;90123dd7392f673d$33-95