Menu

Creating RSF Data

James Goodger

Creating RSF Data

Once the extraction in the previous step has been carried out, EvoFETCH should have produced:

  • A master CDIF file containing the project history
  • A folder containing a CDIF file for each version of the project

This data can then be converted into RSF format for use with CrocoPat.

Converting the Data

This is achieved by using the following Python script:

python evocdif2rsf.py cdif-input-file rsf-output-file working-folder [transaction-limit]

Command line argument Description
cdif-input-file The name of the CDIF file containing the SCM data
rsf-output-file The name of the RSF file to produce
working-folder-name The folder containing the CDIF files for each transaction
transaction-limit An optional transaction limit to keep the RSF file small

<< [Execution] [Running Queries] >>


Related

Wiki: Execution
Wiki: Home
Wiki: Running Queries