Bag-merge » History » Version 1

J. Moringen, 11/24/2011 02:58 PM
initial version

1 1 J. Moringen
h1. @bag-merge@
2 1 J. Moringen
3 1 J. Moringen
{{>toc}}
4 1 J. Moringen
5 1 J. Moringen
h2. Introduction
6 1 J. Moringen
7 1 J. Moringen
TODO
8 1 J. Moringen
9 1 J. Moringen
See [[Bag-record|bag-record]] for recording and [[Bag-play|bag-play]] for replaying events from log files.
10 1 J. Moringen
11 1 J. Moringen
h2. Obtaining @bag-merge@
12 1 J. Moringen
13 1 J. Moringen
Binaries of the @bag-merge@ program can be downloaded from the "continuous integration server":http://ci.cor-lab.org for versions 0.4 and 0.5 of the project:rsb:
14 1 J. Moringen
15 1 J. Moringen
* "0.4 Linux i686":https://ci.cor-lab.de/job/rsbag-tools-cl-0.4/label=ubuntu_lucid_32bit/
16 1 J. Moringen
* "0.4 Linux x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-0.4/label=ubuntu_lucid_64bit/
17 1 J. Moringen
18 1 J. Moringen
* "0.5 Linux i686":https://ci.cor-lab.de/job/rsbag-tools-cl-0.5/label=ubuntu_lucid_32bit/
19 1 J. Moringen
* "0.5 Linux x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-0.5/label=ubuntu_lucid_64bit/
20 1 J. Moringen
* "0.5 MacOS x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-0.5/label=MAC_OS_lion_64bit/
21 1 J. Moringen
22 1 J. Moringen
* "0.6 Linux i686":https://ci.cor-lab.de/job/rsbag-tools-cl-trunk/label=ubuntu_lucid_32bit/
23 1 J. Moringen
* "0.6 Linux x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-trunk/label=ubuntu_lucid_64bit/
24 1 J. Moringen
* "0.6 MacOS x86_64":https://ci.cor-lab.de/job/rsbag-tools-cl-trunk/label=MAC_OS_lion_64bit/
25 1 J. Moringen
26 1 J. Moringen
After the download, the @bag-merge@ file has to be made executable in most cases. This can be done for example by executing
27 1 J. Moringen
<pre>
28 1 J. Moringen
chmod +x bag-merge
29 1 J. Moringen
</pre>
30 1 J. Moringen
in the download directory.
31 1 J. Moringen
32 1 J. Moringen
h2. Checking Versions and Displaying Help
33 1 J. Moringen
34 1 J. Moringen
Version and help information is displayed when the @--version@ and @--help[-for all]@ commandline options are specified:
35 1 J. Moringen
<pre>
36 1 J. Moringen
./bag-merge --version
37 1 J. Moringen
./bag-merge --help
38 1 J. Moringen
./bag-merge --help-for all
39 1 J. Moringen
</pre>
40 1 J. Moringen
41 1 J. Moringen
The output of @--help[-for all]@ includes a list of supported file formats.