Re: how to browse svnweb source?

2018-05-29 Thread Kubilay Kocak

On 29/05/2018 4:29 pm, Peter Jeremy wrote:

On 2018-May-28 18:06:07 -0700, Jeffrey Bouquet  
wrote:

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.


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
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how to browse svnweb source?

2018-05-29 Thread Jeffrey Bouquet



On Tue, 29 May 2018 09:41:34 +0100, Vincent Hoffman-Kazlauskas 
 wrote:

> 
> 
> On 29/05/2018 02:06, Jeffrey Bouquet wrote:
> > 
> > 
> > On Mon, 28 May 2018 17:04:11 -0600, Sean Bruno  wrote:
> > 
> >>
> >>
> >> On 05/28/18 15:37, Jeffrey Bouquet wrote:
> >>> 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 318137Affects: /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 
> >>> ..
> >>> ___
> >>> freebsd-current@freebsd.org mailing list
> >>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> >>> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> >>>
> >>
> >>
> >> 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
> > ___
> > freebsd-current@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> > 
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


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 
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how to browse svnweb source?

2018-05-29 Thread Vincent Hoffman-Kazlauskas



On 29/05/2018 02:06, Jeffrey Bouquet wrote:
> 
> 
> On Mon, 28 May 2018 17:04:11 -0600, Sean Bruno  wrote:
> 
>>
>>
>> On 05/28/18 15:37, Jeffrey Bouquet wrote:
>>> 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 318137Affects: /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 
>>> ..
>>> ___
>>> freebsd-current@freebsd.org mailing list
>>> https://lists.freebsd.org/mailman/listinfo/freebsd-current
>>> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>>>
>>
>>
>> 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
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> 
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how to browse svnweb source?

2018-05-28 Thread Peter Jeremy
On 2018-May-28 18:06:07 -0700, Jeffrey Bouquet  
wrote:
>> > 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.

>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


signature.asc
Description: PGP signature


Re: how to browse svnweb source?

2018-05-28 Thread Johan Hendriks
Op di 29 mei 2018 00:28 schreef 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 318137Affects: /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 
> ..
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
>


You can try www.freshbsd.org it has all the BSD's covered.  You can select
the branch you want to watch.

>
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how to browse svnweb source?

2018-05-28 Thread Jeffrey Bouquet



On Mon, 28 May 2018 17:04:11 -0600, Sean Bruno  wrote:

> 
> 
> On 05/28/18 15:37, Jeffrey Bouquet wrote:
> > 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 318137Affects: /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 
> > ..
> > ___
> > freebsd-current@freebsd.org mailing list
> > https://lists.freebsd.org/mailman/listinfo/freebsd-current
> > To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> > 
> 
> 
> 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. 
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"


Re: how to browse svnweb source?

2018-05-28 Thread Sean Bruno


On 05/28/18 15:37, Jeffrey Bouquet wrote:
> 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 318137Affects: /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 
> ..
> ___
> freebsd-current@freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"
> 


https://svnweb.freebsd.org/base/head/

?

sean



signature.asc
Description: OpenPGP digital signature


how to browse svnweb source?

2018-05-28 Thread 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 318137Affects: /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 
..
___
freebsd-current@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscr...@freebsd.org"