Check subversion version control status

版本 1.0.0.0 (2.3 KB) 作者: Jochen Rau
Checks version control status for a number of files and functions.
719.0 次下载
更新时间 2010/11/1

查看许可证

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)

引用格式

Jochen Rau (2024). Check subversion version control status (https://www.mathworks.com/matlabcentral/fileexchange/29225-check-subversion-version-control-status), MATLAB Central File Exchange. 检索来源 .

MATLAB 版本兼容性
创建方式 R2010a
兼容任何版本
平台兼容性
Windows macOS Linux
类别
Help CenterMATLAB Answers 中查找有关 Source Control Integration 的更多信息
致谢

启发作品: SubWCRev.m

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!
版本 已发布 发行说明
1.0.0.0