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 901C17A5A for ; Thu, 6 Oct 2011 19:00:48 +0000 (UTC) Received: (qmail 10570 invoked by uid 500); 6 Oct 2011 19:00:47 -0000 Delivered-To: apmail-subversion-users-archive@subversion.apache.org Received: (qmail 10549 invoked by uid 500); 6 Oct 2011 19:00:47 -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 10542 invoked by uid 99); 6 Oct 2011 19:00:47 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2011 19:00:47 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [192.109.42.8] (HELO einhorn.in-berlin.de) (192.109.42.8) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 06 Oct 2011 19:00:38 +0000 X-Envelope-From: stsp@stsp.name Received: from jack.stsp.name (jack.stsp.name [217.197.84.35]) (authenticated bits=128) by einhorn.in-berlin.de (8.13.6/8.13.6/Debian-1) with ESMTP id p96Ixuoj031950 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Thu, 6 Oct 2011 21:00:01 +0200 Received: from jack.stsp.name (stsp@localhost [127.0.0.1]) by jack.stsp.name (8.14.5/8.14.3) with ESMTP id p96IxmHU007538; Thu, 6 Oct 2011 20:59:50 +0200 (CEST) Received: (from stsp@localhost) by jack.stsp.name (8.14.5/8.14.3/Submit) id p96IxBSH004624; Thu, 6 Oct 2011 20:59:11 +0200 (CEST) Date: Thu, 6 Oct 2011 20:59:11 +0200 From: Stefan Sperling To: frantisek holop Cc: users@subversion.apache.org Subject: Re: svn: generic failure Message-ID: <20111006185911.GF11507@jack.stsp.name> Mail-Followup-To: frantisek holop , users@subversion.apache.org References: <20111006095534.GJ13968@obiit.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20111006095534.GJ13968@obiit.org> User-Agent: Mutt/1.5.21 (2010-09-15) X-Scanned-By: MIMEDefang_at_IN-Berlin_e.V. on 192.109.42.8 On Thu, Oct 06, 2011 at 11:55:34AM +0200, frantisek holop wrote: > hi there, > > (i am not subscribed to the list, please cc: me with your answer) > > the problem in a nutshell: > > repository$ svn up > svn: generic failure > > i am having a hard time tracking this down, so any pointers > are appreciated. This turned out to be a problem in OpenBSD's SASL port (see discussion with similar date and subject on openbsd's ports@ list). I improved the error message (see http://svn.apache.org/viewvc?view=revision&revision=1179767) and will nominate this change for 1.7.1. Thanks for your report.