Return-Path: X-Original-To: apmail-ignite-dev-archive@minotaur.apache.org Delivered-To: apmail-ignite-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 253F19113 for ; Thu, 11 Dec 2014 05:45:48 +0000 (UTC) Received: (qmail 28118 invoked by uid 500); 11 Dec 2014 05:45:48 -0000 Delivered-To: apmail-ignite-dev-archive@ignite.apache.org Received: (qmail 28085 invoked by uid 500); 11 Dec 2014 05:45:48 -0000 Mailing-List: contact dev-help@ignite.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@ignite.incubator.apache.org Delivered-To: mailing list dev@ignite.incubator.apache.org Received: (qmail 28071 invoked by uid 99); 11 Dec 2014 05:45:46 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2014 05:45:46 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of shaposhnik@gmail.com designates 209.85.216.178 as permitted sender) Received: from [209.85.216.178] (HELO mail-qc0-f178.google.com) (209.85.216.178) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 11 Dec 2014 05:45:42 +0000 Received: by mail-qc0-f178.google.com with SMTP id b13so3676829qcw.23 for ; Wed, 10 Dec 2014 21:44:12 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:date:message-id:subject :from:to:content-type; bh=ETQ4Sfxlu+whvHetdSHkJVq3dLjKv1rRe32be/uurV8=; b=ay+Thc739chsceVv2g+n4uIiOtgN9iUMx9FEOEyvFXU2MxHWHgg6vWQbuJpUGtfC4B Y5EOz76Nhh1hFY3lu4bQqG6wBYQiRmYD+3z3G8wrXjH0aEiofvSW7bhmj0AlHC9iBdXL AjyE8cQCdFB6QknvHIFdyOQvo0EC4/DIcNMYUrtoCW6ezLDXN7gfWF6Cj+gtmZjPy3Vo xsnrot27DtV8LEKjHq9jIb+J9Y9Up18/xfyOcJ6ScAJA2EmgTz8B/y6bWF5mYfjP7Oxf VW353/rpi6j7vagIRt9uPCm5xhZlmrXJocYu+i4F1jEH7OhLx9peMm0ke4JKtT7eGvmz utbg== MIME-Version: 1.0 X-Received: by 10.224.21.133 with SMTP id j5mr16462275qab.83.1418276651834; Wed, 10 Dec 2014 21:44:11 -0800 (PST) Sender: shaposhnik@gmail.com Received: by 10.140.39.208 with HTTP; Wed, 10 Dec 2014 21:44:11 -0800 (PST) In-Reply-To: References: Date: Wed, 10 Dec 2014 21:44:11 -0800 X-Google-Sender-Auth: -5li-5-EkxGUeEK9TH1gTpma2cQ Message-ID: Subject: Re: website is ready From: Roman Shaposhnik To: dev@ignite.incubator.apache.org Content-Type: text/plain; charset=UTF-8 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Dec 10, 2014 at 9:39 PM, Dmitriy Setrakyan wrote: > Hi, > > I have the website ready, but cannot checkout the SVN repository for it. > Can someone please tell me the exact SVN commands that need to be executed, > starting from checkout? Please try the following: svn co https://svn.apache.org/repos/asf/incubator/ignite/site/trunk cd trunk cp -r trunk svn add * svn commit