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 949A3DAB7 for ; Thu, 15 Nov 2012 15:50:19 +0000 (UTC) Received: (qmail 64866 invoked by uid 500); 15 Nov 2012 15:50:18 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 64573 invoked by uid 500); 15 Nov 2012 15:50:18 -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 64550 invoked by uid 99); 15 Nov 2012 15:50:17 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2012 15:50:17 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of Daniel.Widenfalk@iar.com designates 213.136.49.52 as permitted sender) Received: from [213.136.49.52] (HELO mta1.iar.se) (213.136.49.52) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 15 Nov 2012 15:50:09 +0000 Received: from exchange.iar.se (ad.iar.com [10.200.10.15]) by mta1.iar.se (8.13.8/8.13.8/Debian-3) with ESMTP id qAFFnmL2027536 for ; Thu, 15 Nov 2012 16:49:48 +0100 Received: from [10.200.20.65] ([10.200.20.65]) by exchange.iar.se with Microsoft SMTPSVC(6.0.3790.4675); Thu, 15 Nov 2012 16:49:48 +0100 Message-ID: <50A50F1C.1030503@iar.se> Date: Thu, 15 Nov 2012 16:49:48 +0100 From: Daniel Widenfalk Organization: IAR Systems AB User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:6.0.2) Gecko/20110902 Thunderbird/6.0.2 MIME-Version: 1.0 To: users@subversion.apache.org Subject: Is this a sign of a broken repository? X-Enigmail-Version: 1.3.2 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 15 Nov 2012 15:49:48.0755 (UTC) FILETIME=[D7B3AA30:01CDC348] X-Virus-Checked: Checked by ClamAV on apache.org Hi, I've just run into a strange Subversion behavior. Today one of my colleagues asked me if one of our repositories was corrupt as he got an odd error message from TortoiseSVN. I quickly ssh:d to the server machine and looked into the apache error.log file without result. There were only a few password mismatches (common when users change passwords and do "svn update"). My next reflex was to run "svnadmin verify" on the repository which resulted in exactly zero errors found. Ok, the server thinks the repository is fine. I go over to his PC (Win7) and yes, he's getting an error message looking something like this: svn: E175002: PROPFIND of '/collection/repository/!svn/bc/1578/project-name/trunk/Filename.cpp': 207 Multi-Status (http://internal.server.name) I figured this might be something on his machine and/or something to do with TortoiseSVN so I tried to do this in a DOS box: $ svn --version svn, version 1.7.5 (r1336830) compiled May 11 2012, 03:17:57 svn diff -r 1571:1575 Filename.cpp with the following result: D:\temp\Project>svn diff -r 1571:1575 ExecShell.cpp svn: E175002: Could not save file svn: E175002: PROPFIND of '/collection/repository/!svn/bc/1571/project-name/trunk/Filename.cpp': 207 Multi-Status (http://internal.server.name) svn: E175002: Error reading spooled REPORT request response Huh! So I went over to my machine and tried to do the same with the exact same result. Ok, I try to use "svn cat" on the file and get: D:\temp\Project>svn cat http://internal.server.name/collection/repository/project-name/trunk/Filename.cpp svn: E175002: PROPFIND of '/collection/repository/!svn/bc/1571/project-name/trunk/Filename.cpp': 207 Multi-Status (http://internal.server.name) The access.log file contains this: {ip-number} - - [15/Nov/2012:16:26:47 +0100] "OPTIONS /collection/repository/project-name/trunk/Filename.cpp HTTP/1.1" 401 437 "-" "SVN/1.7.5 neon/0.29.6" {ip-number} - {username} [15/Nov/2012:16:26:47 +0100] "OPTIONS /collection/repository/project-name/trunk/Filename.cpp HTTP/1.1" 200 151 "-" "SVN/1.7.5 neon/0.29.6" {ip-number} - {username} [15/Nov/2012:16:26:47 +0100] "PROPFIND /collection/repository/project-name/trunk/Filename.cpp HTTP/1.1" 207 368 "-" "SVN/1.7.5 neon/0.29.6" {ip-number} - {username} [15/Nov/2012:16:26:47 +0100] "PROPFIND /collection/repository/!svn/vcc/default HTTP/1.1" 207 250 "-" "SVN/1.7.5 neon/0.29.6" {ip-number} - {username} [15/Nov/2012:16:26:47 +0100] "PROPFIND /collection/repository/!svn/bln/1578 HTTP/1.1" 207 265 "-" "SVN/1.7.5 neon/0.29.6" {ip-number} - {username} [15/Nov/2012:16:26:47 +0100] "PROPFIND /collection/repository/project-name/trunk/Filename.cpp HTTP/1.1" 207 368 "-" "SVN/1.7.5 neon/0.29.6" {ip-number} - {username} [15/Nov/2012:16:26:47 +0100] "PROPFIND /collection/repository/!svn/vcc/default HTTP/1.1" 207 265 "-" "SVN/1.7.5 neon/0.29.6" {ip-number} - {username} [15/Nov/2012:16:26:47 +0100] "PROPFIND /collection/repository/!svn/bc/1578/project-name/trunk/Filename.cpp HTTP/1.1" 207 753 "-" "SVN/1.7.5 neon/0.29.6" What am I looking for? The server has ~240Gbyte free space, local disks have multiple gigabytes of free space. Other repositories on the same server does not seem to be affected. The server is running Subversion 1.6.6. Regards /Daniel Widenfalk