[Numpy-discussion] SciPy SVN altered so that newscipy and newcore are now the trunk.

David M. Cooke cookedm at physics.mcmaster.ca
Thu Nov 10 19:22:03 EST 2005


Travis Oliphant <oliphant at ee.byu.edu> writes:

> I've finished altering the subversion repository of SciPy so that the 
> new development is taking place on the trunk  of both scipy and scipy_core.
>
> The old versions are under branches named oldcore and oldscipy.
>
> Get the new repositor(y,ies) using:
>
> *Core*:
> svn co http://svn.scipy.org/svn/scipy_core/trunk core
>
> *Full SciPy*:
> svn co http://svn.scipy.org/svn/scipy/trunk scipy
>
> Doing both will place two directories named core and scipy in your 
> current directory containing the current state of both repositories.

Alternatively, instead of doing a full checkout, you can switch your
working copies:

Within your (old) newcore directory:

svn sw http://svn.scipy.org/svn/scipy_core/trunk

and same for full scipy.

-- 
|>|\/|<
/--------------------------------------------------------------------------\
|David M. Cooke                      http://arbutus.physics.mcmaster.ca/dmc/
|cookedm at physics.mcmaster.ca




More information about the NumPy-Discussion mailing list