where to upgrade 12-stable now, svn still, or git?

Mark Millard marklmi at yahoo.com
Sat Feb 13 02:11:35 UTC 2021


> As subject, where to get sources for 12-stable upgrade now? Is it still
> svn or is it git?

Probably your choice. But one thing that could
bias towards svn is that the svn information
spans identifying both the svn and the git
material but the git commit does not identify
the svn material. For example, via:

https://svnweb.freebsd.org/base/stable/12/lib/?sortby=rev&sortdir=down&view=log

is the following . . .

QUOTE
Revision 369260 - Directory Listing 
Modified Fri Feb 12 21:02:48 2021 UTC (4 hours, 49 minutes ago) by dim
test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()

Reviewed By:	lwhsu
Differential Revision: 
https://reviews.freebsd.org/D28396


(cherry picked from commit 4d2edf3af1dbd8a3e7cf1b22343a1ecfc2dd41ba)

Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10

This sprinkles a few strategic volatiles in an attempt to defeat clang's
optimization interfering with the expected floating-point exception
flags.

Reported by:	lwhsu
PR:		244732

(cherry picked from commit ac76bc1145dd7f4476e5d982ce8f355f71015713)

Git Hash:   f2a88e744701de1b37d7463828f2147f96e39d58
Git Author: arichardson at FreeBSD.org
END QUOTE

So both -r369260 and git hash-ids are indicated.

By contrast, the cgit commit's display does not identify the
svn side's -r369260 :

QUOTE
diff options
context:	
space:	
mode:	
author	Alex Richardson <arichardson at FreeBSD.org>	2021-01-29 09:28:40 +0000
committer	Dimitry Andric <dim at FreeBSD.org>	2021-02-12 20:50:28 +0000
commit	f2a88e744701de1b37d7463828f2147f96e39d58 (patch)
tree	0db8207a810f40d7f82c2033f8377ed38ce08ba2
parent	9525ccc84e337f4261425fc8fbf9f0de18500a1b (diff)
download	src-f2a88e744701de1b37d7463828f2147f96e39d58.tar.gz
src-f2a88e744701de1b37d7463828f2147f96e39d58.zip
test_inf_inputs: Use atf_tc_expect_fail() instead of atf_tc_skip()stable/12
Reviewed By:	lwhsu
Differential Revision: 
https://reviews.freebsd.org/D28396


(cherry picked from commit 4d2edf3af1dbd8a3e7cf1b22343a1ecfc2dd41ba)

Fix lib/msun's ctrig_test/test_inf_inputs test case with clang >= 10

This sprinkles a few strategic volatiles in an attempt to defeat clang's
optimization interfering with the expected floating-point exception
flags.

Reported by:	lwhsu
PR:		
244732


(cherry picked from commit ac76bc1145dd7f4476e5d982ce8f355f71015713)
END QUOTE


Matching up stable revisions with releng/12.3/ or release/12.3.0/ in
the future would be easier starting from svn material in the first
place and would provide identification for git as well.

But I've no clue if such would be important to what you might need
to do with 12.

===
Mark Millard
marklmi at yahoo.com
( dsl-only.net went
away in early 2018-Mar)



More information about the freebsd-stable mailing list