Friday, August 15, 2008

svn hook setup?

Well, subversion provides me a way to trigger handlers for the following events, implied in their names.
I'm wondering what the correct order is. Could be documented somewhere before chapter 5 of the svn book. Just no time to check it out though. Hope the server configuration section will cover all these handlers...

post-commit.tmpl post-unlock.tmpl pre-revprop-change.tmplpost-lock.tmpl pre-commit.tmpl pre-unlock.tmplpost-revprop-change.tmpl pre-lock.tmpl start-commit.tmpl

OK, let me make a guess... Should it follow this route?

pre-lock.tmpl
post-lock.tmpl

pre-commit.tmpl
start-commit.tmpl
post-commit.tmpl

pre-unlock.tmpl
post-unlock.tmpl

pre-revprop-change.tmpl
post-revprop-change.tmpl

No comments: