X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/c31d2ce101d2be10f6a4b47e7bee0dd6875d71aa..05b4b156dfab3c89cbf4652183f997ce6d78739a:/mrconfig diff --git a/mrconfig b/mrconfig index 44d6d8e..5635ec0 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 + +# Teach mr how to run svn cleanup. +[default] +cleanup = if [ -d .svn ]; then svn cleanup ; fi