Top "Post-commit-hook" questions

In the context of Software Configuration Management (SCM), a post-commit hook is a command run just after a commit is performed.

How do I make Subversion (SVN) send email on checkins?

I've always found checkin (commit) mails to be very useful for keeping track of what work other people are doing …

svn hook post-commit post-commit-hook
How to automatically push after committing in git?

How do I set git to automatically push to a remote repo (including automatically providing my passphrase) after each commit …

git githooks git-push post-commit-hook
Are there any good workarounds to the GitHub 100MB file size limit for text files?

I have a 190 MB plain text file that I want to track on github. The text file is a pronounciation …

git github large-files pre-commit-hook post-commit-hook
SVN post-commit update error (Can't create temporary file from template / permission denied)

My post-commit hook is: /usr/bin/svn update /var/www/html/mysite/ --username myusername --password mypassword --no-auth-cache >> /var/…

linux svn post-commit-hook
SVN Post-Commit Hook error 255

I am trying to create a very simple post-commit hook for a repository I have set up on my server. …

svn bash post-commit post-commit-hook
SVN - Server SSL certificate untrusted from post-commit hook

I'm trying to create a post-commit.bat script so that every time someone commits, a working copy automatically updates. This …

svn command-line ssl-certificate post-commit-hook
Github file change notification

Is there a way to notify people on change of some certain files? Specifically, I would like to track change …

git github post-commit-hook
SVN post-commit - permission denied to .svn/lock

After commiting, I get a post-commit hook failed error: svn: Can't open file '.svn/lock': Permission denied Oddly, my …

svn post-commit-hook
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
Trouble with SVN post-commit and Jenkins

I am trying to get CI going with Jenkins. To date, we have been performing two scheduled builds in our …

svn jenkins post-commit-hook