Top "Svn-hooks" questions

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.

How to customize Collabnet Subversion Edge repository access rules to forbid users from deleting files(no-delete)

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-edge
Is there a Subversion Checkout Hook or something similar?

I'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-hooks
post-commit hook, svn: E020024: Error resolving case of

I'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-hook
SVN post commit hook to email user when a particular file is changed

I would like to add a post commit hook so that if a user commits changes to a particular file, …

svn post-commit svn-hooks
Automatically synchronizing a Subversion repository and a Git repository

My project has a Subversion repository on a network file system, and a new team would like to access it …

svn git git-svn githooks svn-hooks
post-commit hook failed (exit code 255) error

Committing file gives Warning: post-commit hook failed (exit code 255) with no output. No email is sent out too. My hooks/…

svn svn-hooks