Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:52042 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 22895 invoked from network); 28 Apr 2011 07:18:59 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Apr 2011 07:18:59 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass; domainkeys=bad Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.215.42 as permitted sender) DomainKey-Status: bad X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.215.42 mail-ew0-f42.google.com Received: from [209.85.215.42] ([209.85.215.42:38409] helo=mail-ew0-f42.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 38/00-22243-FD419BD4 for ; Thu, 28 Apr 2011 03:18:56 -0400 Received: by ewy2 with SMTP id 2so759364ewy.29 for ; Thu, 28 Apr 2011 00:18:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; bh=jO2EN1Eq9xENFV3a1BL6n7wVyBkFi7Iza4eRYeq0kps=; b=Cov9Dm1yjrZuOPPbehnwmwoP3t6xy5HjqgpO62Bcm2o5u4GjrhS0J7xqglfEg2654b m7n3SBdLKNA0zgvis2HoDS4DHCXERJIXvhNldnMwG1DydjbgRm5wtPvg73c0DTPdTjQf I310bxTq46rs/u/etaTxeHVkXHhdSE6brT794= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:in-reply-to:references:date :x-google-sender-auth:message-id:subject:from:to:cc:content-type; b=UpzPIWpTEIrveWvRZFEPLJVJ6l8G7pFLgbylFyFwiJWs3Fe0XiH46a433ZdrNPskbQ HYAzZ/w55NEY3UJjrolFx4HPsKJ4GqKOdU30D1/jPxy7UWNj9nfuNYIKaz4cXY70dbQ4 X6MH++STLeZRaFEnNztJsgJ4+FRxchUsdQTj8= MIME-Version: 1.0 Received: by 10.14.37.75 with SMTP id x51mr1365850eea.71.1303975132729; Thu, 28 Apr 2011 00:18:52 -0700 (PDT) Sender: tyra3l@gmail.com Received: by 10.14.127.79 with HTTP; Thu, 28 Apr 2011 00:18:52 -0700 (PDT) In-Reply-To: <4DB8CCA9.7040604@yahoo.com.au> References: <4DB8CCA9.7040604@yahoo.com.au> Date: Thu, 28 Apr 2011 09:18:52 +0200 X-Google-Sender-Auth: PIWJ-h7B8TDycruFIfZ-elPzQNk Message-ID: To: Ben Schmidt Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=90e6ba61541295117d04a1f55e9b Subject: Re: [PHP-DEV] DVCS From: info@tyrael.hu (Ferenc Kovacs) --90e6ba61541295117d04a1f55e9b Content-Type: text/plain; charset=UTF-8 On Thu, Apr 28, 2011 at 4:10 AM, Ben Schmidt wrote: > Hi! > > I realise that at least for now, PHP is sticking with SVN. No problems. > > However...I find it much easier to work in Mercurial to put together > patches, find bugs, etc.. And in fact, I find SVN really awkward--I was > on the verge of switching back to CVS when DVCSes such as Mercurial and > Git became popular. I would put in a vote for Mercurial if PHP decides > to move to a DVCS. Mercurial is more similar to CVS/SVN in its command > set than other DVCSes, is easy and friendly to use, generally does what > you would expect, makes it pretty hard to shoot yourself in the foot, > and includes good Windows support. Operating with the Mozilla and Vim > Mercurial repositories is a lovely experience, and I'd love to add PHP > to the list of projects I follow this way. > > However, pushing the team towards a DVCS is not what I'm writing for. > Certainly not to push for a particular one. > > I'd just like to be able to use my tool of choice (Mercurial) locally. > Would it be possible to set up a Mercurial mirror of the SVN repo on, > say, bitbucket.org, so I could pull from there? Alternatively, I can > access a git repo somewhere like github.com (I found > https://github.com/php/php-src but the last activity seems to be about 9 > months ago--is it dead? are there any plans to revive it?). Of course, > as a last resort, I could just access SVN using Mercurial. However, it > may result in a lower server load if PHP can provide a mirror somewhere, > updated by a commit hook or daily cron job or something, rather than me > (and potentially many others, as DVCSes become even more popular) > accessing SVN directly. > > Any possibility? (I'm happy to help, if I can be given appropriate > access to resources to do so.) > > Ben. > > > anybody out there, who didn't tried github yet, should really do it. and you can use your svn client to interact with your github repo, if you didn't feel the need to learn git. https://github.com/blog/644-subversion-write-support Tyrael --90e6ba61541295117d04a1f55e9b--