Development process
James Henstridge
james at jamesh.id.au
Thu Jul 12 02:42:40 BST 2007
On 12/07/07, Noah Gift <noah.gift at gmail.com> wrote:
> First, I am totally ignorant of bzr, but really curious. I want to
> include it in the book I am writing for O'Reilly on "Python For
> Systems Administration". Hopefully my questions aren't too off
> topic...I feel they might be too..., and feel free to hit me up off
> the list. My comments inline.
>
> On 7/11/07, Jamu Kakar <jamshed.kakar at canonical.com> wrote:
> > Hi Noah,
> >
> > Noah Gift wrote:
> > > Slightly off topic, but is there a way to get a trac like experience
> > > with bzr? I know launchpad but that is only partially open sourced :)
> >
> > Even if Launchpad were open-source, how would that help? For example,
> > if we were using Trac the system would likely be hosted on a Canonical
> > server and you wouldn't have access to it's internals anyway. So,
> > whether Launchpad is open source or not doesn't seem to be an
> > interesting point (I could be missing something).
>
> I was partially thinking selfishly as I have our code for the book in
> trac/svn and was curious about using this type of setup with Bzr. I
> like having the ability to browse our notes and source code in trac.
There is source code browsing support. You can get a list of all the
Storm branches at:
https://code.launchpad.net/storm
There is currently only one branch registered there, but will be more
in future. Clicking on a branch name takes you to the branch
information page, where you can see a summary of the recent changes
and optionally subscribe to it (which allows you to get email
notification of changes):
https://code.launchpad.net/~storm/storm/trunk
There is also a "Browse code" link in the actions menu of that page:
http://codebrowse.launchpad.net/~storm/storm/trunk
Here you can browse all the revisions, or browse the files in any
revision. The same features are provided for any branch you upload to
Launchpad.
James.
More information about the storm
mailing list