11.07.2015 Views

Version Control with Subversion - Login

Version Control with Subversion - Login

Version Control with Subversion - Login

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

<strong>Subversion</strong> Complete ReferenceNamepost-commit — Notification of a successful commit.DescriptionThe post-commit hook is run after the transaction is committed and a new revision iscreated. Most people use this hook to send out descriptive emails about the commit or tonotify some other tool (such as an issue tracker) that a commit has happened. Some configurationsalso use this hook to trigger backup processes.If the post-commit hook returns a nonzero exit status, the commit will not be abortedsince it has already completed. However, anything that the hook printed to stderr will bemarshalled back to the client, making it easier to diagnose hook failures.Input parameter(s)The command-line arguments passed to the hook program, in order, are:1. Repository path2. Revision number created by the commitCommon usesCommit notification; tool integration353

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!