X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/018eb2460e7f08a067c3faf1328d95b3cd9a5185..4b1b48e959a7d7a927396fb56c2ee5a235ec7b58:/mrconfig?ds=inline diff --git a/mrconfig b/mrconfig index 02b7893..5635ec0 100644 --- a/mrconfig +++ b/mrconfig @@ -23,3 +23,7 @@ commit = git push kite 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