Changes between Version 1 and Version 2 of Development/WhySubversion


Ignore:
Timestamp:
03/07/09 12:16:52 (11 years ago)
Author:
ibboard
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Development/WhySubversion

    v1 v2  
    55 1. Subversion is a big improvement over CVS, especially with things like universal revision numbers.
    66 1. Subversion integrates well with bug tracking software like Trac
    7  1. Subversion is built in to MonoDevelop and has plugins for Visual Studio, Eclipse and numerous other editors, or there are stand-alone clients
     7 1. Subversion is built in to [http://monodevelop.com/ MonoDevelop] and has plugins for Visual Studio, Eclipse and numerous other editors, or there are stand-alone clients
    88 1. Git is a bit of a paradigm shift that people might not be familiar with compared to the older and more common centralised system of CVS/Subversion/Source Safe.
    99 1. If you really want to use Git then you can still use Git locally and push changes to the main Subversion when they're done (which is what a guy at work does as he works from home without Subversion access at times)