On Dec 29, 2011, at 2:25 PM, George Nagy wrote:
Is there a way in Textmate to easily promote or push files from a development folder to a live folder? Both folders are mapped as network shares on my Mac, and I just want a way to easily copy the file I am currently editing in development to a mirrored folder on the live share. Dreamweaver has this type of "put" functionality built in. Seems like this would be a common task that many devs would like to automate, so I have to assume there is a way, but I have not come across it yet.
I made a bundle for that type of thing (and there are others).
https://github.com/skurfer/RemoteProject.tmbundle
It was designed with pushing files to a remote server in mind, but it uses rsync, so there’s no reason why TM_REMOTE_PROJECT can’t be another folder on the local machine.