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