Add hook scripts to subversion
dhax - June 14, 2009 - 19:36
| Project: | Version Control API -- Subversion backend |
| Version: | 6.x-1.0-rc1 |
| Component: | Code |
| Category: | feature request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
I added implementations of the pre- and post-commit hooks for subversion which allows for permission checking (for the pre-commit hook) and automatic log updates (for the post-commit hook) to subversion repositories.
Here is the branch.

#1
Awesome. Merged with only minimal differences:
As single remaining suggestion, I think we might be more future-proof if we split out the shared code from xsvn-config.php into a separate include file, because it's kinda non-trivial already and chances are higher than for the CVS backend that these functions will change in the future.
Anyways, congrats on the patchset, it's solid work and I appreciate your efforts to rewrite the commit history for better representativeness. Looking forward to further patches :D
#2
Automatically closed -- issue fixed for 2 weeks with no activity.