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.

link|improve this question
1  
Two points of view: thinkvitamin.com/code/… ; findbestopensource.com/article-detail/git-vs-subversion - Google git versus subversion for more. Read some. Make the decision you think is best for your environment. – voretaq7 Jan 24 at 8:47
feedback

closed as not constructive by Shane Madden, Khaled, Ward, voretaq7, sam Jan 24 at 9:22

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.

1 Answer

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.

link|improve this answer
It reads as if you're saying Git was built on top of svn... – Rob Wouters Jan 24 at 6:54
2  
Really? If you have a suggestion about what to change to avoid that unintended implication, let me know? – Daniel Pittman Jan 24 at 6:58
feedback

Not the answer you're looking for? Browse other questions tagged or ask your own question.