[trac] trac/boost/browser/ no longer available?

Say I'm having a look at some changeset such as: https://svn.boost.org/trac/boost/changeset/73525 The names of modified files are displayed with a link to a full-code browsing page, for instance: https://svn.boost.org/trac/boost/browser/sandbox/variadic_macro_data/boost/v... yet this page fails with No handler matched request to /browser/sandbox/variadic_macro_data/boost/variadic_macro_data/vmd.hpp I think this trac/boost/browser has been missing for some months now. I seem to remeber there was a link to it also from the trac home page, now also missing. Any clue about this? Thank you, Joaquín M López Muñoz Telefónica, Investigación y Desarrollo Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at. http://www.tid.es/ES/PAGINAS/disclaimer.aspx

On Thu, Aug 04, 2011 at 08:01:47AM +0200, joaquin@tid.es wrote:
Say I'm having a look at some changeset such as:
https://svn.boost.org/trac/boost/changeset/73525
The names of modified files are displayed with a link to a full-code browsing page, for instance:
https://svn.boost.org/trac/boost/browser/sandbox/variadic_macro_data/boost/v...
yet this page fails with
No handler matched request to /browser/sandbox/variadic_macro_data/boost/variadic_macro_data/vmd.hpp
I think this trac/boost/browser has been missing for some months now. I seem to remeber there was a link to it also from the trac home page, now also missing. Any clue about this?
I believe that the fancy-pants trac-formatted views of the repository are disabled out of performance concerns. You can still browse the source yourself via the SVN repository URLs, that is, replace /trac with /svn and remove /browser: https://svn.boost.org/trac/boost/browser/sandbox/variadic_macro_data/boost/v... https://svn.boost.org/svn/boost/sandbox/variadic_macro_data/boost/variadic_m... Even if it was possible to hack Trac into linking straight into the repository, it might not be a good idea as the Boost servers are quite overloaded. I'm sure that grafik has input on this. -- Lars Viklund | zao@acc.umu.se

On 8/4/2011 1:35 AM, Lars Viklund wrote:
On Thu, Aug 04, 2011 at 08:01:47AM +0200, joaquin@tid.es wrote:
Say I'm having a look at some changeset such as:
https://svn.boost.org/trac/boost/changeset/73525
The names of modified files are displayed with a link to a full-code browsing page, for instance:
https://svn.boost.org/trac/boost/browser/sandbox/variadic_macro_data/boost/v...
yet this page fails with
No handler matched request to /browser/sandbox/variadic_macro_data/boost/variadic_macro_data/vmd.hpp
I think this trac/boost/browser has been missing for some months now. I seem to remeber there was a link to it also from the trac home page, now also missing. Any clue about this?
I believe that the fancy-pants trac-formatted views of the repository are disabled out of performance concerns.
You can still browse the source yourself via the SVN repository URLs, that is, replace /trac with /svn and remove /browser: https://svn.boost.org/trac/boost/browser/sandbox/variadic_macro_data/boost/v... https://svn.boost.org/svn/boost/sandbox/variadic_macro_data/boost/variadic_m...
Even if it was possible to hack Trac into linking straight into the repository, it might not be a good idea as the Boost servers are quite overloaded.
Hacking trac is not something I want to do. Especially since our use of trac may not be long lived at this point.
I'm sure that grafik has input on this.
Yes.. The trac repo browser was disabled because it bogged down the server (since it locks the svn repo while it gets info). But if the OSUOSL people are to be believed we should be able to turn it back on if we move to their servers. -- -- Grafik - Don't Assume Anything -- Redshift Software, Inc. - http://redshift-software.com -- rrivera/acm.org (msn) - grafik/redshift-software.com -- 102708583/icq - grafikrobot/aim,yahoo,skype,efnet,gmail

on Thu Aug 04 2011, Rene Rivera <grafikrobot-AT-gmail.com> wrote:
I'm sure that grafik has input on this.
Yes.. The trac repo browser was disabled because it bogged down the server (since it locks the svn repo while it gets info). But if the OSUOSL people are to be believed we should be able to turn it back on if we move to their servers.
In the meantime you can use http://github.com/ryppl/boost-svn, which is a mirror. HTH, -- Dave Abrahams BoostPro Computing http://www.boostpro.com

El 04/08/2011 16:55, Dave Abrahams escribió:
on Thu Aug 04 2011, Rene Rivera<grafikrobot-AT-gmail.com> wrote:
I'm sure that grafik has input on this. Yes.. The trac repo browser was disabled because it bogged down the server (since it locks the svn repo while it gets info). But if the OSUOSL people are to be believed we should be able to turn it back on if we move to their servers. In the meantime you can use http://github.com/ryppl/boost-svn, which is a mirror.
Didn't know about that. Thank you! Joaquín M López Muñoz Telefónica, Investigación y Desarrollo Este mensaje se dirige exclusivamente a su destinatario. Puede consultar nuestra política de envío y recepción de correo electrónico en el enlace situado más abajo. This message is intended exclusively for its addressee. We only send and receive email on the basis of the terms set out at. http://www.tid.es/ES/PAGINAS/disclaimer.aspx
participants (4)
-
Dave Abrahams
-
joaquin@tid.es
-
Lars Viklund
-
Rene Rivera