Converts an old log file or an imported workspace and imports the data lines to the database.
Syntax
./logconvert.pm <options> <project> <logfile>
Option | Description |
---|---|
-p=<projectid>
|
Project (workspace) ID to import . |
Remarks
When importing a workspace, the old file is usually converted and imported automatically. This operation can also be done manually when the following conditions are met:
Example
./logconvert.pm -p 1140 ../projects/1140/oldlog
This produces the file ../projects/1140/log and imports it to the database.