If you are trying to use the svn log command and the output is missing the author and date fields like the following example: More than likely your Anonymous Access is set to Read. Change this to None to prevent this problem. If you are using a client like TortoiseSVN you may need to clear […]
Category: Subversion
Hooks(8)
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 […]
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 […]