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 B7D2A119BF for ; Fri, 12 Sep 2014 04:42:55 +0000 (UTC) Received: (qmail 41646 invoked by uid 500); 12 Sep 2014 04:42:50 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 41613 invoked by uid 500); 12 Sep 2014 04:42:50 -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 41602 invoked by uid 99); 12 Sep 2014 04:42:49 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2014 04:42:49 +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 lloydkl.tech@gmail.com designates 209.85.217.169 as permitted sender) Received: from [209.85.217.169] (HELO mail-lb0-f169.google.com) (209.85.217.169) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Sep 2014 04:42:45 +0000 Received: by mail-lb0-f169.google.com with SMTP id p9so207809lbv.0 for ; Thu, 11 Sep 2014 21:42:23 -0700 (PDT) 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=rN3O+6WRZdgY18rhpmMMq3N7MkMk+r/McQ5rXwdfv0M=; b=ktpQpcQXwpU7NMJ31FuuSl2yDXU9lXi0mGrh2iFw6NggNMocWbTRdvfj6/KVpFjl8c NZLCJmo3dahH1wiskvlupp+UWu9k2BMsWzBtfFc0hGTtUmQ72ADPI4fm6X7turs/a4D+ uTlNGOAvAbMtCtL9rnPxgoeZd5Bi/OS9Ndf0Wy/CDJ4hMxLb1HUrf6H0cOIVVMfpC1HF P4Ul/2ayzQka8rZZ0GzhAczzvEkOQbLefxjBVFj/O1BXzmju+JUWYxmzxA7FWCFwl+RD ezvNJq0W9z0hIjbA+aQCWAGW1cuFt0v9uEYU7hb3vWDibj0YoyQ9Bo1/4rUWAxanySIP 4FBg== MIME-Version: 1.0 X-Received: by 10.152.234.76 with SMTP id uc12mr6053055lac.50.1410496943720; Thu, 11 Sep 2014 21:42:23 -0700 (PDT) Received: by 10.152.133.81 with HTTP; Thu, 11 Sep 2014 21:42:23 -0700 (PDT) In-Reply-To: <53672EA4.9010106@acm.org> References: <53672EA4.9010106@acm.org> Date: Fri, 12 Sep 2014 10:12:23 +0530 Message-ID: Subject: Re: Missing update-report close tag on CheckOut From: Lloyd To: SVN users Content-Type: multipart/alternative; boundary=001a11340f124990b00502d6e9c4 X-Virus-Checked: Checked by ClamAV on apache.org --001a11340f124990b00502d6e9c4 Content-Type: text/plain; charset=UTF-8 I ran "svnadmin verify *repository_dir*" and it shows everything is ok ( "verified revision 312" and exits cleanly without any error). As the next step I have checked the event logs of visual svn server. It shows Cant open file D:\\Repositories\\myProj\\db\\revprops\\0\\28: access denied. [500, #720005] Event ID: 1001, Task Category : Apache Another entry is- Provider encountered an error while streaming a REPORT response [500, #0] so from this what I guess is some file permissions are unexpectedly changed. Is there any way I can change it back to its original permissions? (I have no idea about for which user the permission need to be changed) I have also tried to checkout the repository from linux, and I get this error - REPORT of 'svn/NeSA/!svn/vcc/default': could not read chunk size: Secure connection truncated (https://rccf-rsrv) Any help or hint is greatly appreciated. Thanks, Lloyd On Mon, May 5, 2014 at 11:54 AM, David Chapman wrote: > On 5/4/2014 10:57 PM, Lloyd wrote: > > Hi > We are using VisualSVN server version 2.1.4 (svn server version 1.6.13) > When I try to checkout our project it throws an error message "svn: > E175009: Missing update-report close tag". What could be the reason for > this error message? > > Can something could be corrupt in our server? If so is there any tool to > verify and correct our repository? > > > Try "svnadmin verify *repository_dir*" on the server machine. If that > reports a problem, describe it here and you might get information on how to > repair it. > > For example, I routinely run "svnadmin verify /var/www/html/svn/repo" on > my server. This requires read privilege on all directories in the > repository, of course, so I run it as root. > > -- > David Chapman dcchapman@acm.org > Chapman Consulting -- San Jose, CA > Software Development Done Right. > www.chapman-consulting-sj.com > > --001a11340f124990b00502d6e9c4 Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
I ran=C2=A0"svnadmin verify=C2=A0repository_dir" and it shows everything is ok ( &quo= t;verified revision 312" and exits cleanly without any error).=C2=A0

<= /span>
As the next step I have checked the event logs of visual svn server. It s= hows

Cant open file= D:\\Repositories\\myProj\\db\\revprops\\0\\28: access denied. [500, #72000= 5]
Event ID: 1001, Task C= ategory : Apache

Another entry is-

Provider encountered an error while streaming a REPORT = response [500, #0]
=
so from this what I = guess is some file permissions are unexpectedly changed. Is there any way I= can change it back to its original permissions? (I have no idea about for = which user the permission need to be changed)


I have also = tried to checkout the repository from linux, and I get this error -<= /div>

<= /span>
REPORT of '= ;svn/NeSA/!svn/vcc/default': could not read chunk size: Secure=C2=A0 connection truncated (https://rccf-rsrv)


Any help or hint is greatly apprecia= ted.
Than= ks,
=C2= =A0Lloyd







On Mon, May 5, 2014 at 11:54 AM= , David Chapman <dcchapman@acm.org> wrote:
=20 =20 =20
On 5/4/2014 10:57 PM, Lloyd wrote:
Hi=C2=A0
We are using VisualSVN server version 2.1.4 (svn server version 1.6.13) When I try to checkout our project it throws an error message "svn: E175009: Missing update-report close tag". What could be the reason for this error message?

Can something could be corrupt in our server? If so is there any tool to verify and correct our repository?


Try "svnadmin verify repository_dir" on the server mac= hine.=C2=A0 If that reports a problem, describe it here and you might get information on how to repair it.

For example, I routinely run "svnadmin verify /var/www/html/svn/repo" on my server.=C2=A0 This requires read pri= vilege on all directories in the repository, of course, so I run it as root.
--=20
    David Chapman      dcchapman@acm.org
    Chapman Consulting -- San Jose, CA
    Software Development Done Right.
    www.=
chapman-consulting-sj.com

--001a11340f124990b00502d6e9c4--