From users-return-15676-apmail-subversion-users-archive=subversion.apache.org@subversion.apache.org Wed Aug 1 04:37:58 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 394B9D678 for ; Wed, 1 Aug 2012 04:37:58 +0000 (UTC) Received: (qmail 42129 invoked by uid 500); 1 Aug 2012 04:37:57 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 42088 invoked by uid 500); 1 Aug 2012 04:37:57 -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 42053 invoked by uid 99); 1 Aug 2012 04:37:56 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 04:37:56 +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 honeylyn@menue.com designates 209.85.213.171 as permitted sender) Received: from [209.85.213.171] (HELO mail-yx0-f171.google.com) (209.85.213.171) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Aug 2012 04:37:49 +0000 Received: by yenq11 with SMTP id q11so12663333yen.16 for ; Tue, 31 Jul 2012 21:37:27 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=20120113; h=mime-version:x-originating-ip:in-reply-to:references:date :message-id:subject:from:to:cc:content-type:x-gm-message-state; bh=h3MAdqg9nCdethbfYbFL4lixIukuAC6I5mfJKkqCIUU=; b=gKyvPdkZ171jgO55Oj2gDCFkV5j6RXTWposQR0z5Eczfjwdlsj+9mgahAhsqLlISQG jGCCfv+4vBpr6j7/gQDKAE+AycErLfkQOT60YuQ1UmyYjiXeYBHYFaW8Y45lR+uKJg6f HPm40P+E998oMCyKsZn1R/cizJafskcDIK4uPo7mdFrsd2BWpNDvlijpy1SGY4iLe9vi oGL3b4R1xDjkByhCe+egZ8wl2fpiIU7L0XPpaeE4AWOfwW44hpz54DRXu0mj+c6uhCXv H9czZCg9AVztXgcOlOmAoBKMYWCF7ixOvu/HVdgyvDE9d3gG6SUp9ayvw36NrDFNwit4 4NFg== MIME-Version: 1.0 Received: by 10.50.213.98 with SMTP id nr2mr3920570igc.71.1343795847429; Tue, 31 Jul 2012 21:37:27 -0700 (PDT) Received: by 10.64.39.207 with HTTP; Tue, 31 Jul 2012 21:37:27 -0700 (PDT) X-Originating-IP: [122.52.15.35] In-Reply-To: <5018B09A.9070402@acm.org> References: <5018B09A.9070402@acm.org> Date: Wed, 1 Aug 2012 12:37:27 +0800 Message-ID: Subject: Re: SVNSYNC Error From: "Honeylyn O. Fukuoka" To: David Chapman Cc: vishwajeet singh , users@subversion.apache.org Content-Type: multipart/alternative; boundary=14dae93408b122fcf304c62cda66 X-Gm-Message-State: ALoCoQlQmRrbKhf5jOx2oK0TSkQxBxgAxz9ayvhSRizwnAaSjwvQpUMH2+6h9ul+2Wssm91Pk9s+ --14dae93408b122fcf304c62cda66 Content-Type: text/plain; charset=ISO-8859-1 When you created a pre-revprop-change, did you save it in .bak file and put it in the hooks directory of the dest repository? Am I getting you right? My goal is to sync our repository to another server outside our country. Will this work? Thanks, Honey On Wed, Aug 1, 2012 at 12:29 PM, David Chapman wrote: > On 7/31/2012 9:13 PM, Honeylyn O. Fukuoka wrote: > >> Hi, >> Thanks for the past response. >> Can you tell me what changes do I have to make in the prerevprop-change >> hook? >> I tried some but nothing happened. >> >> > I created a pre-revprop-change script with the single line "exit 0" in it > and put it into the hooks directory of the destination repository (not the > original repository). Worked fine on Windows. Most of the issues that > arise from allowing revision property changes are security-oriented; if you > want to prevent some (or most) users from changing revision properties then > your script must guard against it. But if you are just creating a > repository backup that no one else will use unless the original crashes > irretrievably, you don't need anything more. > > -- > David Chapman dcchapman@acm.org > Chapman Consulting -- San Jose, CA > Software Development Done Right. > www.chapman-consulting-sj.com > > -- *HONEYLYN O. FUKUOKA* System Administrator Menue Philippines, Inc. * * --14dae93408b122fcf304c62cda66 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable
When you created a pre-revprop-change, did you save it in .bak file an= d put it in the hooks directory of the dest repository? Am I getting you ri= ght?
My goal is to sync our repository to another server outside = our=A0country. Will this work?
=A0
=A0
Thanks,
=A0
=A0
<= div>Honey

On Wed, Aug 1, 2012 at 12= :29 PM, David Chapman <dcchapman@acm.org> wrote:
On 7/31/2012 9:13 PM, Honeylyn O. Fukuok= a wrote:
Hi,
Thanks for the past response.
Can you tell me what changes do I have to make in the prerevprop-change hoo= k?
I tried some but nothing happened.


I created a pre-revprop-change script with the single line "exit 0&quo= t; in it and put it into the hooks directory of the destination repository = (not the original repository). =A0Worked fine on Windows. Most of the issue= s that arise from allowing revision property changes are security-oriented;= if you want to prevent some (or most) users from changing revision propert= ies then your script must guard against it. =A0But if you are just creating= a repository backup that no one else will use unless the original crashes = irretrievably, you don't need anything more.

--
=A0 =A0 David Chapman =A0 =A0 =A0dcchapman@acm.org
=A0 =A0 Chapman Consulting -- San Jose, CA
=A0 =A0 Software Development Done Right.
=A0 =A0 = www.chapman-consulting-sj.com




--
HONEYLYN O. FUKUOKA
System Administrator
Menue Phi= lippines, Inc.


--14dae93408b122fcf304c62cda66--