X-Git-Url: https://feistymeow.org/gitweb/?a=blobdiff_plain;f=scripts%2Frev_control%2Fresolve_svn.sh;h=e1d4913a8d78c290c1c4ee91423f955b9226fe17;hb=d5eb622d41a49eb525e0df6639444945df9fd2ae;hp=b75979738722604de485d217b321a6dc64104009;hpb=51356b493613a783d95f8ba5f6ef7777c8e50f5a;p=feisty_meow.git diff --git a/scripts/rev_control/resolve_svn.sh b/scripts/rev_control/resolve_svn.sh index b7597973..e1d4913a 100644 --- a/scripts/rev_control/resolve_svn.sh +++ b/scripts/rev_control/resolve_svn.sh @@ -16,6 +16,6 @@ if [ -z "$filename" ]; then fi svn resolve --accept=working "$filename" -test_or_die "resolving tree conflict by accepting the working directory as the right one" +exit_on_error "resolving tree conflict by accepting the working directory as the right one"