From owner-freebsd-stable@FreeBSD.ORG Fri May 23 01:28:03 2014 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 3468F946 for ; Fri, 23 May 2014 01:28:03 +0000 (UTC) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id D01E62FE5 for ; Fri, 23 May 2014 01:28:02 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References:In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=Df7P8cHgaIafn0CrDAnMZpKmR9w9lwJcXBwhFhUAryY=; b=nt0tnF9rNHfsOhe+w+GxaKhleBJ6Z1CXbAzu8LtsGxv9//mqPm06JPOeWy+DtvQRHZ0FVFYc2vTVlMfe4iR6hB6H73nE6Nz+NTt5fOkcmzWJdhtwB1jsZ5dEG+EHzvateOy4dnR0qmnkb4dh4oGbg76/nzoZ5k49Wd4BITTU5Q8=; Received: from [182.9.88.60] (port=12560 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (SSLv3:DHE-RSA-AES128-SHA:128) (Exim 4.82) (envelope-from ) id 1WneHA-001up1-Mg; Thu, 22 May 2014 19:28:01 -0600 Date: Fri, 23 May 2014 09:27:55 +0800 From: Erich Dollansky To: freebsd-stable@freebsd.org Subject: Re: strange svn problem on FreeBSD 10 STABLE Message-ID: <20140523092755.4d56eb21@X220.alogt.com> In-Reply-To: <44fvk1q0dr.fsf@lowell-desk.lan> References: <20140522144628.72655b16@X220.alogt.com> <44fvk1q0dr.fsf@lowell-desk.lan> X-Mailer: Claws Mail 3.9.3 (GTK+ 2.24.22; amd64-portbld-freebsd10.0) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: Cc: freebsd-stable-local@be-well.ilk.org X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 May 2014 01:28:03 -0000 Hi, On Thu, 22 May 2014 11:49:36 -0400 Lowell Gilbert wrote: > Erich Dollansky writes: > > > I probably could have been a lot more help if you'd included the > output of "uname -a" and "svn info" in your message. And your kernel > configuration file, although even better than that would be trying the > GENERIC configuration and showing the results of that. > I just compiled the kernel with SC on and VT off without any problems. Turning VT on again and SC off and I results in the original error messages. It seems to me that the source tree got damaged during the interruptions and svn does not notice it. > Good luck. It seems the best method for the moment. Erich