CodeMerger - CVS integrationCodeMerger can be integrated in some worldwide Control Version Systems (CVS). Now it supports Tortoise SVN, Microsoft Visual SourceSafe and Perforce. The basic method for CVS integration is to set input parameters string for CodeMerger. This parameters string has simple format: "syntax file1 file2 read_write_ file1 read_write_file2" where: syntax - reports CodeMerger about source's language ('pas' or 'dfm' now) file1 - is the path to first file (left editor window) file2 - is the path to second file (right editor window) read_write_file1 - indicates whether file1 is read-only ("r") or may be rewritten ("rw") read_write_file2 - indicates whether file2 is read-only ("r") or may be rewritten ("rw") For example, the next parameters string "pas C:\Temp\Unit1.tmp D:\My\Unit1.pas r rw" will report to CodeMerger that it should load 2 files C:\Temp\Unit1.tmp and D:\My\Unit1.pas with Pascal syntax , and the first file may not be changed (read-only), but the second one may be rewritten. Note, each CVS has own special format for parameters string settings. For more details, see Video tutorials . In any case, CVS integration requires only few simple steps.
|

