[Numpy-discussion] Branch and Tag Maintenance

Jarrod Millman millman at berkeley.edu
Wed Aug 22 17:35:24 EDT 2007


Hello,

I deleted any old (2+ years since modified) branches and tags.
Nothing is actually deleted so if you need to access the old code
simply use the relevant revision number with svn checkout, svn switch,
or svn list.

It is also very easy to restore if you are planning to continue
working on some of the code.  For example if you need to restore the
numarray branch just use:
svn copy -r 3988 http://svn.scipy.org/svn/numpy/branches/numarray \
                           http://svn.scipy.org/svn/numpy/branches/numarray

I have attached a text file with the deletions I made and what
revision they were committed on.  You can also view the changes using
the trac site:
http://projects.scipy.org/scipy/numpy/timeline

Thanks,

-- 
Jarrod Millman
Computational Infrastructure for Research Labs
10 Giannini Hall, UC Berkeley
phone: 510.643.4014
http://cirl.berkeley.edu/
-------------- next part --------------
NumPy Branch Maintenance
========================

svn delete http://svn.scipy.org/svn/numpy/branches/build_src -m "Removing old branch"
Committed revision 3985.

svn delete http://svn.scipy.org/svn/numpy/branches/kiva_window_branch -m "Removing old branch"
Committed revision 3986.

svn delete http://svn.scipy.org/svn/numpy/branches/newunicode -m "Removing old branch"
Committed revision 3987.

svn delete http://svn.scipy.org/svn/numpy/branches/numarray -m "Removing old branch"
Committed revision 3988.

svn delete http://svn.scipy.org/svn/numpy/branches/oldcore -m "Removing old branch"
Committed revision 3989.

svn delete http://svn.scipy.org/svn/numpy/branches/v0_3_2 -m "Removing old branch"
Committed revision 3990.

NumPy Tag Maintenance
========================

svn delete http://svn.scipy.org/svn/numpy/tags/beta-0.4.2 -m "Removing old tag"
Committed revision 3991.

svn delete http://svn.scipy.org/svn/numpy/tags/Daily_Snapshot_01-11-2002 -m "Removing old tag"
Committed revision 3992.

svn delete http://svn.scipy.org/svn/numpy/tags/kiva_window -m "Removing old tag"
Committed revision 3993.

svn delete http://svn.scipy.org/svn/numpy/tags/post_numarray_merge -m "Removing old tag"
Committed revision 3994.

svn delete http://svn.scipy.org/svn/numpy/tags/pre_classify_conversion -m "Removing old tag"
Committed revision 3995.

svn delete http://svn.scipy.org/svn/numpy/tags/pre_compiler_removal -m "Removing old tag"
Committed revision 3996.

svn delete http://svn.scipy.org/svn/numpy/tags/pre_numarray -m "Removing old tag"
Committed revision 3997.

svn delete http://svn.scipy.org/svn/numpy/tags/pre_numarray_merge -m "Removing old tag"
Committed revision 3998.

svn delete http://svn.scipy.org/svn/numpy/tags/pre_org -m "Removing old tag"
Committed revision 3999.

svn delete http://svn.scipy.org/svn/numpy/tags/release_0_2_0 -m "Removing old tag"
Committed revision 4000.

svn delete http://svn.scipy.org/svn/numpy/tags/v0_2_0 -m "Removing old tag"
Committed revision 4001.

svn delete http://svn.scipy.org/svn/numpy/tags/v0_2_2 -m "Removing old tag"
Committed revision 4002.

svn delete http://svn.scipy.org/svn/numpy/tags/v0_3_0 -m "Removing old tag"
Committed revision 4003.



More information about the NumPy-Discussion mailing list