Check subversion version control status

Checks version control status for a number of files and functions.
722 download
Aggiornato 1 nov 2010

Visualizza la licenza

checkVCstate can help to keep track data provenance (which scripts and functions were used to generate some output).

It takes a list of function names and files as argument. It will then determine which files are called by a certain function name and then iterate over all filenames:
- check if the file is under version control
- if so check for local modifications, last committed revision number

A short output is printed on the command line.

The status of the files are returned. Optionally unversioned and modified files can be stored to a zip file.

Remarks:
- The functions works not recursively so functions called by a functions are not tracked.
- The function works right now only if tortoise SVN is used on windows and on the path (but it should be not too hard to adjust)

Cita come

Jochen Rau (2026). Check subversion version control status (https://it.mathworks.com/matlabcentral/fileexchange/29225-check-subversion-version-control-status), MATLAB Central File Exchange. Recuperato .

Compatibilità della release di MATLAB
Creato con R2010a
Compatibile con qualsiasi release
Compatibilità della piattaforma
Windows macOS Linux
Categorie
Scopri di più su Source Control in Help Center e MATLAB Answers
Riconoscimenti

Ispirato: SubWCRev.m

Versione Pubblicato Note della release
1.0.0.0