Page MenuHomePhabricator

Fix resolution of commits in SVN repositories without callsigns
ClosedPublic

Authored by epriestley on Apr 4 2016, 4:43 PM.
Tags
None
Referenced Files
F14053877: D15607.diff
Fri, Nov 15, 8:08 PM
F14041359: D15607.diff
Mon, Nov 11, 5:51 PM
F14035399: D15607.id37617.diff
Sun, Nov 10, 5:43 AM
F14025392: D15607.diff
Thu, Nov 7, 5:16 PM
F14019030: D15607.diff
Tue, Nov 5, 9:11 PM
F13977539: D15607.diff
Oct 18 2024, 7:03 PM
Unknown Object (File)
Sep 19 2024, 11:30 AM
Unknown Object (File)
Sep 19 2024, 11:17 AM
Subscribers
None

Details

Summary

Fixes T10721. When trying to load commits by identifier, we would take some bad pathways in Subversion if the repository had no callsign and end up missing the commits.

Fix this logic so it works for either callsigns (e.g., if passed rXyyy) or with PHIDs if passed repositories.

Test Plan
  • Viewed SVN commit in a Subversion repository with no callsign.
  • Added a callsign, looked at it again.
  • Viewed non-SVN commits in callsign and non-callsign repositories.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Fix resolution of commits in SVN repositories without callsigns.
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 4 2016, 4:44 PM
This revision was automatically updated to reflect the committed changes.