Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 58312200D34 for ; Fri, 3 Nov 2017 15:34:04 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 56E92160BFB; Fri, 3 Nov 2017 14:34:04 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id C31AC160BE9 for ; Fri, 3 Nov 2017 15:34:03 +0100 (CET) Received: (qmail 33917 invoked by uid 500); 3 Nov 2017 14:33:58 -0000 Mailing-List: contact commits-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@subversion.apache.org Delivered-To: mailing list commits@subversion.apache.org Received: (qmail 33907 invoked by uid 99); 3 Nov 2017 14:33:57 -0000 Received: from Unknown (HELO svn01-us-west.apache.org) (209.188.14.144) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 03 Nov 2017 14:33:57 +0000 Received: from svn01-us-west.apache.org (localhost [127.0.0.1]) by svn01-us-west.apache.org (ASF Mail Server at svn01-us-west.apache.org) with ESMTP id A8E433A0251 for ; Fri, 3 Nov 2017 14:33:56 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Subject: svn commit: r1814193 - /subversion/site/staging/quick-start.html Date: Fri, 03 Nov 2017 14:33:53 -0000 To: commits@subversion.apache.org From: lyalyakin@apache.org X-Mailer: svnmailer-1.0.9 Message-Id: <20171103143356.A8E433A0251@svn01-us-west.apache.org> archived-at: Fri, 03 Nov 2017 14:34:04 -0000 Author: lyalyakin Date: Fri Nov 3 14:33:53 2017 New Revision: 1814193 URL: http://svn.apache.org/viewvc?rev=1814193&view=rev Log: Follow-up to r1814018. * site/staging/quick-start.html (#what-is-a-repository): use —. Modified: subversion/site/staging/quick-start.html Modified: subversion/site/staging/quick-start.html URL: http://svn.apache.org/viewvc/subversion/site/staging/quick-start.html?rev=1814193&r1=1814192&r2=1814193&view=diff ============================================================================== --- subversion/site/staging/quick-start.html (original) +++ subversion/site/staging/quick-start.html Fri Nov 3 14:33:53 2017 @@ -1,4 +1,4 @@ - @@ -80,8 +80,8 @@ we recommend you do a Web search for The repository is a version control database that often resides on a server and is usually exposed either by an Apache HTTP Server (through the mod_dav_svn module) or by an svnserve server. -The repository acts as a single source of truth and - as a central -storage - it contains the complete history of changes of the versioned +The repository acts as a single source of truth and — as a central +storage — it contains the complete history of changes of the versioned data in form of revisions.

Repository URL examples: