From owner-freebsd-bugs@FreeBSD.ORG Thu Nov 18 18:01:38 2010 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 392CD106567A; Thu, 18 Nov 2010 18:01:38 +0000 (UTC) (envelope-from eirnym@gmail.com) Received: from mail-bw0-f54.google.com (mail-bw0-f54.google.com [209.85.214.54]) by mx1.freebsd.org (Postfix) with ESMTP id 60ACC8FC18; Thu, 18 Nov 2010 18:01:36 +0000 (UTC) Received: by bwz2 with SMTP id 2so3083905bwz.13 for ; Thu, 18 Nov 2010 10:01:36 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:cc:content-type; bh=hJl7yAvDb6Yv/7XcVD02rPhUyW/f96OkMpYLMxDnV90=; b=tu9lo71stwTHluVow4oAHBm9iMqJhKMMPeS+2NackAUFEqfx8J5wAhNkCnmP6Vy/jc XL9jZSusMXdEiGesNDAI768a+Psnw1eaJyEqtRM6hi033MEXegqUeAFRlQ7cHmj7FFDg OU6YcijmxhrBwR/f98HDXS/9Pcx8bwpl0jG0c= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; b=ZKJizjOuR6s88HzO+GgejcyI+wzl1NN3Tzwy+FeeQD1m3IqkUst9Wg50xKdT4TKcXR d8PFAxDjXgMVKQ28+wnXYi0bQPrXLLa/Bb/kB8NMdgIlGcvzrHC8Ef1Lgt/IQz4J/H2E rXWk4wDvt/d4cJOQk1vxMczpq7Z2HgcEeGIf8= Received: by 10.204.98.15 with SMTP id o15mr877273bkn.136.1290101949289; Thu, 18 Nov 2010 09:39:09 -0800 (PST) MIME-Version: 1.0 Received: by 10.204.123.131 with HTTP; Thu, 18 Nov 2010 09:38:48 -0800 (PST) In-Reply-To: <201011181715.oAIHFZDk070048@freefall.freebsd.org> References: <201011181715.oAIHFZDk070048@freefall.freebsd.org> From: Eir Nym Date: Thu, 18 Nov 2010 20:38:48 +0300 Message-ID: To: arundel@freebsd.org Content-Type: text/plain; charset=UTF-8 Cc: kenorb@gmail.com, freebsd-bugs@freebsd.org, freebsd-ports@freebsd.org, FreeBSD Mail Lists Subject: Re: misc/152296: wrong message when trying to checkout using old repository path X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Nov 2010 18:01:38 -0000 On 18 November 2010 20:15, wrote: > Synopsis: wrong message when trying to checkout using old repository path > > State-Changed-From-To: open->suspended > State-Changed-By: arundel > State-Changed-When: Thu Nov 18 16:58:58 UTC 2010 > State-Changed-Why: > I'm very sorry for handling this PR inappropriatly. Somehow I was under the > impression that we had a version of svn in the base tree. However that is not > the case! > I think marking this as suspended is the best option for now, since there > was no patch attached to correct svn's handling of the wrong URL. > Since the svn port seems to get updated very regularly we can assume that the > development version of svn is still containing this issue. If somebody wants to > provide a patch we could try convincing the svn developers to push it upstream > in order to have it in one of the next svn releases and thus ports. > A different approach would be to add a local ports patch to > devel/subversion{-freebsd}/files. > > > Responsible-Changed-From-To: freebsd-bugs->freebsd-ports > Responsible-Changed-By: arundel > Responsible-Changed-When: Thu Nov 18 16:58:58 UTC 2010 > Responsible-Changed-Why: > This is a ports related PR. > > http://www.freebsd.org/cgi/query-pr.cgi?pr=152296 > _______________________________________________ > freebsd-ports@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ports > To unsubscribe, send any mail to "freebsd-ports-unsubscribe@freebsd.org" > I see only two possible ways to fix this problem: If you have checkouted source tree before, you can use following command to relocate it: find /usr/src -name .svn|xargs -n 1 -J XXX sed -i '.bak' 's,http://svn.freebsd.org/viewvc/base/head/usr.bin/,http://svn.freebsd.org/base/head/usr.bin/,' XXX/entries If you can't checkout source tree with wrong url - fix your script, which check out source tree, but never svn.