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
F19815666: D15607.diff
Wed, Mar 4, 11:52 PM
F19801100: D15607.id.diff
Sat, Feb 28, 8:50 PM
F19792702: D15607.id.diff
Thu, Feb 26, 2:14 PM
F19792700: D15607.id.diff
Thu, Feb 26, 2:14 PM
F18973721: D15607.id.diff
Nov 15 2025, 4:58 PM
F18957666: D15607.id37617.diff
Nov 13 2025, 1:49 AM
F18877362: D15607.diff
Nov 6 2025, 7:46 AM
F18680524: D15607.id.diff
Sep 26 2025, 2:44 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.