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
F19809927: D21852.id52082.diff
Tue, Mar 3, 4:47 PM
F19776888: D21852.diff
Sun, Feb 22, 6:16 PM
F19682346: D21852.id52083.diff
Sun, Feb 8, 11:36 PM
F19638039: D21852.id52083.diff
Feb 5 2026, 3:42 PM
F19638037: D21852.id52083.diff
Feb 5 2026, 3:37 PM
F19593960: D21852.id52083.diff
Feb 2 2026, 4:52 PM
F19554369: D21852.diff
Jan 29 2026, 9:16 PM
F19522412: D21852.id52082.diff
Jan 17 2026, 7:19 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