added careful error checking to rev control
[feisty_meow.git] / scripts / rev_control / resolve_svn.sh
index 941e5729d5f04c7f36682e27e5582d3bc8771b5d..3484a859915fd47a9fcd18e339b2693346c9b6d0 100644 (file)
@@ -6,5 +6,6 @@
 filename="$1"; shift
 
 svn resolve --accept=working "$filename"
+test_or_die "resolving tree conflict by accepting the working directory as the right one"