0
I have the following Maven project structure in my Workspace:
- system (with POM configured to consolidate all projects below)
- DAO
- EAR
- MODEL
- WEB
- VO
I am developing in partnership and we have chosen to use SVN.
I would like to know what is the best process to commit the project for the first time and how the checkout should be done.
Someone could help?
Got it, but should I upload all projects or just the root? I’m using Cloudforge for repository.
– Brunão
In the repository you should have all the projects you want to collaborate on.
– kenik