In Apache Subversion, a hook is a program triggered by some repository event, such as the creation of a new revision or the modification of an unversioned property.
Some developers in my team has gone mad...they sometime delete a file. I've been assigned to stop them from …
svn pre-commit-hook svn-hooks collabnet subversion-edgeI'm using a subversion repository and I want to know whenever somebody asks my repository for a checkout; like a …
svn hook svn-checkout svn-hooksI'm using VisualSVN Server to manage a source folder. It's installed on a Windows XP machine, and it has access …
svn visualsvn-server svn-hooks post-commit-hookI would like to add a post commit hook so that if a user commits changes to a particular file, …
svn post-commit svn-hooksCommitting file gives Warning: post-commit hook failed (exit code 255) with no output. No email is sent out too. My hooks/…
svn svn-hooks