Commit e21b9e3
Move plugin_push_current() before svn_binary() in svn_call()
Move the call to plugin_push_current() to be before the first call
to svn_binary() to ensure that svn_binary()'s calls to
plugin_config_get() retrieve the options from SourceSVN's config
options rather than any plugin inheriting from SourceSVN
Fixes #242
Backported from c88f88c1 parent 89c71d6 commit e21b9e3
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
318 | | - | |
319 | | - | |
320 | 318 | | |
321 | 319 | | |
| 320 | + | |
| 321 | + | |
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
| |||
0 commit comments