Page MenuHomeFreeBSD

build(7): fix references to svn(1) and svnlite(1)
ClosedPublic

Authored by fernape on Apr 23 2021, 5:06 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Apr 4, 11:21 AM
Unknown Object (File)
Jan 22 2024, 3:43 PM
Unknown Object (File)
Jan 7 2024, 7:38 AM
Unknown Object (File)
Jan 7 2024, 7:38 AM
Unknown Object (File)
Dec 20 2023, 6:18 AM
Unknown Object (File)
Dec 2 2023, 1:08 AM
Unknown Object (File)
Nov 29 2023, 8:00 PM
Unknown Object (File)
Nov 18 2023, 10:55 PM

Details

Summary

Replace them with references to Git.

PR: 254937
Reported by: m.bueker@berlin.de

Testing:

  • mandoc -Tlint clean
  • igor clean
  • aspell happy
  • man ./build.7 renders the page properly

Diff Detail

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

Event Timeline

fernape added reviewers: 0mp, gbe.
freebsd_igalic.co added inline comments.
share/man/man7/build.7
46

maybe we should mention https://cgit.freebsd.org/ for further instructions

share/man/man7/build.7
46

I would not object to add the URL, however:

  • The URL references the build(7) man page
  • I don't see clear instructions on how to update src

The problem I try to address with the explanation between the parentheses is that we don't have any tools in base to actually update src. I think a pointer to the documentation on how to install git is useful.

0mp requested changes to this revision.Apr 26 2021, 8:06 PM
0mp added inline comments.
share/man/man7/build.7
46

You are missing a period at the end.

This revision now requires changes to proceed.Apr 26 2021, 8:06 PM
fernape edited the summary of this revision. (Show Details)
  • Add missing period. Spotted by 0mp
0mp requested changes to this revision.Apr 27 2021, 12:12 PM

There are a couple of more formatting issues.

share/man/man7/build.7
47
50
51
This revision now requires changes to proceed.Apr 27 2021, 12:12 PM
Fix more formatting issues

Thanks, remember to bump Dd.

This revision is now accepted and ready to land.Apr 28 2021, 2:14 PM