Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 18 Nov 2010 20:38:48 +0300
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
Message-ID:  <AANLkTimT7rMKy5rNec2HP1mRmaACiNZFgWmHA_RP2nMj@mail.gmail.com>
In-Reply-To: <201011181715.oAIHFZDk070048@freefall.freebsd.org>
References:  <201011181715.oAIHFZDk070048@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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?AANLkTimT7rMKy5rNec2HP1mRmaACiNZFgWmHA_RP2nMj>