Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Aug 2019 16:54:30 -0700
From:      Theron <theron.tarigo@gmail.com>
To:        Kralj Karlo <karlo@klarinet.osamsb.hr>, freebsd-ports@freebsd.org
Subject:   Re: Creation of a diff of a new port
Message-ID:  <c093eb87-f055-a82b-8d1d-0cd139ebca6f@gmail.com>
In-Reply-To: <8dd1d689-a065-4931-b9d3-8727aac2d892@www.fastmail.com>
References:  <8dd1d689-a065-4931-b9d3-8727aac2d892@www.fastmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On 2019-08-06 14:05, Kralj Karlo wrote:
> I am trying to create a diff of a new port in order that I may submit the port.
> I believe to have followed the directions from the Porter's Handbook, but
> the result is not as I had expected.
Nothing weird happened between
>    $ svn checkout https://svn.FreeBSD.org/ports/head /usr/ports
>     ... (lots of output omitted)
>       A /usr/ports/Keywords/shell.ucl
>       A /usr/ports/Keywords/fc.ucl
>       A /usr/ports/Keywords/desktop-file-utils.ucl
>     U   /usr/ports
>    Checked out revision 508034.
>    $ cp -r my-keynav-port /usr/ports/x11/keynav
and
>    $ svn add /usr/ports/x11/keynav/
>    svn: E155013: Can't add '/usr/ports/x11/keynav' to a parent directory scheduled for deletion
>    $ uname -a
>    FreeBSD t5600 12.0-RELEASE FreeBSD 12.0-RELEASE r341666 GENERIC  amd64
?
> Also, I have tried running "svn diff" on ports that I did not change.
> I expected no output in such cases and was surprised to see output.
>
>    $ svn diff | head
>    Index: Makefile
>    ===================================================================
>    --- Makefile    (revision 508034)
>    +++ Makefile    (nonexistent)
>    @@ -1,102 +0,0 @@
>    -# Created by: Scott Blachowicz <scott+ports@sabami.seaslug.org>
>    -# $FreeBSD$
>    -
>    -PORTNAME=      nmh
>    -PORTVERSION=   1.7.1
Does /usr/ports/mail/nmh/Makefile actually exist and svn is just 
confused, or did something eat your checkout?
> What must I do in order add the new directory?
Check that SVN checkout is not damaged in some way.




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?c093eb87-f055-a82b-8d1d-0cd139ebca6f>