On 28/05/07, Knut Ivar Nesheim knutin@urtete.com wrote: [snip]
The solution(for me, at least): do a checkout of your code on your local mac, edit with textmate, use scp(just create a command and bind it to ^+command+s or something) to copy the files to the server.
It's great! :-)
Or set up a Subversion post-commit hook that updates the project on the server every time you commit your local changes.
It's even better! ;^)