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
F13059620: D15786.diff
Fri, Apr 19, 4:34 PM
Unknown Object (File)
Tue, Apr 16, 10:12 PM
Unknown Object (File)
Thu, Apr 11, 8:37 AM
Unknown Object (File)
Sun, Mar 31, 2:23 PM
Unknown Object (File)
Sun, Mar 31, 2:23 PM
Unknown Object (File)
Sun, Mar 31, 2:23 PM
Unknown Object (File)
Sun, Mar 31, 11:54 AM
Unknown Object (File)
Thu, Mar 28, 7:16 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 11899
Build 14950: Run Core Tests
Build 14949: 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.