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