Skip to content
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

[MODULES-5615] Fix for working_copy_exists #345

Merged
merged 2 commits into from
Sep 14, 2017
Merged

[MODULES-5615] Fix for working_copy_exists #345

merged 2 commits into from
Sep 14, 2017

Conversation

martinmoerch
Copy link

Change method 'working_copy_exists' to use 'svn info' instead of 'svn status'. 'svn status' does not return proper exit codes, while 'svn info' does.

Fixes https://tickets.puppetlabs.com/browse/MODULES-5615

Change method 'working_copy_exists' to use 'svn info' instead of 'svn status'. 'svn status' does not return proper exit codes, while 'svn info' does.

Fixes https://tickets.puppetlabs.com/browse/MODULES-5615
Use 'svn info' instead of 'svn status'. 'svn status' does not return proper exit codes, while 'svn info' does.

Related to https://tickets.puppetlabs.com/browse/MODULES-5615
@eputnam
Copy link

eputnam commented Sep 14, 2017

@martinmoerch , this looks good. great find with svn info!

@eputnam eputnam merged commit 7ef467b into puppetlabs:master Sep 14, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants