La traducción de esta página está obsoleta. Haga clic aquí para ver la última versión en inglés.
Integración del control de fuentes
Interconectar MATLAB® con el sistema de control de fuentes
Puede utilizar el control de fuentes con los proyectos. Para obtener más información, consulte Clone Remote Git Repository into New Project, Create Projects y Use Source Control with Projects.
Temas
Control de fuentes general
- Source Control Integration in MATLAB
Use MATLAB to work with files under source control and perform operations such as update, commit, merge changes, and view revision history directly from the Current Folder browser. - 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.
Git
- Configurar el control de versiones de Git
Para usar herramientas de control de versiones externas, registre los archivos binarios para evitar que se dañen los archivos. Para evitar las frecuentes peticiones de inicio de sesión cuando interactúe con su repositorio remoto, utilice la autenticación de SSH con MATLAB. - Mark Files for Addition to SVN Source Control
When you create a new file in a folder under SVN source control, mark the file for addition to source control. - Add Git Submodules
Clone an external Git™ repository as a submodule. - Review Changes in SVN Source Control
Browse the history of a file, or compare file revisions. - Commit Modified Files to SVN Source Control
After you review changes and mark any new files for addition into source control, you can commit your files. - Resolve SVN Source Control Conflicts
If a conflict message appears when you try to commit files, examine and resolve conflicts. - Branch and Merge with Git
Create, merge, and delete branches, or switch to another branch. - Revert Changes in SVN Source Control
Remove local changes in a file or revert a file to a specified revision.
Subversion (SVN)
- Check Out from SVN Repository
Create a new local copy of a repository by retrieving files from source control. - Set Up SVN Source Control
MATLAB provides built-in SVN integration. - Mark Files for Addition to SVN Source Control
When you create a new file in a folder under SVN source control, mark the file for addition to source control. - Update SVN File Status and Revision
Refresh the source control status of files, and update local copies of files. - Get SVN File Locks
It is good practice to get a file lock before editing a file. The lock tells other users that the file is being edited, and you can avoid merge issues. - Review Changes in SVN Source Control
Browse the history of a file, or compare file revisions. - Commit Modified Files to SVN Source Control
After you review changes and mark any new files for addition into source control, you can commit your files. - Resolve SVN Source Control Conflicts
If a conflict message appears when you try to commit files, examine and resolve conflicts. - Revert Changes in SVN Source Control
Remove local changes in a file or revert a file to a specified revision.