CVS Differences Report

バージョン 1.2.0.1 (2.31 KB) 作成者: Malcolm Wood
Shows the modifications to files in a CVS sandbox
ダウンロード: 1.6K
更新 2016/9/1

ライセンスの表示

An easy-to-use MATLAB function which lets you quickly review the changes to files in a CVS sandbox.
Uses "cvs diff" to get the list of changes, creates an HTML report showing the same information but in a much more readable form, and shows it in the MATLAB Help Browser.

At its most useful when reviewing small changes to a large number of files because:

1) the output is much easier to read than the plain text from CVS.

2) the differences for all files are available on one page, whereas using other diff tools (e.g. WinMerge via TortoiseCVS) you would have to open each file individually.

To use, either change MATLAB's working directory to the directory of interest in the CVS sandbox and type:
>> cvsdiff
or specify the directory using (e.g.):
>> cvsdiff C:\work\sandbox

引用

Malcolm Wood (2024). CVS Differences Report (https://www.mathworks.com/matlabcentral/fileexchange/10199-cvs-differences-report), MATLAB Central File Exchange. に取得済み.

MATLAB リリースの互換性
作成: R14SP3
すべてのリリースと互換性あり
プラットフォームの互換性
Windows macOS Linux
カテゴリ
Help Center および MATLAB AnswersMATLAB Report Generator についてさらに検索

Community Treasure Hunt

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

Start Hunting!
バージョン 公開済み リリース ノート
1.2.0.1

Updated license

1.2.0.0

Tidied up M-Lint warnings and added copyright line.

1.1.0.0

Review

1.0.0.0