Visual Studio integration

Aaron Bentley aaron.bentley at utoronto.ca
Mon Mar 19 13:39:44 GMT 2007


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Klaus Hartke wrote:
> John Arbash Meinel wrote: 
>> I'm quite impressed that you've put together so much so quickly. Which
>> route did you end up going? (High level embedding, or calling out to a
>> bzr process).

> * I'd love to have some kind of integrated issue tracking into Visual
>   Studio, so you could create new work items from within the IDE and
>   mark issues as being fixed when committing.

One approach is the one Bugs Everywhere takes: storing the bug records
as part of the source tree.  I'm the main author of Bugs Everywhere, and
I use Bugs Everywhere to manage bugs for BzrTools.

$ be new "A bogus bug"
Created bug with ID b37
$ be diff
New bug reports:
  ID: b37
  Severity: minor

  Creator: abentley
A bogus bug

$ bzr diff
=== added directory '.be/bugs/b3726fa9-a1c5-42ee-8596-a08eb66f26e0'
=== added file '.be/bugs/b3726fa9-a1c5-42ee-8596-a08eb66f26e0/values'
- --- .be/bugs/b3726fa9-a1c5-42ee-8596-a08eb66f26e0/values
1970-01-01 00:00:00 +0000
+++ .be/bugs/b3726fa9-a1c5-42ee-8596-a08eb66f26e0/values
2007-03-19 13:35:10 +0000
@@ -0,0 +1,35 @@
+
+
+
+creator=abentley
+
+
+
+
+
+
+severity=minor
+
+
+
+
+
+
+status=open
+
+
+
+
+
+
+summary=A bogus bug
+
+
+
+
+
+
+time=Mon, 19 Mar 2007 13:35:10 +0000
+
+
+
More info on Bugs Everywhere is here:
http://panoramicfeedback.com/opensource/


> What do you think about #2? I guess this is what the bzr+trac project is
> aiming for, except for the Visual Studio integration part. Does bzr+trac
> provide some kind of interface for programmatical access?

I think that would be a trac thing, not specifically a trac+bzr thing.

It's all web requests, so I doubt it would be too hard.

Aaron
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org

iD8DBQFF/pKg0F+nu1YWqI0RAk08AJ9KMw5OrrD49tVroheQ215lxsHl1wCeMIm4
Hs8qG8ZpvHwD8wHd/PHH5e8=
=ByQm
-----END PGP SIGNATURE-----



More information about the bazaar mailing list