Ports Repocopies

Mathieu Arnold mat at freebsd.org
Thu Apr 1 07:58:44 UTC 2021


On Wed, Mar 31, 2021 at 11:42:44AM -0700, Cy Schubert wrote:
> Hi,
> 
> Considering git's non-existent copy function, is it safe to say ports 
> repopcopies are now a thing of the past?

Note that we stopped doing repocopies when we switched to subversion in
2012.

If you are talking about doing a svn copy/move to record the ancestry of
a new file, you don't any more, git does not record file moves or
copies.

If you are talking about the resurrection of a port, it would be
possible to achieve the conservation of history by creating a branch
before the port was removed, updating the port, and merging it back into
the main branch using a merge strategy keeping the files on the branch
being merged. But it would probably make reading the logs very ugly, and
add merges everywhere, which we don't want anyway.

-- 
Mathieu Arnold
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 963 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-git/attachments/20210401/1e2b8a22/attachment.sig>


More information about the freebsd-git mailing list