What are the pros and cons of git and svn. We are suppose to use a subversion systems. Any body have a idea.
Thanks in advance.
|
feedback
|
This question is not a good fit to our Q&A format. We expect answers to generally involve facts, references, or specific expertise; this question will likely solicit opinion, debate, arguments, polling, or extended discussion. See the FAQ for guidance on how to improve it.
|
Subversion is, in essence, a "better CVS": a centralised client/server version control system. Git is a "stupid content tracker" that has build a fairly popular distributed version control system on top of it. http://whygitisbetterthanx.com/ should help answer some of the questions about what is seen as better in Git. | |||||||
feedback
|
git versus subversionfor more. Read some. Make the decision you think is best for your environment. – voretaq7♦ Jan 24 at 8:47