I would love to get some tips from other people that have had this problem. I'm doing front-end development on java-based apps.
I have my source in one diretory, /usr/src. My projects build and deploy to Tomcat in /usr/tomcat/webapps. Since the work I'm doing is all front-end, I have to edit the deployed files in /usr/tomcat/webapps so that I can see my changes immediately.
I would absolutely LOVE to have a system that will automatically sync my changes to a particular file(css, js, or jsp for example) back to the same file source control.
I've been thinking along the lines of creating a background process that does a 1-1 mapping of files, but this will quickly become cumbersome.
Does anyone have an existing system they use, or some recommendations on what I can do?