Page MenuHomePhabricator

Fix repository URI generation for SVN commit identifiers represented with integer types
ClosedPublic

Authored by epriestley on Jun 3 2022, 10:00 PM.
Tags
None
Referenced Files
F19522412: D21852.id52082.diff
Sat, Jan 17, 7:19 AM
F19519696: D21852.id52082.diff
Fri, Jan 16, 7:27 AM
F19517050: D21852.id52082.diff
Thu, Jan 15, 7:03 AM
F19515013: D21852.id52082.diff
Wed, Jan 14, 7:13 AM
F19304105: D21852.diff
Wed, Dec 24, 7:13 AM
F19091520: D21852.diff
Dec 3 2025, 2:51 PM
F19056772: D21852.id.diff
Nov 28 2025, 8:40 PM
F18959149: D21852.diff
Nov 13 2025, 6:10 AM
Subscribers
None

Details

Summary

Ref T13588. See PHI2198. Some pathways represent SVN commit identifiers (which are numeric) with integers; these raise an exception in phutil_nonempty_string(), which is strict.

(Ideally, commit identifiers wouldn't have mixed types, but that's a dramatically less practical change.)

Test Plan

Will deploy.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable