The easiest way to check-out matplotlib source

Hello,

How do you add you automatically check-out new added files from matplotlib trunk? Is there a specific svn command for this?

Another question: For example IPython has uses bzr and when I issue bzr branch lp:ipython command I grab the latest development branch. I do a development installation quoting from IPython documentation:

"Some users want to be able to follow the development branch as it changes. If
you have setuptools installed, this is easy. Simply replace the last
step by:

$ python setupegg.py develop

and one more step:

This creates links in the right places and installs the command line script to
the appropriate places. Then, if you want to update your IPython at any time,
just do:

$ bzr pull

No duplicated folders and bzr pulls the changes for me.

Could this be possible with matplotlib’s VCS system?

Thank you

Gökhan

Hello,

How do you add you automatically check-out new added files from matplotlib
trunk? Is there a specific svn command for this?

Check out svn as indicated here::

  http://matplotlib.sourceforge.net/faq/installing_faq.html#install-from-svn

Once you have a checkout, you can get updates with ::

  > svn up

JDH

···

On Mon, Jun 8, 2009 at 2:14 PM, Gökhan SEVER<gokhansever@...149...> wrote:

I need to issue a “python setup.py install” after each svn up, right?

···

On Mon, Jun 8, 2009 at 2:16 PM, John Hunter <jdh2358@…149…> wrote:

On Mon, Jun 8, 2009 at 2:14 PM, Gökhan SEVER<gokhansever@…149…> wrote:

Hello,

How do you add you automatically check-out new added files from matplotlib

trunk? Is there a specific svn command for this?

Check out svn as indicated here::

http://matplotlib.sourceforge.net/faq/installing_faq.html#install-from-svn

Once you have a checkout, you can get updates with ::

svn up

JDH