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 1D3B71024E for ; Thu, 13 Mar 2014 16:03:38 +0000 (UTC) Received: (qmail 91217 invoked by uid 500); 13 Mar 2014 16:03:37 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 91190 invoked by uid 500); 13 Mar 2014 16:03:36 -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 91166 invoked by uid 99); 13 Mar 2014 16:03:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 16:03:34 +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 (athena.apache.org: domain of pravin.rane@gmail.com designates 209.85.160.44 as permitted sender) Received: from [209.85.160.44] (HELO mail-pb0-f44.google.com) (209.85.160.44) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 13 Mar 2014 16:03:30 +0000 Received: by mail-pb0-f44.google.com with SMTP id rp16so1298892pbb.17 for ; Thu, 13 Mar 2014 09:03:10 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=h+clyX0w7bjJT4xXG0xTNVDwN1Z6BDNra14j2DDp5iE=; b=k/mlS780rN6wZHgtFk9kascbDmHX8VL8hMy8rieU2R7jP0yi3x/x748NfWy0w/vYAt KBr6Ih/5vo3QgR8cFQjMfkFleCEsN2k9C2Rf0/DF+juIicz4gKsdyUCVFXTp6Mwezhh9 C+n0dzS6fTD0bJMf86DA/h3jPzxAGxCcE2i8K3pRGWH1+0zDR7/0GWwOnIeZU+8Hmmo1 yR078sNF2AqBJ6xnRurQkGL0iRJTrYLXAHzesnI7XCpvI2tGuNgffREeExI81SSa+ym4 6MM4GcYM88U6cJ3GBMIyoSpZVVheRKzKhhdC4EadUl1TAKzbIIsj+MOj8EaXuYYJl7b3 eyVg== MIME-Version: 1.0 X-Received: by 10.68.105.36 with SMTP id gj4mr3401864pbb.64.1394726590111; Thu, 13 Mar 2014 09:03:10 -0700 (PDT) Received: by 10.68.223.193 with HTTP; Thu, 13 Mar 2014 09:03:10 -0700 (PDT) Date: Thu, 13 Mar 2014 21:33:10 +0530 Message-ID: Subject: svn sync error svn_path_is_empty From: Pravin Rane To: users@subversion.apache.org Content-Type: multipart/alternative; boundary=047d7b66f01df664b704f47f160b X-Virus-Checked: Checked by ClamAV on apache.org --047d7b66f01df664b704f47f160b Content-Type: text/plain; charset=ISO-8859-1 Hi, I am trying to create Write-through proxying using docs @ link: http://svnbook.red-bean.com/en/1.7/svn.serverconfig.httpd. html#svn.serverconfig.httpd.extra.writethruproxy I took dump of master repo and imported it on slave repo. I configured pre_revprop_change hook and changed UUID and sync URL in slave repo. When I am trying to do svn sync I am getting below error. svn01-mel:/var/lib/svn# svnsync sync --non-interactive --source-username upload --source-password xxxxxxxx --sync-username svnsync --sync-password xxxxxxxx https://svn01-bom.domain.com/ svn-proxy-sync/websites svnsync: /tmp/buildd/subversion-1.6.12dfsg/subversion/libsvn_subr/path.c:414: svn_path_is_empty: Assertion `is_canonical(path, strlen(path))' failed. Aborted Following are the properties of slave repo. svn01-mel:/var/lib/svn# svn pl --revprop -v -r 0 --username svnsync --password xxxxxxxx http://svn01-bom.domain.com/svn-proxy-sync/websites/ Unversioned properties on revision 0: svn:sync-from-uuid 8d27d823-bff0-0310-a57f-b904fce7d886 svn:sync-lock svn01-mel:ad538f1a-609a-452f-9fdb-9bc63db55a38 svn:sync-last-merged-rev 79426 svn:date 2005-02-23T03:17:40.923186Z svn:sync-from-url https://svn.domain.com/svn/websites/ Any pointers. -- Regards Pravin --047d7b66f01df664b704f47f160b Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable

Hi,
=A0
I took dump of master repo and imported it on slave r= epo.
I configured pre_revprop_change hook and changed UUID and sync URL in slave= repo.
=A0
When I am trying to=A0 do svn sync I am getting below error.
=A0
svn01-mel:/var/lib/svn# svnsync sync --non-interactive --source-username up= load --source-password=A0xxxxxxxx --sync-username svnsync --sync-password= =A0xxxxxxxx https://svn01-bom.domain.com/svn-proxy-sync/websites
svnsync: /tmp/buildd/subversion-1.6.12dfsg/subversion/libsvn_subr/path.c:4= 14: svn_path_is_empty: Assertion `is_canonical(path, strlen(path))' fai= led.
Aborted
Following are the properties of slave repo.
=A0
svn01-mel:/var/lib/svn# svn pl --revprop -v -r 0 --username svnsync --= password=A0xxxxxxxx http://svn01-bom.domain= .com/svn-proxy-sync/websites/
Unversioned properties on revision 0:
=A0 svn:sync-from-uuid
=A0=A0= =A0 8d27d823-bff0-0310-a57f-b904fce7d886
=A0 svn:sync-lock
=A0=A0=A0 = svn01-mel:ad538f1a-609a-452f-9fdb-9bc63db55a38
=A0 svn:sync-last-merged-= rev
=A0=A0=A0 79426
=A0 svn:date
=A0=A0=A0 2005-02-23T03:17:40.923186Z
=A0 svn:sync-from= -url
=A0=A0=A0 https://svn.domain.com/svn/websites/

=A0
Any pointers.
<= br>--
Regards

Pravin
--047d7b66f01df664b704f47f160b--