AnantLabs / codesmith

Automatically exported from code.google.com/p/codesmith
1 stars 0 forks source link

Updates to pages that are not changed #496

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set-up PLINQO project with number of tables
2. Generate the code
3. Make a change to a one of the tables
4. Regenerate the code again

What is the expected output? What do you see instead?

If I have this project in source control, this will check-out and update all 
files in my project even though only 1 entity file has actually changed. With 
large databases this slows down the code generation process.

Ideally the files should be check-out and updated only if changes are detected.

Thanks you,
Oleg

PS. Thanks again for the PLINQO.

Original issue reported on code.google.com by oleg.put...@gmail.com on 8 Sep 2010 at 2:33

GoogleCodeExporter commented 9 years ago
I think we could implement something like this, but it would add a huge 
performance hit.  Also, when you go to check all the files in, your source 
control system should recognize that the files aren't modified and not check 
them in.

Original comment by e...@ericjsmith.com on 9 Sep 2010 at 3:33