Anastasios Angelidis wrote:
> If you follow the best practices. That means that for every new 
> changeset... Will you have a new file which wont be comparable against 
> an old one?
>
> If you use one changelog.xml you can dif it, but if you use separate 
> ones you can't diff them directly?
>
> Then again one changelog.xml can become huge.
>   
We wouldn't think about doing differences on a file-by-file level. It 
depends, of course, on your SCM. Subversion does a good job of letting 
you see your history in terms of the changesets (not to be confused with 
<changeSet>) applied to the source database. So, a new file becomes a 
"difference," in it's eyes, from revision to revision. That's how I 
would approach that problem.

You're right, however, that you would not have the option of doing a 
file-to-file diff. You're also right that a larger changelog.xml file 
becomes cumbersome. We already have that pain. :-)

------------------------------------------------------------------------------
_______________________________________________
Liquibase-user mailing list
Liquibase-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/liquibase-user

Reply via email to