Hello, I have a new GWT project, created with the Eclipse plug-in. I'm trying to figure out the best way to manage deployment and svn together with this project structure. Its difficult because the war folder has files in it that need to be under source control, yet I need to create a tomcat deployment from this folder. So my deployment has all these .svn folders in it. Right now I've resorted to just stripping out the .svn files from the war folder hierarchy, and zipping it up from there. Seems like there should be a better way.
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
