Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2014 19:18:56 +0000
From:      Ruben de Groot <mail25@bzerk.org>
To:        questions@freebsd.org
Cc:        Ruben de Groot <mail25@bzerk.org>
Subject:   Re: Why does svn://svn.freebsd.org/base/stable/9/usr.bin/send-pr fail to svn up?
Message-ID:  <20141022191856.GA89123@eris.bzerk.org>
In-Reply-To: <447fzsc5tf.fsf@be-well.ilk.org>
References:  <20141022092230.GA84976@eris.bzerk.org> <447fzsc5tf.fsf@be-well.ilk.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, Oct 22, 2014 at 02:33:48PM -0400, Lowell Gilbert typed:
> Ruben de Groot <mail25@bzerk.org> writes:
>
> > I deleted my /usr/src/usr.bin and then svn upped again. However:
> >
> > root@nessus:/usr/src # rm -r usr.bin/
> > root@nessus:/usr/src # svn -q up
> > root@nessus:/usr/src # svn stat usr.bin/
> > D       usr.bin/send-pr
> > D       usr.bin/send-pr/Makefile
> > D       usr.bin/send-pr/send-pr.sh
> > root@nessus:/usr/src #
> >
> > needless to say, buildworld fails on missing send-pr directory (which is listed in Makefile).
> > How do I properly resolve this (and is this a bug)?
>
> Well, you can certainly work around it by just removing it from the
> Makefile. It only exists to tell explain that its functionality was
> moved to the web.

Yes, I thought about that. Trouble was I found a lot of other files/directories missing
in the same way all though the source tree.

> > By the way, I am on 9-stable:
> >
> > root@nessus:/usr/src/usr.bin # svn info
> > Path: .
> > Working Copy Root Path: /usr/src
> > URL: svn://svn.freebsd.org/base/stable/9/usr.bin

[..]

> Which does still have the directory. I think what happened is that at
> some point you did something like "svn rm usr.bin/send-pr" so that the
> svn database thinks you want to remove it. "svn revert" should fix that.

I didn't. I think what happened is that a one-of upgrade by freebsd-upgrade on a server
otherwise maintained by svn - buildworld etc hosed the source tree. Anyway it's fixed
now. Thanks!

Ruben



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