Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:69938 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 19043 invoked from network); 29 Oct 2013 11:18:40 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 29 Oct 2013 11:18:40 -0000 X-Host-Fingerprint: 149.254.49.157 genkt-049-157.t-mobile.co.uk Received: from [149.254.49.157] ([149.254.49.157:20092] helo=localhost.localdomain) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 85/D1-10284-F899F625 for ; Tue, 29 Oct 2013 06:18:39 -0500 To: internals@lists.php.net,Julien Pauli Message-ID: <526F998C.5000109@php.net> Date: Tue, 29 Oct 2013 11:18:36 +0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130625 Thunderbird/17.0.7 MIME-Version: 1.0 References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 149.254.49.157 Subject: Re: Cleanup of old remote branches From: krakjoe@php.net (Joe Watkins) On 10/29/2013 10:56 AM, Julien Pauli wrote: > Hi internals. > > Doing a git branch --all , I notice that we still carry very old branches > (back from the svn or even cvs times). > > Here is the list : > > remotes/origin/experimental/5.2-WITH_DRCP > remotes/origin/experimental/5.3-FPM > remotes/origin/experimental/RETURN_REF > remotes/origin/experimental/ZendEngine2 > remotes/origin/experimental/apache_hooks > remotes/origin/experimental/first_unicode_implementation > remotes/origin/experimental/lemon > remotes/origin/experimental/namespaces > remotes/origin/experimental/new_apache_hooks > remotes/origin/experimental/new_ui_api > remotes/origin/experimental/newoperator > remotes/origin/experimental/phar_tar > remotes/origin/experimental/pre_new_hash_func > remotes/origin/experimental/rand_redesign > remotes/origin/experimental/the_5_4_that_isnt_5_4 > remotes/origin/experimental/threaded > remotes/origin/experimental/with_scalar_types > remotes/origin/experimental/zts_stdc_scanners > remotes/origin/experimetnal/RETURN_REF_PATCH > remotes/origin/immutable-date > remotes/origin/master > remotes/origin/migration/EXPERIMENTAL > remotes/origin/migration/INITIAL > remotes/origin/migration/RELEASE_1_0_0 > remotes/origin/migration/sqlite-start > remotes/origin/migration/unlabaled-1.1.2 > remotes/origin/migration/unlabaled-1.29.2 > remotes/origin/migration/unlabaled-1.3.2 > remotes/origin/migration/unlabaled-1.67.2 > > We don't need git space, right ; but I think we need some cleanup to keep > consistency. > While I know "immutable-date" or even "lemon" could still be reworked on in > the future, I personnaly have absolutely no clue about > "migration/unlabaled-1.67.2" for example. > "experimental/the_5_4_that_isnt_5_4" is funny as well, I guess it's a try > for someone, I haven't diffed it anyway. > I assume some of our remote branches are both old and useless nowadays. > > Could we make a list of the remote branches we really don't need anymore, > and clean them up ? > > Thx > > Julien Pauli > Pointless to keep merged ones ... Don't remove anything interesting though, please ... Or if it must be removed, can we have a php-siberia ?? Cheers Joe