Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15426206
D20210.id48255.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D20210.id48255.diff
View Options
diff --git a/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php b/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php
--- a/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php
+++ b/src/applications/diffusion/management/DiffusionRepositoryBasicsManagementPanel.php
@@ -444,13 +444,15 @@
id(new PHUIStatusItemView())
->setIcon(PHUIStatusItemView::ICON_WARNING, 'red')
->setTarget(
- pht('Missing Binary %s', phutil_tag('tt', array(), $binary)))
- ->setNote(pht(
- 'Unable to find this binary in `%s`. '.
- 'You need to configure %s and include %s.',
- 'environment.append-paths',
- $this->getEnvConfigLink(),
- $path)));
+ pht('Commit Hooks: %s', phutil_tag('tt', array(), $binary)))
+ ->setNote(
+ pht(
+ 'The directory containing the "svnlook" binary is not '.
+ 'listed in "environment.append-paths", so commit hooks '.
+ '(which execute with an empty "PATH") will not be able to '.
+ 'find "svnlook". Add `%s` to %s.',
+ $path,
+ $this->getEnvConfigLink())));
}
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 24, 7:43 AM (1 w, 1 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7718413
Default Alt Text
D20210.id48255.diff (1 KB)
Attached To
Mode
D20210: Make the Diffusion warning about "svnlook" and PATH more clear
Attached
Detach File
Event Timeline
Log In to Comment