From owner-svn-src-all@FreeBSD.ORG Tue Oct 28 11:00:11 2014 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEC4E620 for ; Tue, 28 Oct 2014 11:00:11 +0000 (UTC) Received: from ost.citrin.ru (ost.citrin.ru [193.169.234.215]) (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 6D6F299B for ; Tue, 28 Oct 2014 11:00:10 +0000 (UTC) Received: from citrin.office.vega.ru (office-nat.spylog.net [193.169.234.6]) (Authenticated sender: citrin@citrin.ru) by ost.citrin.ru (Postfix) with ESMTPSA id 7A734E0F803 for ; Tue, 28 Oct 2014 11:00:00 +0000 (UTC) Message-ID: <544F7730.2030608@citrin.ru> Date: Tue, 28 Oct 2014 14:00:00 +0300 From: Anton Yuzhaninov User-Agent: Mozilla/5.0 (X11; FreeBSD i386; rv:17.0) Gecko/20130516 Thunderbird/17.0.6 MIME-Version: 1.0 To: svn-src-all@freebsd.org Subject: Re: svn commit: r273766 - head/sys/amd64/vmm/amd References: <201410280719.s9S7J3DP078739@svn.freebsd.org> In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=citrin.ru; s=s0; t=1414494001; bh=mQ9ITh42cVjtGJglJmTXkh084Qyc5PdaBACTCJ1zPFg=; h=Message-ID:Date:From:MIME-Version:To:Subject:References:In-Reply-To:Content-Type:Content-Transfer-Encoding; b=Z37bePn2/2bOKLBwhSAp9Q4WKB1jp96hbaPY3kknJBWMkVMADD4Ka4mg/4rRw4NfxRLx/Juj3S2/ZyxF8IamTUXVwzkQmc9K0RBK4DaQGTsdOJ6NyA/Tx/Y3X15Yqdi6q0jrFxv02ldx54LY/pwJzRLsi6mL07Fzd3scZ+BxsOk= X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 28 Oct 2014 11:00:11 -0000 On 10/28/14 10:26, Marcelo Araujo wrote: > > Missing the log, my bad!!! And as we don't have 'svn "force commit"' to > append it. > > Change log: > Missing break on the switch case statement. Why commands like: svn propedit svn:log --revprop -r273766 is not allowed? AFAIR propedit --revprop was disallowed to please SVN to CVS export. But now CVS repo is dead.