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
F13129832: D8706.diff
Wed, May 1, 3:20 AM
Unknown Object (File)
Mon, Apr 29, 7:55 PM
Unknown Object (File)
Sun, Apr 28, 12:12 PM
Unknown Object (File)
Sun, Apr 28, 12:12 PM
Unknown Object (File)
Sun, Apr 28, 12:12 PM
Unknown Object (File)
Sun, Apr 28, 12:12 PM
Unknown Object (File)
Thu, Apr 25, 1:21 AM
Unknown Object (File)
Wed, Apr 24, 10:57 PM

Diff Detail

Repository
rP Phabricator
Branch
T4547
Lint
Lint Passed
Unit
No Test Coverage

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.