MantisBT: Subversion Integration

Have you ever wanted to integrate your Subversion repository with your MantisBT so that your Subversion commit messages update the bug(s) they relate to? This article will describe this feature and how to enable it on your devZing account. Some of the features are: The ability to link changesets to issues and the users that created […]

Read More

Subverison: Web Hooks (GET on commit)

devZing Subversion repositories can inform other systems that a commit happened via a “webhook”. This is a simple HTTP GET to a URL that you provide. To configure the webhook choose Simple webhook on commit from the Action menu for the repository. Enter the URL and click Change. Note that the webhook will only be […]

Read More