Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55332 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 6253 invoked from network); 9 Sep 2011 10:50:49 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Sep 2011 10:50:49 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass 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 74.125.83.53 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 74.125.83.53 mail-gw0-f53.google.com Received: from [74.125.83.53] ([74.125.83.53:51874] helo=mail-gw0-f53.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 05/13-18042-78FE96E4 for ; Fri, 09 Sep 2011 06:50:47 -0400 Received: by gwj20 with SMTP id 20so1147453gwj.12 for ; Fri, 09 Sep 2011 03:50:44 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=mgigeTszI3r4FsqEs1BA18P81PndPi5bNEZUOdzSmi4=; b=DpPaQkVyAXFW6cB2TvXO+oiJxJLTQBoyr70+EAafGfKAu3WoqWoA6RH8DlOdrjv3+W UX609r7J2+vvSzqzJggJiWxdm0sp/4iP6BnOJGq83X6x1gFnAngMfcXYuXxiXcR871jo QHQBLJsoRazDfRGdiHx2UbzH96ndhIAi8QCfM= MIME-Version: 1.0 Received: by 10.236.190.193 with SMTP id e41mr10748746yhn.118.1315565444178; Fri, 09 Sep 2011 03:50:44 -0700 (PDT) Received: by 10.147.168.14 with HTTP; Fri, 9 Sep 2011 03:50:44 -0700 (PDT) In-Reply-To: <4E69EB4C.1050008@lsces.co.uk> References: <4E69E60A.5050004@lsces.co.uk> <4E69EB4C.1050008@lsces.co.uk> Date: Fri, 9 Sep 2011 12:50:44 +0200 Message-ID: To: Lester Caine Cc: PHP internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] Using source code ... From: tyra3l@gmail.com (Ferenc Kovacs) On Fri, Sep 9, 2011 at 12:32 PM, Lester Caine wrote: > Alexey Shein wrote: >> >> Hello, Lester, try to start from scratch by running ./vcsclean first, >> often it helps to solve all cache issues from previous builds. > > No go ... > 'Can't figure out your VCS, not cleaning.' > the vcsclean script only support cvs, svn and git currently. basically it just deletes the ignored files present, so if the hg knows about the ignored files (I think the svn:ignore properties were migrated to git, so they should be available), then you should be able to see those files with hg status -i delete those files, and try ./buildconf again, or you can also try ./buildconf --force --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu