Bazaar and online code review.
Jeffrey Cameron
jeffreycameron+gmane at gmail.com
Wed Feb 8 00:26:49 UTC 2012
Dan MacMillan <danm <at> emerald-associates.com> writes:
>
>
> Hi,
>
> My company is evaluating the use of online code review tools such as Atlassian
Crucible. Although we don’t yet have all of our repositories migrated from
Subversion to Bazaar, we have been using Bazaar for a bit over a year and we
really like it. The model and the philosophy seem to suit us very well.
However since there has been less uptake of Bazaar than Mercurial or Git it
seems to be less well supported in other tools like Crucible.
>
> First I will ask the question straight up … is it possible to use Bazaar with
Crucible directly? It doesn’t seem to be supported.
>
> Failing that what I thought we might do is have a Mercurial repository that
shadows our Bazaar repository in more or less real-time and have Crucible point
to the Mercurial repository. It’s not ideal and I don’t really know how well it
would work … it’s clumsy.
>
> I’d be interested to hear how other Bazaar users have been approaching this?
>
> Dan MacMillan
>
>
Hi Dan,
I too have bemoaned the lack of bazaar support in Crucible and other Atlassian
products. There is an open issue for this here:
https://jira.atlassian.com/browse/FE-725 Please do vote for it and raise its
profile.
Crucible could support your code in one of two ways:
1. bazaar-svn is fantastic. Push your bazaar code to a central subversion
repository and have Crucible watch the bazaar repository.
2. Crucible can watch a filesystem instead of a source control repository. Have
it watch the central folder where you push your bazaar commits to. I hvaen't
done this one specifically, but its worth a shot.
HTH
More information about the bazaar
mailing list