Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 22 Oct 2014 14:33:48 -0400
From:      Lowell Gilbert <freebsd-questions-local@be-well.ilk.org>
To:        Ruben de Groot <mail25@bzerk.org>
Cc:        questions@freebsd.org
Subject:   Re: Why does svn://svn.freebsd.org/base/stable/9/usr.bin/send-pr fail to svn up?
Message-ID:  <447fzsc5tf.fsf@be-well.ilk.org>
In-Reply-To: <20141022092230.GA84976@eris.bzerk.org> (Ruben de Groot's message of "Wed, 22 Oct 2014 09:22:30 %2B0000")
References:  <20141022092230.GA84976@eris.bzerk.org>

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

> 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
> Relative URL: ^/stable/9/usr.bin
> Repository Root: svn://svn.freebsd.org/base
> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
> Revision: 273434
> Node Kind: directory
> Schedule: normal
> Last Changed Author: emaste
> Last Changed Rev: 272923
> Last Changed Date: 2014-10-11 03:00:37 +0200 (Sat, 11 Oct 2014)

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.



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