Verbatim:Interaction with SVN
From MozillaWiki
Verbatim » Interaction with SVN (bug 444430)
From Verbatim's perspective
- A Verbatim SVN+SSH account will be setup such that commits by the user automatically use the ssh key.
- After a user changes a file and presses commit we will:
- Set the translate:author property to the currently logged in user
- `svn commit` as usual
From the SVN Server's perspective
- Install pre-revprop script and post-commit hook including configuration
- Get an incoming commit from the Verbatim SVN account
- pre-revprop checks for appropriate author
- post-commit does the author switch