Skip to content

Commit

Permalink
[TASK] adds --ignore-externals to svn status call to prevent "unexpec…
Browse files Browse the repository at this point in the history
…ted svn status output"
  • Loading branch information
EvilBMP committed Jun 20, 2018
1 parent 9206902 commit 35f6395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bash-prompt-vcs.bash
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ bpvcs_bash_prompt() {
*) error="unexpected svn status output"; return 0 ;;
esac
# svn status returns 0 even if not a sandbox so parse error messages
done < <(svn status 2>&1)
done < <(svn status --ignore-externals 2>&1)

vcs="svn"
return 0
Expand Down

0 comments on commit 35f6395

Please sign in to comment.