Does anyone need View CVS (the web browsing UI) for svn.zope.org? I'm guessing not, and it consumes lots of computing resources (and is probably a security vulnerability). I need to find a new home for svn.zope.org and I'd rather not spend foundation money on a VM powerful enough to run ViewCVS. (The current machine is underpowered for it...sorry.) Jim -- Jim Fulton http://jimfulton.info
Once in a while, I look at the ViewCVS browsing at code that wasn't yet migrated to github. If these were all mass-moved to git in the foundation server and web-browseable by something lightweight like gogs <https://github.com/gogits/gogs>[1], this would cover my usecase and not disturb those projects where the maintainers don't want them to be migrated to github. [1] https://github.com/gogits/gogs On 6 June 2015 at 14:19, Jim Fulton <jim@jimfulton.info> wrote:
Does anyone need View CVS (the web browsing UI) for svn.zope.org?
I'm guessing not, and it consumes lots of computing resources (and is probably a security vulnerability).
I need to find a new home for svn.zope.org and I'd rather not spend foundation money on a VM powerful enough to run ViewCVS. (The current machine is underpowered for it...sorry.)
Jim
-- Jim Fulton http://jimfulton.info _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 06/09/2015 10:55 AM, Leonardo Rochael Almeida wrote:
Once in a while, I look at the ViewCVS browsing at code that wasn't yet migrated to github.
If these were all mass-moved to git in the foundation server and web-browseable by something lightweight like gogs <https://github.com/gogits/gogs>[1], this would cover my usecase and not disturb those projects where the maintainers don't want them to be migrated to github.
The CMF packages are now all moved to Github. I don't know of another active repository that hasn't moved. I'd say that keeping web-browsability of long-inactive projects is not a priority: folks who need to browse can check out source (we should make sure that anonymous checkouts do work). Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.11 (GNU/Linux) iQIcBAEBAgAGBQJVd5BhAAoJEPKpaDSJE9HY1QkP/19QuiSf42MkROrjZ52hPN0z MBXmca4ZSP09mXyRPZc4Dn+6Z9XjanBwqZfHTQT/Hk2IM+/lSFt3S5VLqTaTaJLI M9ih3IYnRlvmocI1+44zTHMa5FhpLuAbL/0NznnkRLiDnzPSxKk19BpyP+pRlzdt YfeCD+H3JCtVPVHX3zDeqrKIanuW3SVuKaCmtbAXWahojpRFS1gjoYlMoglMxxKJ eaLR5KD/Isj2RhCYN+bnbcE9iI1Xiay6/gwiXKND8NaJ+fh1QrK/05DE+v3rW+iT F83EHwNQ9SlCImWyiH5MZ0CpVgbDwju482xq2T+rWDUKwqYzWyVtBaumWz76IG+H V9dYIY4fLnqdvNAjNPF4fNWa6fLa/qhlFHhpbUo7UFvshPP67O/ope+lJzOenQmx S064R3mEe5fB8eWPQhpLk6lctMc3sg6iHtQpNalFa1Ff8Se9wqDr9ycLX90Bik3o 2pFHYcjhK58xfPPiSha3tsGLa/pmMzfFByNncUOKqu5ZwMOwvC/NuwFnUrdC0HwU rSj0E5IeI1lOZqXwaXUK6wA2/mhthCUiJUDQLEekIL3w1gsV0xB4yAEE1EL2/eD+ ENasgCDWlRuJeuiR472A6BV2cDONcbLlPeBg6i4z/TykoqZAvR0SQA1cPr7UkHf0 b1PXgFDkjcN/3MWnXdBO =oFQZ -----END PGP SIGNATURE-----
BTW there's also http://zope3.pov.lt/trac/browser/, because I loathe the ViewVC UI. On Tue, Jun 09, 2015 at 11:55:26AM -0300, Leonardo Rochael Almeida wrote:
Once in a while, I look at the ViewCVS browsing at code that wasn't yet migrated to github.
If these were all mass-moved to git in the foundation server and web-browseable by something lightweight like gogs <https://github.com/gogits/gogs>[1], this would cover my usecase and not disturb those projects where the maintainers don't want them to be migrated to github.
[1] https://github.com/gogits/gogs
On 6 June 2015 at 14:19, Jim Fulton <jim@jimfulton.info> wrote:
Does anyone need View CVS (the web browsing UI) for svn.zope.org?
I'm guessing not, and it consumes lots of computing resources (and is probably a security vulnerability).
I need to find a new home for svn.zope.org and I'd rather not spend foundation money on a VM powerful enough to run ViewCVS. (The current machine is underpowered for it...sorry.)
Jim
-- Jim Fulton http://jimfulton.info _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
True the pov.it trac browser is awesome. Can we just slap a zope.org URL on it and be done? Like trac.zope.org. I just don't want to have to break out a cmd line prompt and make sure svn is installed when all I want is to browse some code from the Zope repository that might or might not have been migrated to github already. And If possible I'd like that to have been indexed by Google. Cheers On 22 June 2015 at 05:02, Marius Gedminas <marius@gedmin.as> wrote:
BTW there's also http://zope3.pov.lt/trac/browser/, because I loathe the ViewVC UI.
On Tue, Jun 09, 2015 at 11:55:26AM -0300, Leonardo Rochael Almeida wrote:
Once in a while, I look at the ViewCVS browsing at code that wasn't yet migrated to github.
If these were all mass-moved to git in the foundation server and web-browseable by something lightweight like gogs <https://github.com/gogits/gogs>[1], this would cover my usecase and not disturb those projects where the maintainers don't want them to be migrated to github.
[1] https://github.com/gogits/gogs
On 6 June 2015 at 14:19, Jim Fulton <jim@jimfulton.info> wrote:
Does anyone need View CVS (the web browsing UI) for svn.zope.org?
I'm guessing not, and it consumes lots of computing resources (and is probably a security vulnerability).
I need to find a new home for svn.zope.org and I'd rather not spend foundation money on a VM powerful enough to run ViewCVS. (The current machine is underpowered for it...sorry.)
Jim
-- Jim Fulton http://jimfulton.info _______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
Marius Gedminas -- http://pov.lt/ -- Zope 3/BlueBream consulting and development
_______________________________________________ Zope-Dev maillist - Zope-Dev@zope.org https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
The other day I googled for something and the hit I needed, surprisingly, was on svn.zope.org. :) This made me realize that ViewCVS is valuable for it's historical value. For now, I decided to keep ViewCVS. I'm in the process of moving svn.zope.org to a little bit beefier machine than we have now (for a little more than half of what we're paying now). I think the ZF can afford it. Jim On Sat, Jun 6, 2015 at 1:19 PM, Jim Fulton <jim@jimfulton.info> wrote:
Does anyone need View CVS (the web browsing UI) for svn.zope.org?
I'm guessing not, and it consumes lots of computing resources (and is probably a security vulnerability).
I need to find a new home for svn.zope.org and I'd rather not spend foundation money on a VM powerful enough to run ViewCVS. (The current machine is underpowered for it...sorry.)
Jim
-- Jim Fulton http://jimfulton.info
-- Jim Fulton http://jimfulton.info
I've updated dns, waiting for it to propagate. Please, no one commit anything to svn today. If you do, it may be lost. :) Jim On Sun, Jun 28, 2015 at 1:37 PM, Jim Fulton <jim@jimfulton.info> wrote:
The other day I googled for something and the hit I needed, surprisingly, was on svn.zope.org. :)
This made me realize that ViewCVS is valuable for it's historical value.
For now, I decided to keep ViewCVS. I'm in the process of moving svn.zope.org to a little bit beefier machine than we have now (for a little more than half of what we're paying now). I think the ZF can afford it.
Jim
On Sat, Jun 6, 2015 at 1:19 PM, Jim Fulton <jim@jimfulton.info> wrote:
Does anyone need View CVS (the web browsing UI) for svn.zope.org?
I'm guessing not, and it consumes lots of computing resources (and is probably a security vulnerability).
I need to find a new home for svn.zope.org and I'd rather not spend foundation money on a VM powerful enough to run ViewCVS. (The current machine is underpowered for it...sorry.)
Jim
-- Jim Fulton http://jimfulton.info
-- Jim Fulton http://jimfulton.info
-- Jim Fulton http://jimfulton.info
participants (4)
-
Jim Fulton -
Leonardo Rochael Almeida -
Marius Gedminas -
Tres Seaver