Discussion:
how to browse svnweb source?
(too old to reply)
Jeffrey Bouquet
2018-05-28 21:37:47 UTC
Permalink
Suddenly the site www.secnetix.de/olli/FreeBSD/svnews which showed sequential
source as for example xx1966 on april 3 .... xx2040 on april 4 this year, is not loading
in the browser. It was informative to read color coded the source backported to v10
v11 vs new, and new drivers coming into play. I can find NOWHERE except
freshsource.org which has the ports updates interspersed which makes the information
too time consuming. As an example,

09:36:34 - r 318137 Affects: /head/usr.bin/mking/mking.1 [ mking.c]
on 5-10-2017 adding the -C and --capacity options...

.......................................
What was educational to browse now is found at ????????
......................................
Sean Bruno
2018-05-28 23:04:11 UTC
Permalink
Post by Jeffrey Bouquet
Suddenly the site www.secnetix.de/olli/FreeBSD/svnews which showed sequential
source as for example xx1966 on april 3 .... xx2040 on april 4 this year, is not loading
in the browser. It was informative to read color coded the source backported to v10
v11 vs new, and new drivers coming into play. I can find NOWHERE except
freshsource.org which has the ports updates interspersed which makes the information
too time consuming. As an example,
09:36:34 - r 318137 Affects: /head/usr.bin/mking/mking.1 [ mking.c]
on 5-10-2017 adding the -C and --capacity options...
.......................................
What was educational to browse now is found at ????????
......................................
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
https://svnweb.freebsd.org/base/head/

?

sean
Jeffrey Bouquet
2018-05-29 01:06:07 UTC
Permalink
Post by Sean Bruno
Post by Jeffrey Bouquet
Suddenly the site www.secnetix.de/olli/FreeBSD/svnews which showed sequential
source as for example xx1966 on april 3 .... xx2040 on april 4 this year, is not loading
in the browser. It was informative to read color coded the source backported to v10
v11 vs new, and new drivers coming into play. I can find NOWHERE except
freshsource.org which has the ports updates interspersed which makes the information
too time consuming. As an example,
09:36:34 - r 318137 Affects: /head/usr.bin/mking/mking.1 [ mking.c]
on 5-10-2017 adding the -C and --capacity options...
.......................................
What was educational to browse now is found at ????????
......................................
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
https://svnweb.freebsd.org/base/head/
?
sean
I tried that url every which way, sorting the headings, etc, and onscreen
would be at best, a description of the new source but not specifically which
files were changed and their complete path. Nothing like the url mentioned above at
.de in the latter's overview.
Peter Jeremy
2018-05-29 06:29:48 UTC
Permalink
Post by Jeffrey Bouquet
Post by Jeffrey Bouquet
Suddenly the site www.secnetix.de/olli/FreeBSD/svnews which showed sequential
source as for example xx1966 on april 3 .... xx2040 on april 4 this year, is not loading
in the browser.
That site is not associated with the FreeBSD Project so you would need to
discuss the absence of information on that site with whoever runs it.
Post by Jeffrey Bouquet
I tried that url every which way, sorting the headings, etc, and onscreen
would be at best, a description of the new source but not specifically which
files were changed and their complete path. Nothing like the url mentioned above at
.de in the latter's overview.
Without knowing what that site displayed, it's very difficult to know where
(or if) svnweb provides the information. Given a known revision, you can
check (eg) https://svnweb.freebsd.org/base?view=revision&revision=333926

If you want a sequential list of commits, you might be better off with (eg)
https://lists.freebsd.org/pipermail/svn-src-all/
--
Peter Jeremy
Kubilay Kocak
2018-05-29 09:16:02 UTC
Permalink
Post by Peter Jeremy
Post by Jeffrey Bouquet
Post by Jeffrey Bouquet
Suddenly the site www.secnetix.de/olli/FreeBSD/svnews which showed sequential
source as for example xx1966 on april 3 .... xx2040 on april 4 this year, is not loading
in the browser.
That site is not associated with the FreeBSD Project so you would need to
discuss the absence of information on that site with whoever runs it.
Post by Jeffrey Bouquet
I tried that url every which way, sorting the headings, etc, and onscreen
would be at best, a description of the new source but not specifically which
files were changed and their complete path. Nothing like the url mentioned above at
.de in the latter's overview.
Without knowing what that site displayed, it's very difficult to know where
(or if) svnweb provides the information. Given a known revision, you can
check (eg) https://svnweb.freebsd.org/base?view=revision&revision=333926
If you want a sequential list of commits, you might be better off with (eg)
https://lists.freebsd.org/pipermail/svn-src-all/
svnweb (ViewVC) has a "Revision Log" link to see commit logs for files,
but paths also support it too. Unfortauntely there's just no link to it
in the UI.

Just append ?view=log to the URL, which will show you a commit log
history, at that path.

Eg: https://svnweb.freebsd.org/ports/head/?view=log

Vincent Hoffman-Kazlauskas
2018-05-29 08:41:34 UTC
Permalink
Post by Jeffrey Bouquet
Post by Sean Bruno
Post by Jeffrey Bouquet
Suddenly the site www.secnetix.de/olli/FreeBSD/svnews which showed sequential
source as for example xx1966 on april 3 .... xx2040 on april 4 this year, is not loading
in the browser. It was informative to read color coded the source backported to v10
v11 vs new, and new drivers coming into play. I can find NOWHERE except
freshsource.org which has the ports updates interspersed which makes the information
too time consuming. As an example,
09:36:34 - r 318137 Affects: /head/usr.bin/mking/mking.1 [ mking.c]
on 5-10-2017 adding the -C and --capacity options...
.......................................
What was educational to browse now is found at ????????
......................................
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
https://svnweb.freebsd.org/base/head/
?
sean
I tried that url every which way, sorting the headings, etc, and onscreen
would be at best, a description of the new source but not specifically which
files were changed and their complete path. Nothing like the url mentioned above at
.de in the latter's overview.
Possibly freshbsd.org?
I follow the 11-STABLE branch using
https://freshbsd.org/?branch=RELENG_11&project=freebsd


Vince
Post by Jeffrey Bouquet
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
Johan Hendriks
2018-05-29 06:25:22 UTC
Permalink
Post by Jeffrey Bouquet
Suddenly the site www.secnetix.de/olli/FreeBSD/svnews which showed sequential
source as for example xx1966 on april 3 .... xx2040 on april 4 this year, is not loading
in the browser. It was informative to read color coded the source backported to v10
v11 vs new, and new drivers coming into play. I can find NOWHERE except
freshsource.org which has the ports updates interspersed which makes the information
too time consuming. As an example,
09:36:34 - r 318137 Affects: /head/usr.bin/mking/mking.1 [ mking.c]
on 5-10-2017 adding the -C and --capacity options...
.......................................
What was educational to browse now is found at ????????
......................................
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
You can try www.freshbsd.org it has all the BSD's covered. You can select
the branch you want to watch.
Jeffrey Bouquet
2018-05-29 09:10:31 UTC
Permalink
Post by Vincent Hoffman-Kazlauskas
Post by Jeffrey Bouquet
Post by Sean Bruno
Post by Jeffrey Bouquet
Suddenly the site www.secnetix.de/olli/FreeBSD/svnews which showed sequential
source as for example xx1966 on april 3 .... xx2040 on april 4 this year, is not loading
in the browser. It was informative to read color coded the source backported to v10
v11 vs new, and new drivers coming into play. I can find NOWHERE except
freshsource.org which has the ports updates interspersed which makes the information
too time consuming. As an example,
09:36:34 - r 318137 Affects: /head/usr.bin/mking/mking.1 [ mking.c]
on 5-10-2017 adding the -C and --capacity options...
.......................................
What was educational to browse now is found at ????????
......................................
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
https://svnweb.freebsd.org/base/head/
?
sean
I tried that url every which way, sorting the headings, etc, and onscreen
would be at best, a description of the new source but not specifically which
files were changed and their complete path. Nothing like the url mentioned above at
.de in the latter's overview.
Possibly freshbsd.org?
I follow the 11-STABLE branch using
https://freshbsd.org/?branch=RELENG_11&project=freebsd
Vince
Post by Jeffrey Bouquet
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
_______________________________________________
https://lists.freebsd.org/mailman/listinfo/freebsd-current
Thanks to all that replied
svn-src-all ... too much RSI and expertise and time needed at least for now
freshbsd ... HEAD includes ports, a duplicate of freshports.org
freshbsd ... CURRENT includes pc-bsd, etc
freshbsd ... FreeBSD <<< this appears to be what I was posting to look for.
Thanks!


Jeff
Loading...