Changes To Import CVS Repositories
Not logged in

Initial version of "Import CVS Repositories"

            1  +Status:
            2  +
            3  +  *  Pass CollAr: Collect archives - ok.
            4  +  *  Pass CollRev: Collect revisions, tags, branches (file level) - ok.
            5  +  *  Pass CollSym: Collate symbol (project level) from the file level data - ok.
            6  +  *  Pass FilterSym: Filter symbols, exclude symbols and lines of development - ok.
            7  +  *  Pass InitCsets: Create initial changesets - ok. <b>Memory Hog, Slow commit</b>
            8  +  *  Pass CsetDeps: Compute changeset dependencies from revision dependencies - ok.
            9  +  *  Pass BreakRCycle: Break cycles among revision changesets - ok.
           10  +  *  Pass RevTopSort:  Topologically sort revision changesets - ok.
           11  +  *  Pass BreakSCycle: Break cycles among symbol changesets - ok.
           12  +  *  Pass BreakACycle: Break cycles over all changesets - <b>May still change the order of revision changesets over the result of pass 7.</b>
           13  +  *  Pass ATopSort: Should be ok.
           14  +
           15  +Passes to do:
           16  +
           17  +
           18  +