Skip to content

Tweak call to plugin_push_current() in svn_call() #242

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 14, 2017

Conversation

bright-tools
Copy link
Contributor

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.

Addresses issue seen in #241

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
@dregad dregad added this to the 2.1.0 milestone Sep 14, 2017
@dregad dregad merged commit c88f88c into mantisbt-plugins:master Sep 14, 2017
@dregad
Copy link
Member

dregad commented Sep 14, 2017

Thanks for your contribution !

@dregad dregad modified the milestones: 2.1.0, 1.5.4 Sep 14, 2017
dregad pushed a commit that referenced this pull request Sep 14, 2017
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 c88f88c
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants