Open scrudden opened 9 years ago
Just ran into this again when re configuring a blank schema to support the recent database changes.
12:35:10.877 ERROR thread=main [o.t.a.Core:117] ActiveRevisions in database is not valid. The configuration revs must be set to proper values. ActiveRevisions [configRev=-1, travelTimesRev=-1]
When run for the first time on an empty database GTFSFileProcessor complains
" ActiveRevisions in database is not valid. The configuration revs must be set to proper values. ActiveRevisions [configRev=-1, travelTimesRev=-1]"
The configRev option needs to be added to the processCommandLineOptions method as if the database does not have any values in the ActiveRevisions table it could use the one from the command line.
I think that is what was intended.