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
Unknown Object (File)
Thu, Dec 5, 9:42 AM
Unknown Object (File)
Sun, Dec 1, 4:00 PM
Unknown Object (File)
Sun, Dec 1, 4:00 PM
Unknown Object (File)
Sun, Dec 1, 4:00 PM
Unknown Object (File)
Sun, Dec 1, 3:59 PM
Unknown Object (File)
Thu, Nov 28, 10:18 PM
Unknown Object (File)
Sun, Nov 24, 6:40 PM
Unknown Object (File)
Wed, Nov 20, 7:23 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.