Integration with Version Control Systems

You can easily integrate your room with version-control systems through the hooks.
For now we have 2 basic hooks for Git and Subversion, but if you consider to make a hook for Mercurial, Bazaar, CVS or any other VCS, we'll be happy to publish it here.

After these simple steps you will start receiving notifications in your room when somebody is commiting to your repository:
1. Download hook on the Integration page of room
2. Put it on the server, into the hooks directory
3. Rename it to post-receive and post-commit for git and svn respectively
4. And make it executable with chmod +x

If you have some web-frontend configured, you can uncomment commit_url in the hook and change it to point to your commit urls. So commit notifications will have links to the commits.