Re: [Python-Dev] Broken svn lookup?

2017-12-18 Thread Victor Stinner
I don't need Subversion. I only need an online service redirecting me
to the change.

The bug tracker points to http://hg.python.org/lookup/r81190 which
redirects to http://svn.python.org/view?view=revision=81190

In the master branch, there is the Misc/svnmap.txt file which maps
Subversion commits to Mercurial commits. Hum. Now we need Git commits
:-)

Well, it's not really a blocker issue. It would just be "nice to
have", but sadly I don't have the bandwidth to work on that :-(

Victor

2017-12-19 1:20 GMT+01:00 Benjamin Peterson :
> I turned viewvc off a few months ago because subversion is highly deprecated
> at this point. In fact, now that Windows build dependencies have moved off,
> I’m probably going to shut it off for good soon.
>
>
> On Mon, Dec 18, 2017, at 06:55, Victor Stinner wrote:
>> Hi,
>>
>> I was looking at old issues. In
>> https://bugs.python.org/issue8610#msg105805 I found the link:
>>
>>   http://svn.python.org/view?view=revision=81190
>>
>> Sadly, the link fails with HTTP 404 Not Found :-(
>>
>> Is the service down? It's no more possible to browse the old
>> Subversion repository?
>>
>> Victor
>
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Broken svn lookup?

2017-12-18 Thread Benjamin Peterson
I turned viewvc off a few months ago because subversion is highly
deprecated at this point. In fact, now that Windows build dependencies
have moved off, I’m probably going to shut it off for good soon.

On Mon, Dec 18, 2017, at 06:55, Victor Stinner wrote:
> Hi,
>
> I was looking at old issues. In
> https://bugs.python.org/issue8610#msg105805 I found the link:
>
>   http://svn.python.org/view?view=revision=81190
>
> Sadly, the link fails with HTTP 404 Not Found :-(
>
> Is the service down? It's no more possible to browse the old
> Subversion repository?
>
> Victor

___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com


Re: [Python-Dev] Broken svn lookup?

2017-12-18 Thread Jonathan Goble
On Mon, Dec 18, 2017 at 9:57 AM Victor Stinner 
wrote:

> Hi,
>
> I was looking at old issues. In
> https://bugs.python.org/issue8610#msg105805 I found the link:
>
>   http://svn.python.org/view?view=revision=81190
>
> Sadly, the link fails with HTTP 404 Not Found :-(
>
> Is the service down? It's no more possible to browse the old
> Subversion repository?
>

I don't get a 404 response. I get a Firefox dialog box asking for my
username and password, and on clicking "Cancel", I then get an HTTP 401
Unauthorized response.
___
Python-Dev mailing list
Python-Dev@python.org
https://mail.python.org/mailman/listinfo/python-dev
Unsubscribe: 
https://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com