subversion commit

Hello,


I am new to liquibase and can’t seem to get database deletes and inserts to commit via subversion. What am I doing wrong?


/usr/local/jdk1.7.0_02/bin/java -jar liquibase.jar  --classpath="./mysql-connector-java-5.1.21-bin.jar"  --driver=com.mysql.jdbc.Driver --changeLogFile=/etc/puppet/puppet.changelog.xml --username=root --password=‘secret’ --url=“jdbc:mysql://localhost:3306/puppet” --diffTypes=“data” generateChangeLog



I am committing the changes in /etc/puppet/puppet.changelog.xml. However, the changes that I am seeing in the changelog are also versioned. This looks like a playback log? I was looking for just a current copy of the database and was going to use svn for the versioning.:wink:


Should I just do a dump and let svn version it? I think this will achieve my objectives.