Right now, when revisions have conflicting files, and the user chooses to keep either on of them, upon validation one revision will be tracked as corrupted.
This is extremely stupid and should be solved. What I think of is
- maintain a separate database for file conflicts
- each entry contains the name of the file and what revision was chosen for the conflict solution
- have the file handling modules use this database accordingly
Right now, when revisions have conflicting files, and the user chooses to keep either on of them, upon validation one revision will be tracked as corrupted.
This is extremely stupid and should be solved. What I think of is