Fixes T4547.
Details
Details
- Reviewers
epriestley - Maniphest Tasks
- T4547: Warn users about explicitly providing PATH for SVN hosted repositories
- Commits
- Restricted Diffusion Commit
rPc408168c2500: Diffusion - Warn users to explicitly provide PATH for SVN hosted repositories
saw the warning, looked good
Diff Detail
Diff Detail
- Repository
- rP Phabricator
- Lint
Lint Skipped - Unit
Tests Skipped
Event Timeline
Comment Actions
One possible refinement/simplification inline, although it will probably never matter in practice.
src/applications/diffusion/controller/DiffusionRepositoryEditMainController.php | ||
---|---|---|
777 | Filesystem::isDescendant() might be slightly more correct than a straight path comparison, and cover some cases involving symlinks. |
Comment Actions
The solution in the warning message may be misleading especially if subversion-client is _not_ installed.
My solution to the warning was to install subversion allowing the default PATH to find the svn binary.