philw wrote:
Thanks - I'll look at it when I get a second.
I have to figure out the other end also. That is, I'm not sure what Bazaar does precisely.
What I'm trying to do is get Bazaar to automatically "tell" BugNet when some files have been commited for a specific defect ID. So there needs to be a way for Bazaar to push defect ID plus a list of files and a comment to BugNet. At the BugNet end I would just need to catch that incoming data and write it to the relevant defect ID as a comment.
I'm not sure if that's similar to Subversion; probably not.
It may take a little while to get time to figure that out.
I am not too familiar with Bazaar, but the subversion hooks exe runs after each commit to the repository, and calls a web service method in BugNET to add the new revision. I would suggest that any integration with other systems work through services as opposed to referencing BugNET classes directly. Here is the code documentation for current
service methods.
There is also some basic documentation on how to
get started with the webservices.