The generated sources are checked in into our Visual Source Safe. As the db-schema is evolving we have to regenerate the llblgen classes. I wonder what are the best steps to get all the classes into vss with as little pain as possible.
If an already existing entity is changed all is easy, I checkout all the stuff of the generated llblgen project, checkout the lgb-file, get the changed schema and generate the sources, without a project file.
But when a new entity is added or an existing one is deleted this procedure will fail, as the new generated files does not exist in the project file. Only way is to add them manually. Error prone and boring task.
Easy way seems to just regenerate the whole sources not just the changes and the project file. Thats what I am currently do, checkout the the whole project, close vs.net, delete the project files from disk manually regenerate the sources and open vs.net again. Vs.net notices that the project was on vss before and offers to rebind it.
Other ways or hints?