Call us at +1 586 62 ELLIE Office Opened
sales@elliecomputing.com

Newsletter
Keep up to date with the new features added to ECMerge, the new products that we release and receive special offers! (approx. once a month):
HTML version
Text version
Testimonials

NewsRSS 2.0
March 12th, 2008: We just released ECMerge 2.1.76. This version fixes several bugs and introduce new parameters for the command line, new scriptable options and improves behaviour in several situations.
  Table Of Contents              

generate reports between labels or branches of a SCC or SCM?

 

 

Ellié Computing Merge 1.2 brought new HTML and XML reports features. These features are available from command line, this a particularly important point: you can batch or make your own home-made tools for your Source Code Control or Software Change Management. Most of these tools have poor reporting features.

The 2.1 version allows you to directly access various VCS repositories, just by entering a special URL (such as: vss://server/path/db.ini;type=db/pathindb for VSS, use the Source Code Control Source input dialog box to compose these URLs). You can compose URLs specifying branches, labels and dates, any configuration is accessible.

Ellié Computing Merge can be used in combination with the command line 'get' feature of most of these tools to first get your content for the wanted configurations then launch Merge on these snapshots.

Here is a sample for Visual Source Safe that you can easily adapt to your source code control (if you need this script for another source code control, please contact our support at http://www.elliecomputing.com, we'll try to help you and add the script to our site).

@pushd %~dp0
@echo off
rem batch to compare two labels in Source Safe
rem Parameters: <server_path> <database_path> <label1> <label2> <target_file> <options-set>

set SSDIR=%1
echo Getting sources for label %3
ss cp %2
md %TMP%\%3
ss get -VL%3 -GCK "-GL%TMP%\%~3" -R .

echo Getting sources for label %4
md %TMP%\%4
ss get -VL%4 -GCK "-GL%TMP%\%~4" -R .

@echo on
merge.exe --options-set=%6 --export-to=%5 -Xhtml "%TMP%\%~3" "%TMP%\%~4"

@popd


See also:

 

Select your language English Français
© Ellié Computing 2004-2008 - Legal information - Resources