Page MenuHomePhabricator

Don't try to synchronize repositories with no working copy
ClosedPublic

Authored by epriestley on Apr 22 2016, 12:41 PM.
Tags
None
Referenced Files
F14065378: D15786.diff
Tue, Nov 19, 4:26 AM
F14052782: D15786.diff
Fri, Nov 15, 10:47 AM
F14038938: D15786.diff
Mon, Nov 11, 2:54 AM
F14036489: D15786.id38032.diff
Sun, Nov 10, 10:27 AM
F14029013: D15786.diff
Fri, Nov 8, 6:44 PM
F14024643: D15786.diff
Thu, Nov 7, 11:17 AM
F14012010: D15786.diff
Fri, Nov 1, 6:53 AM
F14002691: D15786.diff
Fri, Oct 25, 9:21 PM
Subscribers
None

Details

Summary

Ref T4292. Sometimes, we may not have a working copy for a repository. The easiest way to get into this condition is to deactivate a repository.

We could try to clone + fetch in this case, but that's kind of complex, and there's an easy command that administrators can run manually. For now, just tell them to do that.

This affects the inactive repositories on secure, like rGITCOINS.

Test Plan

Removed working copy, got message.

Diff Detail

Repository
rP Phabricator
Branch
nocopy
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 11898
Build 14948: Run Core Tests
Build 14947: arc lint + arc unit

Event Timeline

epriestley retitled this revision from to Don't try to synchronize repositories with no working copy.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Apr 22 2016, 2:34 PM
This revision was automatically updated to reflect the committed changes.