User Tools

Site Tools


devops:ci_cd:tools:version_control:svn

SVN (Subversion)

SVN is a centralized version control system (VCS) that allows teams to track changes and manage multiple versions of code.

  • Features:
    1. Centralized architecture: All changes are stored in a central repository.
    2. Simpler workflow for certain teams working in a controlled environment.
    3. Supports binary file versioning better than Git in some cases.
  • Common Use Cases:
  1. Enterprises with legacy systems.
  2. Organizations that require centralized control over code versions.
devops/ci_cd/tools/version_control/svn.txt · Last modified: 2025/02/07 12:24 by jmbargallo