Page MenuHomeFreeBSD

Remove 'make update'.
ClosedPublic

Authored by jhb on Jun 11 2021, 6:10 PM.
Tags
None
Referenced Files
F83081405: D30736.diff
Mon, May 6, 12:44 AM
Unknown Object (File)
Thu, Apr 25, 1:42 PM
Unknown Object (File)
Sun, Apr 21, 9:11 PM
Unknown Object (File)
Mar 22 2024, 5:12 PM
Unknown Object (File)
Mar 22 2024, 5:12 PM
Unknown Object (File)
Mar 22 2024, 5:12 PM
Unknown Object (File)
Mar 19 2024, 10:34 PM
Unknown Object (File)
Mar 19 2024, 7:54 PM
Subscribers

Details

Summary

In the CVS days this used be a wrapper around either CVS or CVSup and
used to support updating src, doc, and ports checkouts. With the move
to subversion this only supported updating src and was itself a
wrapper around 'svn update'. With Git, users are probably better off
using appropriate Git commands directly to update without needing an
explicit make target as a wrapper.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 39851
Build 36740: arc lint + arc unit

Event Timeline

jhb requested review of this revision.Jun 11 2021, 6:10 PM
This revision is now accepted and ready to land.Jun 11 2021, 6:31 PM
bcr added a subscriber: bcr.

OK from manpages.

Does this need companion commits to the FreeBSD handbook or related docs?

books/handbook/mirrors/_index.adoc:# make update SVN_UPDATE=yes

In D30736#690926, @imp wrote:

books/handbook/mirrors/_index.adoc:# make update SVN_UPDATE=yes

Humm, yes, likely so.

In D30736#690927, @jhb wrote:
In D30736#690926, @imp wrote:

books/handbook/mirrors/_index.adoc:# make update SVN_UPDATE=yes

Humm, yes, likely so.

Humm, actually, this document needs a severe gutting as it has lots of no-longer-relevant subversion bits.

So there is already sign-posting for the handbook bits that svn isn't used anymore, and I think the reference to 'make update' can be axed from the handbook when this section is axed from the handbook when 12.x is EOL. 'make update' is still relevant on the old stable branches where svn is still relevant.

This revision was automatically updated to reflect the committed changes.