===== SVN (Subversion) ===== SVN is a centralized version control system (VCS) that allows teams to track changes and manage multiple versions of code. * Features: - Centralized architecture: All changes are stored in a central repository. - Simpler workflow for certain teams working in a controlled environment. - Supports binary file versioning better than Git in some cases. * Common Use Cases: - Enterprises with legacy systems. - Organizations that require centralized control over code versions.