From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17113 invoked by alias); 16 Jan 2013 00:15:51 -0000 Mailing-List: contact zsh-workers-help@zsh.org; run by ezmlm Precedence: bulk X-No-Archive: yes List-Id: Zsh Workers List List-Post: List-Help: X-Seq: 30973 Received: (qmail 27078 invoked from network); 16 Jan 2013 00:15:43 -0000 X-Spam-Checker-Version: SpamAssassin 3.3.2 (2011-06-06) on f.primenet.com.au X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,DKIM_ADSP_ALL, DKIM_SIGNED,RCVD_IN_DNSWL_MED,T_DKIM_INVALID,UNPARSEABLE_RELAY autolearn=ham version=3.3.2 Received-SPF: none (ns1.primenet.com.au: domain at spodhuis.org does not designate permitted sender hosts) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=spodhuis.org; s=d201210; h=In-Reply-To:Content-Type:MIME-Version:References:Message-ID:Subject:Cc:To:From:Date; bh=R1YtAmD+K6H7gc/9TTzg0L8E0ptkKWfg4W7J0wI0aKE=; b=FDfHDW328Ocj0YXedMxM7gQCw9XtgGay7CHjCkylfFrqvKaawajjP7yviltwm3mixQM+QdvcFjv1/SWVb85RBH7wfT3594DFEh2GLI70VKrYg4iFwiKVEq3S6sczSmc4Xawma7G97bxLbB2gbds5G8o13YZ4aFev2dtlOPsvAWk=; Date: Tue, 15 Jan 2013 18:58:29 -0500 From: Phil Pennock To: Peter Stephenson Cc: Zsh Hackers' List Subject: Re: Fw: zsh, it's time to upgrade your classic SourceForge project Message-ID: <20130115235829.GA29548@redoubt.spodhuis.org> Mail-Followup-To: Peter Stephenson , Zsh Hackers' List References: <20130115194529.6855de7d@pws-pc.ntlworld.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20130115194529.6855de7d@pws-pc.ntlworld.com> On 2013-01-15 at 19:45 +0000, Peter Stephenson wrote: > Sourceforge is updating their system; for some reason this time round > it's not automatic. I shall probably just press the button, but beware > the URLs will changed (it's not as if that would be the first time). > Now is probably as good a time as any. just gives an error message about not being an admin of "this" project. Looking around to try to find documentation on what changes, I find: https://sourceforge.net/p/forge/site-support/537/ where SF's support point out that CVS URLs will *not* change: ----------------------------8< cut here >8------------------------------ CVS is actually a special case. We don't support it for new projects on the new system, only for classic projects that upgrade. So that said, the repository itself isn't actually migrated, it's just left in place and we add an informational page similar to what's on classic projects. So, in short, yes, for CVS (and only CVS), the links will remain the same. ----------------------------8< cut here >8------------------------------ So, looks like no manual fixups of client checkouts needed. -Phil