svn commit: r566074 - in head: archivers/par2cmdline-tbb biology/bowtie2 cad/opencascade devel devel/onetbb devel/onetbb/files devel/tbb graphics/blender graphics/blender/files graphics/embree grap...

Ganael Laplanche martymac at freebsd.org
Sat Feb 20 13:51:43 UTC 2021


On Saturday, February 20, 2021 7:14:38 AM CET Alexey Dokuchaev wrote:

Hello Alexey,

> You forgot to repocopy it off the `devel/tbb', it would be nice if
> you could fix that while newly added port has no history, by removing
> and "svn cp"ing properly.

Thanks! I've missed that important "detail".

Unfortunately, my commit is blocked with the following message:

===> Do not replace files as this may lose history: "devel/onetbb"

Here is what I've done so far:

$ svn up

# Keep a local copy of current port's contents
$ tar czf /tmp/onetbb.tgz devel/onetbb

# Do the actual repo-copy
$ svn rm devel/onetbb
$ svn cp devel/tbb devel/onetbb

# Re-create port's contents
$ rm -rf devel/onetbb/*
$ tar xzf /tmp/onetbb.tgz
$ svn rm <extra files>

$ svn status
R  +    devel/onetbb
M  +    devel/onetbb/Makefile
M  +    devel/onetbb/distinfo
D  +    devel/onetbb/files/patch-Doxyfile
D  +    devel/onetbb/files/patch-build-BSD.inc
D  +    devel/onetbb/files/patch-build_FreeBSD.gcc.inc
D  +    devel/onetbb/files/patch-include-tbb-tbb_config.h
D  +    devel/onetbb/files/tbb.pc.in
D  +    devel/onetbb/files/version_info_FreeBSD.sh
M  +    devel/onetbb/pkg-descr
M  +    devel/onetbb/pkg-plist

$ svn ci
===> Do not replace files as this may lose history: "devel/onetbb"

As a side note, on my machine, svn is actually /usr/ports/Tools/scripts/psvn.

Am I missing something ?

Thanks for your help,

-- 
Ganael LAPLANCHE <ganael.laplanche at martymac.org>
http://www.martymac.org | http://contribs.martymac.org
FreeBSD: martymac <martymac at FreeBSD.org>, http://www.FreeBSD.org




More information about the svn-ports-all mailing list