X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/c31d2ce101d2be10f6a4b47e7bee0dd6875d71aa..4ef69db8078d3baf01bbe797303741aa748b4ee0:/mrconfig diff --git a/mrconfig b/mrconfig index 44d6d8e..5cb3af6 100644 --- a/mrconfig +++ b/mrconfig @@ -21,3 +21,9 @@ commit = git push kite # My home directory, which I keep in svn. [] checkout = svn co svn+ssh://svn.kitenet.net/srv/svn/joey/trunk/home-$(hostname) joey +# run svnfix after each update +update = svn update && svnfix + +[default] +# Teach mr how to run svn cleanup. +cleanup = if [ -d .svn ]; then svn cleanup ; fi