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
F13044042: D8706.diff
Wed, Apr 17, 3:03 PM
Unknown Object (File)
Fri, Apr 5, 9:59 PM
Unknown Object (File)
Mon, Apr 1, 7:39 PM
Unknown Object (File)
Wed, Mar 27, 9:36 PM
Unknown Object (File)
Sat, Mar 23, 5:09 AM
Unknown Object (File)
Fri, Mar 22, 11:53 PM
Unknown Object (File)
Fri, Mar 22, 11:53 PM
Unknown Object (File)
Fri, Mar 22, 11:53 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.