<html><head></head><body><div style="font-family: Verdana;font-size: 12.0px;"><div>Hi everyone,</div>

<div> </div>

<div>I've been using CDash 1.8.2 for quite a while now, and I have played around with CDash 2.3.0 (from the github repo) as a seperate installation and I'd like to use version 2.3.0's Branch Coverage feature.</div>

<div>What I have done so far:</div>

<ul>
        <li>Left my original installation - on the build server - alone</li>
        <li>Checked out the svn version 1.8.2 locally
        <ul>
                <li>Created a project</li>
                <li>Submitted CTest results using make</li>
                <li>=> Line Coverage</li>
                <li>Copied the database named <strong>cdash</strong> to <strong>cdashcopy</strong> (all locally)</li>
        </ul>
        </li>
        <li>Checked out the git development version 2.3.0 locally
        <ul>
                <li>git checkout release</li>
                <li>Edited the config to use the same values as the 1.8.2 installation</li>
                <li>CDash warning: Database Schema outdated
                <ul>
                        <li>Done the database upgrade in the Maintenance menu</li>
                        <li>=> Project is there, the coverage percentage aswell, but after clicking on a specific file, there is nothing (1 empty line of code)</li>
                </ul>
                </li>
        </ul>
        </li>
</ul>

<div><br/>
My local system: Debian 8 + Standard LAMP (MySQL, not PostGreSQL)</div>

<div><strong>Note:</strong> The 2.3.0 installation all by itself (without upgrading from an older version) works like a charm.</div>

<div> </div>

<div>I'm out of ideas, I have a feeling that the database upgrade from any version < 2.3.0 to version 2.3.0 corrupts the database itself, although I can't spot anything specific when I look at the tables. Another guess is the change in folder structure - specifically the public folder, however more things have been changed and moved around.</div>

<div> </div>

<div>Do I need to copy any files from the old CDash installation directory to the new one?</div>

<div>Is this my fault at all, or is the upgrade itself broken? Should I post this on the issues list on github?</div>

<div> </div>

<div>Thanks a bunch for your answers!</div></div></body></html>