Skip to content

Instantly share code, notes, and snippets.

@sdeming
sdeming / Makefile
Created December 14, 2011 19:29
Old .so to redirect .svn directories to another place, keeping your local directory tree clean. From years ago at site5. AKA the Load Bearing Kludge. Build then use the .so in your LD_PRELOAD before executing svn.
#
# The simplest of makefiles.
#
# Perhapse after some refactoring this will be more complex, but for now
# it is sweet and simple.
#
# SD 2005-10-23
#