Page MenuHomePhabricator

Diffusion - Warn users to explicitly provide PATH for SVN hosted repositories
ClosedPublic

Authored by btrahan on Apr 4 2014, 7:22 PM.
Tags
None
Referenced Files
F15482047: D8706.id20647.diff
Wed, Apr 9, 2:24 AM
F15477405: D8706.id20651.diff
Mon, Apr 7, 2:32 PM
F15475579: D8706.id20650.diff
Sun, Apr 6, 8:57 PM
F15471866: D8706.id.diff
Sat, Apr 5, 8:40 AM
F15468847: D8706.diff
Fri, Apr 4, 6:41 AM
F15413932: D8706.diff
Wed, Mar 19, 10:04 PM
F15399716: D8706.id20647.diff
Mon, Mar 17, 7:12 AM
F15392272: D8706.id.diff
Sat, Mar 15, 2:14 PM

Diff Detail

Repository
rP Phabricator
Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

btrahan retitled this revision from to Diffusion - Warn users to explicitly provide PATH for SVN hosted repositories.
btrahan updated this object.
btrahan edited the test plan for this revision. (Show Details)
btrahan added a reviewer: epriestley.
epriestley edited edge metadata.

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.

This revision is now accepted and ready to land.Apr 4 2014, 7:35 PM
btrahan edited edge metadata.

use Filesystem::isDescendant instead!

btrahan updated this revision to Diff 20651.

Closed by commit rPc408168c2500 (authored by @btrahan).

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.