Return-Path: X-Original-To: apmail-accumulo-dev-archive@www.apache.org Delivered-To: apmail-accumulo-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 3C37F1079A for ; Mon, 6 Jan 2014 23:32:55 +0000 (UTC) Received: (qmail 17680 invoked by uid 500); 6 Jan 2014 23:32:55 -0000 Delivered-To: apmail-accumulo-dev-archive@accumulo.apache.org Received: (qmail 17655 invoked by uid 500); 6 Jan 2014 23:32:54 -0000 Mailing-List: contact dev-help@accumulo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@accumulo.apache.org Delivered-To: mailing list dev@accumulo.apache.org Received: (qmail 17647 invoked by uid 99); 6 Jan 2014 23:32:54 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 23:32:54 +0000 X-ASF-Spam-Status: No, hits=1.5 required=5.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of arshakn@gmail.com designates 209.85.215.170 as permitted sender) Received: from [209.85.215.170] (HELO mail-ea0-f170.google.com) (209.85.215.170) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 06 Jan 2014 23:32:47 +0000 Received: by mail-ea0-f170.google.com with SMTP id k10so8232884eaj.29 for ; Mon, 06 Jan 2014 15:32:26 -0800 (PST) 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 :content-type; bh=d8rPVZF4tSgTxrRGXhWM0Mc8dxG8Lc1JzmBSXsSGaJc=; b=uoE3TwvckxiH7bLVGWZe8I610acnoaUbIpR72XMPcwysN8QiIf2qAvGIjB5fhnEify Yf5P36f5XqF2be5bZRoeaCYtWMFlFcpZ9BlN01VwxcOcv9akz5Y733G7f7gHB9EGDUI7 Z+/xxOGjx7weGAXTt8J/OFfaWsaafYLLCdRqdl7XqWwp55ovdtAnWaPskx5pwfeBxXiq NRL2eD+KixAK9ZIHwFdCbVmCcwypEN1mw+l/lgu52BgeucSlqMF0r1SByXYqKTeM6aim nGuEK7tGn/CrGVee7ODvCpapWuXksA+Qj3OWnAKQKd2yqZfeuNjwsx42ChqqOSXa/gMB jQFg== MIME-Version: 1.0 X-Received: by 10.14.32.6 with SMTP id n6mr319621eea.112.1389051146265; Mon, 06 Jan 2014 15:32:26 -0800 (PST) Received: by 10.14.194.73 with HTTP; Mon, 6 Jan 2014 15:32:26 -0800 (PST) In-Reply-To: <52C88B3B.6000903@gmail.com> References: <52C88B3B.6000903@gmail.com> Date: Mon, 6 Jan 2014 15:32:26 -0800 Message-ID: Subject: Re: docs QA From: Arshak Navruzyan To: dev@accumulo.apache.org Content-Type: multipart/alternative; boundary=001a11c295b825e99504ef55ac39 X-Virus-Checked: Checked by ClamAV on apache.org --001a11c295b825e99504ef55ac39 Content-Type: text/plain; charset=ISO-8859-1 Josh, Thanks! I would like to make a bunch of doc improvements so it's probably worth while to get me up to speed on making patches. On the last step of the contributors writeup (#7) I get this: git format-patch 1.5.1-SNAPSHOT --stdout > ACCUMULO-2141.patch fatal: ambiguous argument '1.5.1-SNAPSHOT': unknown revision or path not in the working tree. Use '--' to separate paths from revisions, like this: 'git [...] -- [...]' Arshak On Sat, Jan 4, 2014 at 2:29 PM, Josh Elser wrote: > Absolutely! > > Feel free to open tickets as you see fit and we'll be happy to help you > through the process. > > To help you in the patch-making process, check out > http://accumulo.apache.org/git.html#contributors > > > On 1/4/14, 5:11 PM, Arshak Navruzyan wrote: > >> Hello, >> >> I have been going through the 1.5 examples and found a few discrepancies >> (for example the FileCount line in >> http://accumulo.apache.org/1.5/examples/dirlist.html hasn't been updated >> from the 1.4 syntax). >> >> Can I help out by making some corrections as I go along? >> >> Arshak >> >> --001a11c295b825e99504ef55ac39--