misc/152296: wrong message when trying to checkout using old repository path

Eir Nym eirnym at gmail.com
Thu Nov 18 18:01:38 UTC 2010


On 18 November 2010 20:15,  <arundel at 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 at freebsd.org mailing list
> http://lists.freebsd.org/mailman/listinfo/freebsd-ports
> To unsubscribe, send any mail to "freebsd-ports-unsubscribe at 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.


More information about the freebsd-bugs mailing list