Hey everyone,

I am using GWT and eclipse with Subclipse for SVN access. Here is what
I am currently doing to deploy my projects to my servers. I am sure
that there is a simpler way to achieve this, so after much head
scratching, I thought I would bring my question to you.

I compile my GWT project in Eclipse. I drop to a terminal and zip up
the war/projectName folder. I press F5 in Eclipse to refresh. I commit
to SVN (the real war/projectName folder is set to svn:ignore). I check
the new version out on my server and unzip the war/projectName folder.

When I allow war/projectName to be part of the SVN, I get all sorts of
errors after a few rebuilds of the project. I am guessing that since
this is the "build" folder, GWT must be clobebring the .files from
SVN. Am I right on that assumption?

Recently, I moved from an in-house SVN to http://beanstalkapp.com/ for
my SVN hosting. Beanstalk offers an auto-deploy to my servers using
SFTP. Which works fine on PHP projects, but still seems to require me
to zip up the war/projectName folder and unzip it on the server.

I am guessing that I am missing some subtlty of SVN. Should I be
marking that war/projectName folder in some other way asside from
svn:ignore?

Thanks in advance for your help,

Steven

-- 
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.

Reply via email to