Hi
This wagon can be used to deploy a site inside an svn repository, but
i don't have an example of this as i prefer to update site manually.
During the deployment there are a lot of commits, and i can't really
do anything about that - maven opens and closes wagon connection many
times during the deployment process and i have to commit on each close
least i will loose some information. This is the "feature" of the maven
+wagon behavior and all wagons based on the version control will
produce many separate commits.
The example of this is
http://code.google.com/p/assertions/source/list?num=25&start=127.
r127 is done manually as i perform some post-processing after the site
is generated, and r115-r126 are the result of the release:prepare and
release:perform with this wagon.