From users-return-15699-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Wed Aug 1 09:14:39 2012 Return-Path: X-Original-To: apmail-subversion-users-archive@minotaur.apache.org Delivered-To: apmail-subversion-users-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id CF656DE69 for ; Wed, 1 Aug 2012 09:14:39 +0000 (UTC) Received: (qmail 22691 invoked by uid 500); 1 Aug 2012 09:14:39 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 22313 invoked by uid 500); 1 Aug 2012 09:14:38 -0000 Mailing-List: contact users-help@subversion.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Delivered-To: mailing list users@subversion.apache.org Received: (qmail 22263 invoked by uid 99); 1 Aug 2012 09:14:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 09:14:36 +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: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 09:14:27 +0000 X-Envelope-From: stsp@stsp.name Received: from ted.stsp.name (ted.stsp.name [217.197.84.34]) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id q719E0cQ025014 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Wed, 1 Aug 2012 11:14:00 +0200 Received: from ted.stsp.name (stsp@localhost [127.0.0.1]) by ted.stsp.name (8.14.5/8.14.3) with ESMTP id q719E0jW004526; Wed, 1 Aug 2012 11:14:00 +0200 (CEST) Received: (from stsp@localhost) by ted.stsp.name (8.14.5/8.14.3/Submit) id q719E0Mt023711; Wed, 1 Aug 2012 11:14:00 +0200 (CEST) Date: Wed, 1 Aug 2012 11:14:00 +0200 From: Stefan Sperling To: "Honeylyn O. Fukuoka" Cc: David Chapman , vishwajeet singh , users@subversion.apache.org Subject: Re: SVNSYNC Error Message-ID: <20120801091400.GB26012@ted.stsp.name> Mail-Followup-To: "Honeylyn O. Fukuoka" , David Chapman , vishwajeet singh , users@subversion.apache.org References: <5018C7EE.9030709@acm.org> <5018CE88.5060003@acm.org> <20120801085149.GA26012@ted.stsp.name> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 X-Virus-Checked: Checked by ClamAV on apache.org On Wed, Aug 01, 2012 at 04:57:57PM +0800, Honeylyn O. Fukuoka wrote: > Hi, > > Thanks for this. > We are using snserve not Apache... > Will this link still work with us? Sure. svnsync is just about repository replication, and has nothing to do with what server is being used to allow access to the repository via the network. You didn't mention why you want to use svnsync. If your goal is to back up a repository to another machine then all you need is svnsync. If the goal is to set up a write-through proxy using the mirrored repostory then you need svnsync and Apache HTTPD because svnserve doesn't support write-through proxying.