I have a Maven Spring MVC project. How do I add that to a SVN and perform commits and how do I deploy it to a Tomcat server via SVN checkout. I have created an account with assembla. what's the next step?
Currently I use mvn war:war command to build war for deployment. But its a tedious job as for a small change we may have to deploy all the files again.
Or do you suggest any other method for the same?