X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/018eb2460e7f08a067c3faf1328d95b3cd9a5185..8ddd51f2c761cb3fc33bd9c8aa509992e1561490:/mrconfig diff --git a/mrconfig b/mrconfig index 02b7893..5cb3af6 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 + +[default] +# Teach mr how to run svn cleanup. +cleanup = if [ -d .svn ]; then svn cleanup ; fi