#!/bin/sh if svn info > /dev/null 2>&1; then svn commit -m "The usual." else # For now, just assume it's Bazaar then. bzr commit -m "The usual." fi