It seems to me a better solution would be to use rsync to sync the whole project back and forth. You'd just need two commands: "Sync from server" and "Sync to server", and 2 env vars, $REMOTE_SERVER_HOST and $REMOTE_SERVER_PATH (with an optional $REMOTE_SERVER_USER). Then your sync commands can use rsync to sync to and from the remote path, using the root of the current project as the place to sync with. You simply save a TextMate project with the root at the appropriate folder and define these 2 env vars on that project (as opposed to globally within TextMate). This way you can add and remove files, and edit several files, then sync them all at once.
On Oct 8, 2005, at 11:49 PM, Cameron Mallory wrote:
I've written up a HOWTO on a remote editing via ssh workaround for TextMate.
Thought I'd ask for some feedback. I was thinking it may be good under the Wiki perhaps?
http://berserk.org/2005/10/08/textmate-and-a-remote-editing- workaround/