Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:58917 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 77377 invoked from network); 13 Mar 2012 17:42:02 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 13 Mar 2012 17:42:02 -0000 Authentication-Results: pb1.pair.com header.from=kris.craig@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=kris.craig@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 74.125.82.170 as permitted sender) X-PHP-List-Original-Sender: kris.craig@gmail.com X-Host-Fingerprint: 74.125.82.170 mail-we0-f170.google.com Received: from [74.125.82.170] ([74.125.82.170:48929] helo=mail-we0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 15/E2-60712-8E68F5F4 for ; Tue, 13 Mar 2012 12:42:00 -0500 Received: by werh12 with SMTP id h12so932149wer.29 for ; Tue, 13 Mar 2012 10:41:57 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=li2pIw+my4yBmHaXcFBe54q2P3gRWo7W1g45mCrKw/A=; b=Ddszt5T15Hw0zlFBhehQEigYocrwSjB8zpu/NSmyr94GrJqTUxaAo6mggOwqHCw3/K biaphnxdpBpCkUKEJRNEak7UzbhlIUsue228X9tlVSBR0H5lIGInLZJZoGRmL8PjziGG +yNKKCHSti2RgPmLQD0vRBUpaZF1REMCeM8nT7TAiDrFygWWVD/VlxIftQDjuNQQR20r 1Mbe+0GoNPs0ACPUu5ijUL4G5J5vy3kr0W/1ZW831BH2sWotGJaXk5FPe33pkvPDN4hE 72r8K013lAnaRoKiQADmM/vDYjrDw/M3wmVt4tHgRDZQa1UdpI/FOIJSl//MzuBOfyAK g8aA== MIME-Version: 1.0 Received: by 10.180.24.7 with SMTP id q7mr9525727wif.11.1331660517459; Tue, 13 Mar 2012 10:41:57 -0700 (PDT) Received: by 10.223.111.78 with HTTP; Tue, 13 Mar 2012 10:41:57 -0700 (PDT) In-Reply-To: References: <4F5336B2.3040200@kukulich.cz> <4F53DF00.6070303@gmx.net> <4F57AE3B.7000204@php.net> Date: Tue, 13 Mar 2012 10:41:57 -0700 Message-ID: To: Richard Lynch Cc: PHP internals list Content-Type: multipart/alternative; boundary=f46d043892ab1ac53604bb2360ae Subject: Re: [PHP-DEV] Re: Git Migration: Status Update From: kris.craig@gmail.com (Kris Craig) --f46d043892ab1ac53604bb2360ae Content-Type: text/plain; charset=ISO-8859-1 +1 Git can be confusing for seasoned Subversion developers at first, as it really is a fundamental paradigm shift in many respects. I'm not sure why you're only able to do read-only access, though. The add/commit syntax for Git is fairly similar to that of SVN. Have you tried creating a dummy repo locally and making commits to that? I'm not privy to the latest on the Git migration project, but it could just be a Git and/or FSO permissions issue on the remote origin. --Kris On Tue, Mar 13, 2012 at 8:18 AM, Richard Lynch wrote: > On Wed, March 7, 2012 1:51 pm, Sebastian Bergmann wrote: > > Am 07.03.2012 19:46, schrieb Kris Craig: > >> As I and others have said already, using a Subversion branching > >> model > >> on Git just doesn't make any sense. > > > > How often does it have to be explained to you and others that we > > would > > like to do this step by step? First we change the tool, then we > > change > > the process. Shouldn't be too hard to understand ... > > Maybe it's just me, but if I told my boss we were going to change the > tool and decide and document the fundamental business processes later, > I don't think that would float... > > That said, I still can't get my head around Git at all, and so far > have only managed to checkout/update on a read-only basis. Not that it > matters. My code contributions to PHP have been nil so far anyway. > > -- > brain cancer update: > http://richardlynch.blogspot.com/search/label/brain%20tumor > Donate: > > https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=FS9NLTNEEKWBE > > > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > --f46d043892ab1ac53604bb2360ae--