[Bug 194910] New: [PATCH] Mention svnlite(1) in Makefile.inc1, make.conf(5) and build(7)
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194910 Bug ID: 194910 Summary: [PATCH] Mention svnlite(1) in Makefile.inc1, make.conf(5) and build(7) Product: Documentation Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Many People Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: i...@juanmolina.eu Created attachment 149222 --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=149222&action=edit Patch for adding svnlite(1) to Makefile.inc1, make.conf(5) and build(7) There seems to be an inconsistency with svnlite(1). The initial commit (r251886) says that it was included for checking out and committing source. Nevertheless, the make.conf man page says, in the SVN_UPDATE section, that no subversion client is included in the base system, and indeed 'make update' does not work by default, as it searches for /usr/local/bin/svn. I have attached a naive patch which replaces svn(1) by svnlite(1) in the build(7) and make.conf(5) pages, as well as the path to svnlite(1) in Makefile.inc1. In Makefile.inc1, it would be nice to account for the possibility of an user setting WITH_SVN in src.conf(5) and thus obtaining a 'svn' binary instead of 'svnlite', but I'm not competent enough to do this properly. If the idea of this patch is accepted, I think we should also consider resolving #194080. Hope it helps, Juan -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 194080] handbook should mention svnlite
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194080 Juan Ramón Molina Menor changed: What|Removed |Added CC||i...@juanmolina.eu --- Comment #1 from Juan Ramón Molina Menor --- There is also numerous references in the FreeBSD Documentation Project Primer for New Contributors: https://www.freebsd.org/doc/en/books/fdp-primer/index.html -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"
[Bug 194916] New: building-products article has obsolete cvsup information
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=194916 Bug ID: 194916 Summary: building-products article has obsolete cvsup information Product: Documentation Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Only Me Priority: --- Component: Documentation Assignee: freebsd-doc@FreeBSD.org Reporter: ema...@freebsd.org https://www.freebsd.org/doc/en/articles/building-products/article.html The project makes it easy to mirror its CVS repository using CVSup. Having the complete history of the source is useful when debugging complex problems and offers valuable insight into the intentions of the original developers. ... If nobody gets to this I hope to have a look in a week or two. -- You are receiving this mail because: You are the assignee for the bug. ___ freebsd-doc@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-doc To unsubscribe, send any mail to "freebsd-doc-unsubscr...@freebsd.org"