I’m an Eclipse newbie, and I have an Eclipse workspace with projects for a Google Web Toolkit App. What directories/files should I commit to version control (we’re using Subversion)? I believe I don’t need to commit .metadata directories, and it seems to me that I don’t need to commit war directories, but I’m not positive. The committed projects need to be shared across multiple developers.
Share
stacker covered Eclipse’s files, let me cover GWT 😉
Assuming you are using the standard layout:
So as you can see it’s a mixed bag. As it’s been suggested before, you should use
svn:ignoreto let SVN know what exactly you want to put under source control – obviously the compiled output and class files are out 🙂