Commit da0bbb8
showconfig.inc.php changed svn_log() and svn_diff() to Process() (librenms#16483)
* showconfig.inc.php changed svn from using functions in unsupported pecl svn package to using Process, like git
* Fixed formatting mistake in showconfig.inc.php
Added spaces around a '.'
* Resolved quotation marks showconfig.inc.php
Corrected my double quotes to single quotes.
* Added Config::locateBinary('svn') to showconfig.inc.php
Updated to use the recommended approach of using the LibreNMS execution finder code to use the full binary path instead of relying on the binary being in the path.
* Added is_executable($svn_binary) showconfig.inc.php
Verified that the executable and path exist before trying to run Process()
* Fixed my whitespace issues in showconfig.inc.php
Fixed my whitespace issues
---------
Co-authored-by: Neil Lathwood <[email protected]>1 parent 58882a7 commit da0bbb8
1 file changed
+38
-25
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
20 | 20 | | |
21 | 21 | | |
22 | 22 | | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
31 | 27 | | |
32 | | - | |
33 | | - | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
34 | 38 | | |
35 | 39 | | |
36 | | - | |
37 | | - | |
| 40 | + | |
38 | 41 | | |
39 | | - | |
40 | | - | |
41 | | - | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
42 | 45 | | |
43 | | - | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
44 | 59 | | |
45 | 60 | | |
46 | 61 | | |
| |||
80 | 95 | | |
81 | 96 | | |
82 | 97 | | |
83 | | - | |
84 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
85 | 103 | | |
86 | 104 | | |
87 | 105 | | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
93 | | - | |
94 | | - | |
| 106 | + | |
| 107 | + | |
95 | 108 | | |
96 | 109 | | |
97 | 110 | | |
| |||
0 commit comments