X-Git-Url: https://git.madduck.net/code/myrepos.git/blobdiff_plain/4c995a35a7b29b1b73ac2fa90aeb783a1fccc6b8..5eea87fd4cb5d6a436835ef1393c5fc185da6de8:/mrconfig?ds=sidebyside

diff --git a/mrconfig b/mrconfig
index d1e7a46..5cb3af6 100644
--- a/mrconfig
+++ b/mrconfig
@@ -16,7 +16,14 @@ checkout = git clone git://git.debian.org/git/dpkg/dpkg.git && \
 	git fetch kite && \
 	git checkout -b sourcev3 kite/sourcev3
 update = git pull origin master && git pull kite sourcev3
+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