Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2010 18:10:15 GMT
From:      Eir Nym <eirnym@gmail.com>
To:        freebsd-ports@FreeBSD.org
Subject:   Re: misc/152296: wrong message when trying to checkout using old repository path
Message-ID:  <201011181810.oAIIAF7B022907@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
The following reply was made to PR misc/152296; it has been noted by GNATS.

From: Eir Nym <eirnym@gmail.com>
To: arundel@freebsd.org
Cc: kenorb@gmail.com, freebsd-bugs@freebsd.org, freebsd-ports@freebsd.org, 
	FreeBSD Mail Lists <bug-followup@freebsd.org>
Subject: Re: misc/152296: wrong message when trying to checkout using old
 repository path
Date: Thu, 18 Nov 2010 20:38:48 +0300

 On 18 November 2010 20:15,  <arundel@freebsd.org> 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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201011181810.oAIIAF7B022907>