Connecting the dots…

Thoughts on Web Development, Scalability and Application Architecture

Tag: sshfs

svn: This client is too old to work with working copy ‘.’; please get a newer Subversion client

How about this, you wake up in the morning and decided to resume development (I know this sounds sad considering today is 31st of Dec), you type svn update and you get the error: $ svn update svn: This client is too old to work with working copy ‘.’; please get a newer Subversion client [...]

Making MacFusion work on Snow Leopard

Its that time again, when you upgrade your OS and things break and you need to dig around to make it for again. My MacFusion broke after the upgrade, so after a bit of searching, this is the solution I found. Quick currently running macfusion and go to System Preferences and click on the check [...]

Disable textmate from creating ._* files over the network

I have this problem every so often when I setup a new work env, this time is running a vm and accessing the share via sshfs. defaults write com.macromates.textmate OakDocumentDisableFSMetaData 1

Securely mount remote unix directory using SSHFS

There are times when your work environment is setup such that your dev environment is setup on another box and you have to edit code on that code a quick an easy solution is to login to the box, over ssh and update the code over vi. However most people wouldn’t want to leave the [...]