SVN in MATLAB
Use SVN source control in MATLAB to work with files under SVN source control, manage and use SVN locks, compare and merge changes and resolve SVN conflicts.
Topics
- Source Control Integration in MATLAB
Use MATLAB built-in integrations with Git™ and Subversion (SVN) or write your own source control integration using SDK. (Since R2025a)
- Set Up SVN Source Control
Set up SVN source control for use in MATLAB, including registering your binary files to avoid file corruption and enforcing files locking before editing.
- Work with Files Under SVN in MATLAB
Checkout SVN repository, add files to SVN source control, and review and commit modified files.
- Resolve SVN Source Control Conflicts
Examine and resolve conflicts in files under SVN source control.
- Manage SVN Externals
Get files from another repository using SVN externals.
- Configure Source Control Settings
Disable a source control system, specify default source control folders, and configure Git settings. (Since R2025a)
- Customize External Source Control to Use MATLAB for Diff and Merge
Use the MATLAB Comparison Tool for diff and merge from external source control tools.