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)
Wed, Jan 29, 2:51 PM
Unknown Object (File)
Tue, Jan 28, 3:52 AM
Unknown Object (File)
Mon, Jan 27, 1:44 PM
Unknown Object (File)
Sat, Jan 25, 3:17 AM
Unknown Object (File)
Sat, Jan 18, 5:47 AM
Unknown Object (File)
Mon, Jan 13, 3:16 PM
Unknown Object (File)
Mon, Jan 13, 3:16 PM
Unknown Object (File)
Mon, Jan 13, 3:16 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