You mean just the .svn accounting folders? Not really a problem if they're in your deployment, but you can always use the --exclude option in zip to keep them out. Otherwise yes, the intent is to zip and deploy the war directory, which includes a mix of svn source files and generated files.
On Apr 6, 6:56 am, bradrover <[email protected]> wrote: > 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.
