![](https://secure.gravatar.com/avatar/40489da22d2dc0cc12596420bb810463.jpg?s=120&d=mm&r=g)
Is commit to NumPy SVN still turned off? How do I get a working SVN again? -Travis
![](https://secure.gravatar.com/avatar/9820b5956634e5bbad7f4ed91a232822.jpg?s=120&d=mm&r=g)
Travis E. Oliphant wrote:
Is commit to NumPy SVN still turned off? How do I get a working SVN again?
It is on - I could commit a few things 1-2 hours ago. If you still get an administrative error message ("repo is read only ..."), it means you are on the old repo. cheers, David
![](https://secure.gravatar.com/avatar/3a6c2451f75d3309b1252476a8f6a4a6.jpg?s=120&d=mm&r=g)
On Mar 4, 2009, at 8:37 AM, David Cournapeau wrote:
Travis E. Oliphant wrote:
Is commit to NumPy SVN still turned off? How do I get a working SVN again?
It is on - I could commit a few things 1-2 hours ago. If you still get an administrative error message ("repo is read only ..."), it means you are on the old repo.
cheers, David
Yeah, this is an Enthought-internal IT issue, which I will fix this morning as soon as I get in to the office. -Peter
![](https://secure.gravatar.com/avatar/f0e14e3d3fedba744ede17396d394c73.jpg?s=120&d=mm&r=g)
2009/3/4 David Cournapeau <david@ar.media.kyoto-u.ac.jp>: Travis E. Oliphant wrote:
Is commit to NumPy SVN still turned off? How do I get a working SVN again?
It is on - I could commit a few things 1-2 hours ago. If you still get an administrative error message ("repo is read only ..."), it means you are on the old repo.
The local checkout on my machine stopped working: $ svn up svn: 'http://scipy.org/svn/numpy/trunk' path not found I had to do a fresh checkout from http://svn.scipy.org/svn/numpy/ (note changed URL). Maybe the problem is related? It looks like http://scipy.org/svn/numpy no longer resolves to the SVN repository... Cheers, Scott
![](https://secure.gravatar.com/avatar/59bdb3784070f0a6836aca9ee03ad817.jpg?s=120&d=mm&r=g)
On Thu, Mar 5, 2009 at 12:06 AM, Scott Sinclair <scott.sinclair.za@gmail.com> wrote:
I had to do a fresh checkout from http://svn.scipy.org/svn/numpy/ (note changed URL).
I did not know we could access svn from scipy.org. I have alway used svn.scipy.org - in which case you don't need to do anything to go to the new repo. It should be transparent. David
![](https://secure.gravatar.com/avatar/38d5ac232150013cbf1a4639538204c0.jpg?s=120&d=mm&r=g)
David Cournapeau wrote:
On Thu, Mar 5, 2009 at 12:06 AM, Scott Sinclair <scott.sinclair.za@gmail.com> wrote:
I had to do a fresh checkout from http://svn.scipy.org/svn/numpy/ (note changed URL).
I did not know we could access svn from scipy.org. I have alway used svn.scipy.org - in which case you don't need to do anything to go to the new repo. It should be transparent.
David _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion
See links at: http://www.scipy.org/Download ''' Bleeding-edge repository access (See also the Developer Zone.) NumPy svn co http://scipy.org/svn/numpy/trunk numpy SciPy svn co http://scipy.org/svn/scipy/trunk scipy ''' But the Developer Zone page (http://www.scipy.org/Developer_Zone) refers to the other eg for numpy: http://svn.scipy.org/svn/numpy/trunk/ Bruce
![](https://secure.gravatar.com/avatar/59bdb3784070f0a6836aca9ee03ad817.jpg?s=120&d=mm&r=g)
On Thu, Mar 5, 2009 at 1:33 AM, Bruce Southey <bsouthey@gmail.com> wrote:
David Cournapeau wrote:
On Thu, Mar 5, 2009 at 12:06 AM, Scott Sinclair <scott.sinclair.za@gmail.com> wrote:
I had to do a fresh checkout from http://svn.scipy.org/svn/numpy/ (note changed URL).
I did not know we could access svn from scipy.org. I have alway used svn.scipy.org - in which case you don't need to do anything to go to the new repo. It should be transparent.
David _______________________________________________ Numpy-discussion mailing list Numpy-discussion@scipy.org http://projects.scipy.org/mailman/listinfo/numpy-discussion
See links at: http://www.scipy.org/Download
''' Bleeding-edge repository access (See also the Developer Zone.) NumPy svn co http://scipy.org/svn/numpy/trunk numpy SciPy svn co http://scipy.org/svn/scipy/trunk scipy '''
Damn wiki, I wanted to fix that, but it was already fixed. David
participants (6)
-
Bruce Southey
-
David Cournapeau
-
David Cournapeau
-
Peter Wang
-
Scott Sinclair
-
Travis E. Oliphant