[Numpy-discussion] BzrMirror page on numpy wiki

Michael McLay michael.j.mclay at gmail.com
Thu Jan 10 10:43:59 EST 2008


Thanks for the explanation of bzr. I'd like to give it a try on
another project. How did you create the repository at
http://www.ar.media.kyoto-u.ac.jp/members/david/archives/numpy.trunk
repository? Is this bzr mirror of the numpy svn repository
automatically updated to follow the commits to the numpy svn
repository?

Also, what tool was used to draw the DAG in the screenshot? The
screenshot was very helpful.

On Jan 10, 2008 9:37 AM, David Cournapeau <david at ar.media.kyoto-u.ac.jp> wrote:
> David Cournapeau wrote:
> > Hi,
> >
> >     I started a page on how to use bzr, with a link to an import I have
> > done on the numpy trunk:
> >
> > http://scipy.org/scipy/numpy/wiki/BzrMirror
> >
> > I thought it would be useful for people not familiar with DVCS, and are
> > curious to try. In perticular, since I have done the svn->bzr import,
> > the distributed bzr binary will work out of the box on windows and max
> > os X (leopard).
> >
> > For now, I only wrote how to do basic things like getting the
> > code/log/annotation/status, nothing related to actual hacking of the
> > code inside the  numpy code. Also, the mirror is pure http, which means
> > it will be pretty slow to get the code the first time (I don't have
> > access to more than bare http). For information, a full checkout (with
> > all the history since 2001, trunk only) takes 30 Mb, without counting
> > the working tree.
> >
> >
> I upgraded the information with more advanced concepts (repository vs
> branch vs checkout, committing, and merging).
>
> I tried to be as concise and as simple as possible, so that people who
> may wonder what we are talking about when we speak about hg/bzr/git can
> see what it is about.
>
> I also tried to show that at least as far as bzr is concerned, most
> commands (the one most people will use) are really similar to svn, for
> people who wonder about the learning curve.
>
>
> cheers,
>
> David
> _______________________________________________
> Numpy-discussion mailing list
> Numpy-discussion at scipy.org
> http://projects.scipy.org/mailman/listinfo/numpy-discussion
>



More information about the NumPy-Discussion mailing list