ports/184346: [PATCH] ports-mgmt/porttools: incorrect svn detection
Dmitry Marakasov
amdmi3 at amdmi3.ru
Thu Nov 28 04:40:01 UTC 2013
>Number: 184346
>Category: ports
>Synopsis: [PATCH] ports-mgmt/porttools: incorrect svn detection
>Confidential: no
>Severity: serious
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Thu Nov 28 04:40:01 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: Dmitry Marakasov
>Release: FreeBSD 10.0-BETA3 amd64
>Organization:
>Environment:
System: FreeBSD hades.panopticon 10.0-BETA3 FreeBSD 10.0-BETA3 #0 r258666: Wed Nov 27 03:06:10 MSK
>Description:
Porttools check for .svn subdirectory in the port's dir to check
whether SVN diff method should be used. With newer svn versions
(1.7, 1.8) this check will fail, as there's only single .svn directory
in the working directory root but not in the subdirectories. Probably
`svn info` output should be checked instead.
With this bug, `port submit` produces patches with simple diff which
contain RCS id changes ($FreeBSD$) - with these, patch usually does
not apply making life harder for committers, so this should be fixed
pretty much as soon as possible.
It'd also be useful to add --ignore-properties to svn diff here.
Port maintainer (joemann at beefree.free.de) is cc'd.
Generated with FreeBSD Port Tools 0.99_11 (mode: change, diff: SVN)
>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list