Sometimes your subversion repository moves (like if you're using a private one and the machine changes addresses). Here's how to repoint a working tree to the new location (handy if there's outstanding changes that are a pain to move over to a fresh checkout)% svn switch --relocate http://from-address.flongswozzle.net http://to-address.borkware.comMuchos thankos to Lucas Eckels for the tip.