Sorry if it's old news for some of you guys, but I just found out that using MacFUSE and sshfs makes it super easy to use TextMate projects/tabs with files on remotes servers (as long as you have SSH access). I know the question comes back once in a while on here, and I for one was never really satisfied with the workarounds people suggested...
This solution makes it really dead simple to get access to all TextMate Project features... I wrote up a little blog post with the details if someone's interested:
http://minimaldesign.net/blog/workflow/remote-textmate-projects
Hope it helps :)
On May 5, 2007, at 10:02 AM, Yann B wrote:
Sorry if it's old news for some of you guys, but I just found out that using MacFUSE and sshfs makes it super easy to use TextMate projects/tabs with files on remotes servers (as long as you have SSH access). I know the question comes back once in a while on here, and I for one was never really satisfied with the workarounds people suggested...
This solution makes it really dead simple to get access to all TextMate Project features... I wrote up a little blog post with the details if someone's interested:
http://minimaldesign.net/blog/workflow/remote-textmate-projects
Hope it helps :)
Fantastic write up! I was _very_ surprised at how easy it was to set up macfuse and sshfuse.
This is off topic so please reply in private if you wish.
Is it possible to automount sshfs volumes?
Cheers, Yi
On May 5, 2007, at 8:07 PM, Yi Qiang wrote:
Is it possible to automount sshfs volumes?
Not sure if it works for sshfs volumes, but a little known feature is that one can drag a mounted volume into the 'Login Items' TableView (System Preferences/Accounts/Login Items). Works at least for webdav volumes.
Gerd
On May 5, 2007, at 1:02 PM, Yann B wrote:
Sorry if it's old news for some of you guys, but I just found out that using MacFUSE and sshfs makes it super easy to use TextMate projects/tabs with files on remotes servers (as long as you have SSH access).
Be careful with this. A co-worker has tried this method and we saw a few cases where SSHfs gave us an older (cached?) version of a file and even truncated the last 30% or so of a file on one occasion. (Thankfully, we could just "svn revert" it.) Which brings me to the other drawback: you can't do many svn operations on a working copy that's mounted via SSHfs. Also, projects on remote filesystems can be unusably slow.
I posted [a couple of commands][1] a while back that make it a little easier to work locally and sync with a remote machine. I'll most likely clean them up and make a bundle soon.
[1]: http://article.gmane.org/gmane.editors.textmate.general/19079
--- Rob McBroom http://www.skurfer.com/ I didn't "switch" to Apple... my OS did.