[Python-Dev] svn.python.org require an HTTP authentication: r77062 links at bugs.python.org

2021-10-08 Thread Victor Stinner
Hi, I'm digging into the Python bug tracker history and I found links to Subversion commits: "Fixed in r77062 (trunk), r77063 (py3k)." https://bugs.python.org/issue1811#msg96910 Roundup adds links which are redirected: * https://hg.python.org/lookup/r77062 -> https://svn.python.org/view?view=rev

Re: [Python-Dev] svn.python.org and buildbots down

2012-03-19 Thread Terry Reedy
On 3/19/2012 9:25 AM, Antoine Pitrou wrote: The buildbots should be back now. As for svn.python.org, is anyone using it? Last I knew, some files there are required to fully build Python on Windows. I would be happy if that has or were to change. -- Terry Jan Reedy _

Re: [Python-Dev] svn.python.org and buildbots down

2012-03-19 Thread Martin v. Löwis
> But don't bother to find out how to restart it just for me. I presume > Martin knows the setup and will do it later. It seems to be working fine now, and I didn't do anything. Thomas rebooted the system for hardware inspection at 15:02 (and brought it back up at 15:18), so most likely, it starte

Re: [Python-Dev] svn.python.org and buildbots down

2012-03-19 Thread PJ Eby
On Mar 19, 2012 1:20 PM, "Ned Deily" wrote: > > In article <20120319142539.7e83c...@pitrou.net>, > Antoine Pitrou wrote: > > [...] As for svn.python.org, is anyone > > using it? > > The repo for the website (www.python.org) is maintained there. It's also still setuptools' official home, though

Re: [Python-Dev] svn.python.org and buildbots down

2012-03-19 Thread Ned Deily
In article <20120319142539.7e83c...@pitrou.net>, Antoine Pitrou wrote: > [...] As for svn.python.org, is anyone > using it? The repo for the website (www.python.org) is maintained there. -- Ned Deily, n...@acm.org ___ Python-Dev mailing list Pyth

Re: [Python-Dev] svn.python.org and buildbots down

2012-03-19 Thread Stefan Krah
Antoine Pitrou wrote: > The buildbots should be back now. As for svn.python.org, is anyone > using it? (I don't know how to restart it) Thanks! I'm using svn.python.org for the automated sphinx checkout in Doc/ (make html) and sometimes to dig through pre-hg history. But don't bother to find out

Re: [Python-Dev] svn.python.org and buildbots down

2012-03-19 Thread Antoine Pitrou
On Mon, 19 Mar 2012 13:26:37 +0100 Stefan Krah wrote: > Hello, > > you might be aware of it already. In case not, it appears that svn.python.org > and the buildbots are down. The buildbots should be back now. As for svn.python.org, is anyone using it? (I don't know how to restart it) Regards A

[Python-Dev] svn.python.org and buildbots down

2012-03-19 Thread Stefan Krah
Hello, you might be aware of it already. In case not, it appears that svn.python.org and the buildbots are down. Stefan Krah ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://ma

Re: [Python-Dev] svn.python.org certificate expired

2012-01-10 Thread Martin v. Löwis
> It seems that svn.python.org certificate expired today (09/01/2012). I have now replaced the certificate. The current one will expire on Chistmas 2013. Regards, Martin ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/li

[Python-Dev] svn.python.org certificate expired

2012-01-09 Thread Charles-François Natali
Hi, All the buildbots are turning red because of test_ssl: """ == ERROR: test_connect (test.test_ssl.NetworkedTests) -- Traceback (most recent call last): File

Re: [Python-Dev] svn.python.org confusion

2011-06-30 Thread Nick Coghlan
On Fri, Jul 1, 2011 at 1:40 AM, Tres Seaver wrote: > On 06/30/2011 10:32 AM, Barry Warsaw wrote: >> I'm not against adding this to svn, but please be sure these files don't leak >> into the tarballs should we need to cut another 2.5 or 2.6 release.  I think >> that just means tweaking sandbox/rele

Re: [Python-Dev] svn.python.org confusion

2011-06-30 Thread Tres Seaver
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 06/30/2011 10:32 AM, Barry Warsaw wrote: > On Jun 30, 2011, at 04:17 PM, Éric Araujo wrote: > >> Adding a THIS_REPOSITORY_HAS_MOVED file to recent branches looks good. > > I'm not against adding this to svn, but please be sure these files don't le

Re: [Python-Dev] svn.python.org confusion

2011-06-30 Thread Barry Warsaw
On Jun 30, 2011, at 04:17 PM, Éric Araujo wrote: >Adding a THIS_REPOSITORY_HAS_MOVED file to recent branches looks good. I'm not against adding this to svn, but please be sure these files don't leak into the tarballs should we need to cut another 2.5 or 2.6 release. I think that just means tweak

Re: [Python-Dev] svn.python.org confusion

2011-06-30 Thread Éric Araujo
Adding a THIS_REPOSITORY_HAS_MOVED file to recent branches looks good. Regards ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40

Re: [Python-Dev] svn.python.org confusion

2011-06-29 Thread Martin v. Löwis
> Could some text be added to the svn browser pages to at least indicate > that the repo is no longer being updated with a link to the > hg.python.org browser? Adding some text to only some pages (namely those that have been migrated to mercurial) is difficult - so difficult that I won't have t

Re: [Python-Dev] svn.python.org confusion

2011-06-29 Thread Ned Deily
In article , Sandro Tosi wrote: > On Wed, Jun 29, 2011 at 03:05, Vinay Sajip wrote: > > Ned Deily acm.org> writes: > >> Could some text be added to the svn browser pages to at least indicate > >> that the repo is no longer being updated with a link to the > >> hg.python.org browser?   I'm not s

Re: [Python-Dev] svn.python.org confusion

2011-06-29 Thread Sandro Tosi
On Wed, Jun 29, 2011 at 03:05, Vinay Sajip wrote: > Ned Deily acm.org> writes: > >> Could some text be added to the svn browser pages to at least indicate >> that the repo is no longer being updated with a link to the >> hg.python.org browser?   I'm not sure what to do about the repos >> themselv

Re: [Python-Dev] svn.python.org confusion

2011-06-28 Thread Barry Warsaw
On Jun 29, 2011, at 01:05 AM, Vinay Sajip wrote: >Ned Deily acm.org> writes: > >> Could some text be added to the svn browser pages to at least indicate >> that the repo is no longer being updated with a link to the >> hg.python.org browser? I'm not sure what to do about the repos >> themsel

Re: [Python-Dev] svn.python.org confusion

2011-06-28 Thread Vinay Sajip
Ned Deily acm.org> writes: > Could some text be added to the svn browser pages to at least indicate > that the repo is no longer being updated with a link to the > hg.python.org browser? I'm not sure what to do about the repos > themselves if people attempt to do an svn co. Perhaps that sho

Re: [Python-Dev] svn.python.org confusion

2011-06-28 Thread Michael Foord
On 28/06/2011 17:37, Ned Deily wrote: Not surprisingly, people are still attempting to browse and/or checkout Python source from svn.python.org. They could be following out-of-date instructions from somewhere or might be expecting the svn repos are mirroring the hg ones. This causes wasted time

[Python-Dev] svn.python.org confusion

2011-06-28 Thread Ned Deily
Not surprisingly, people are still attempting to browse and/or checkout Python source from svn.python.org. They could be following out-of-date instructions from somewhere or might be expecting the svn repos are mirroring the hg ones. This causes wasted time and frustration for users and for u

Re: [Python-Dev] svn.python.org ?

2007-12-29 Thread Elvis Pranskevichus
Joseph Armbruster wrote: > > Is svn.python.org ok? I am unable to perform an update at the moment. > > Joseph Armbruster Looks like the httpd on svn.python.org is down: telnet svn.python.org 80 Trying 82.94.237.220... telnet: connect to address 82.94.237.220: Connection refused SSH is up, th

Re: [Python-Dev] svn.python.org ?

2007-12-29 Thread Skip Montanaro
I'm unable to get the (apprently external?) 2to3 to update: % svn up Fetching external item into 'Tools/2to3' svn: PROPFIND request failed on '/projects/sandbox/trunk/2to3' svn: PROPFIND of '/projects/sandbox/trunk/2to3': could not connect to server (http://svn.python.org) Something seem

Re: [Python-Dev] svn.python.org ?

2007-12-22 Thread Steve Holden
Skip Montanaro wrote: > I'm unable to get the (apprently external?) 2to3 to update: > > % svn up > > Fetching external item into 'Tools/2to3' > svn: PROPFIND request failed on '/projects/sandbox/trunk/2to3' > svn: PROPFIND of '/projects/sandbox/trunk/2to3': could not connect > to server (

Re: [Python-Dev] svn.python.org ?

2007-12-22 Thread Steve Holden
Joseph Armbruster wrote: > Is svn.python.org ok? I am unable to perform an update at the moment. > Looks like a transient or location-related problem - I am getting an update as I write. regards Steve -- Steve Holden+1 571 484 6266 +1 800 494 3119 Holden Web LLC http:/

[Python-Dev] svn.python.org ?

2007-12-22 Thread Joseph Armbruster
Is svn.python.org ok? I am unable to perform an update at the moment. Joseph Armbruster ___ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev

[Python-Dev] svn.python.org

2007-04-11 Thread Barry Warsaw
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On Apr 11, 2007, at 11:10 AM, Barry Warsaw wrote: > I'll take this opportunity to mention that we've ordered a new ssl > cert for our expired one on https. It hasn't arrived yet, but > should within a few days. I'll make another announcement whe

Re: [Python-Dev] svn.python.org down

2006-10-20 Thread Martin v. Löwis
Grig Gheorghiu schrieb: > FYI -- can't do svn checkouts/updates from the trunk at this point. > > starting svn operation > svn update --revision HEAD > in dir /home/twistbot/pybot/trunk.gheorghiu-x86/build (timeout 1200 secs) > svn: PROPFIND request failed on '/projects/python/trunk' > svn: PROPF

Re: [Python-Dev] svn.python.org down

2006-10-17 Thread skip
Anthony> Ah - the svn-apache server was down. I've restarted it. We Anthony> should probably put some monitoring/restarting in place for Anthony> those servers - if someone wants to volunteer a script I'll add Anthony> it to cron, or I'll write it myself when I get a chance. Is th

Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Paul Moore
On 10/17/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: > Ah - the svn-apache server was down. I've restarted it. We should probably put > some monitoring/restarting in place for those servers - if someone wants to > volunteer a script I'll add it to cron, or I'll write it myself when I get a > chan

Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Anthony Baxter
Ah - the svn-apache server was down. I've restarted it. We should probably put some monitoring/restarting in place for those servers - if someone wants to volunteer a script I'll add it to cron, or I'll write it myself when I get a chance. (I was testing with svn+ssh, it was the http version th

Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Paul Moore
On 10/17/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: > On Wednesday 18 October 2006 00:59, Grig Gheorghiu wrote: > > FYI -- can't do svn checkouts/updates from the trunk at this point. > > > > starting svn operation > > svn update --revision HEAD > > in dir /home/twistbot/pybot/trunk.gheorghiu-x

Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Grig Gheorghiu
On 10/17/06, Anthony Baxter <[EMAIL PROTECTED]> wrote: > On Wednesday 18 October 2006 00:59, Grig Gheorghiu wrote: > > FYI -- can't do svn checkouts/updates from the trunk at this point. > > > > starting svn operation > > svn update --revision HEAD > > in dir /home/twistbot/pybot/trunk.gheorghiu-x

Re: [Python-Dev] svn.python.org down

2006-10-17 Thread Anthony Baxter
On Wednesday 18 October 2006 00:59, Grig Gheorghiu wrote: > FYI -- can't do svn checkouts/updates from the trunk at this point. > > starting svn operation > svn update --revision HEAD > in dir /home/twistbot/pybot/trunk.gheorghiu-x86/build (timeout 1200 secs) > svn: PROPFIND request failed on '/pr

[Python-Dev] svn.python.org down

2006-10-17 Thread Grig Gheorghiu
FYI -- can't do svn checkouts/updates from the trunk at this point. starting svn operation svn update --revision HEAD in dir /home/twistbot/pybot/trunk.gheorghiu-x86/build (timeout 1200 secs) svn: PROPFIND request failed on '/projects/python/trunk' svn: PROPFIND of '/projects/python/trunk': could