We are a team of 3 working on a small web project in eclipse using hibernate, spring mvc, mysql, tomcat. (We have a tight deadline to complete it. We have not much of experience in above. We know the basics.)
In our team, one person writes code for front-end other for backend, and third person helps. So, every time some thing is added it needed to be copied from one pc to other and edited to combine backend and frontend and then again copied to be used.
So, we decided to use version control. While searching on net, I am confused which to use-Git or SVN for our project. I have read about their pros and cons, distributed/centralised.
Which would be best for us?
I know basics of Git/Github-pull/push/fork, basic commands, etc. Regarding SVN, I contributed to an open source project which used SVN, but, at all times I used to send patches via email (since I didn't have commit permission, of course).
Other two persons are completely new to version control.