Slashdot Mirror


FSF Migrating From Savannah to Gforge

bluestrain writes "It's been almost 4 months since Savannah was hacked. The site is still not completely functional, no new projects have been accepted since December 2003. Now it seems that the FSF is abandoning Savannah in favor of Gforge. RMS himself has confirmed the plans. A few developers are questioning the change. Hopefully the dust will settle and savannah can start accepting projects again."

7 of 208 comments (clear)

  1. good news! by larry+bagina · · Score: 5, Interesting
    No offense to the OSDN/Slashdot guys, but sourceforge has started to suck dick lately. Constant downtime, searches that don't work, CVS running a week late, and now PBS-style appeals for money on the front page.

    If you just need a good (and free) public CVS server, what other options are there besides sf and gforge?

    --
    Do you even lift?

    These aren't the 'roids you're looking for.

    1. Re:good news! by FreeLinux · · Score: 5, Interesting

      but sourceforge has started to suck dick lately.

      I hadn't heard about this new feature. It could be rather interesting. But SourceForge has been having too many problems for too long. It seems as though no one is maintaining it, they simply disable a feature when it breaks. Additionally, I have always been concerned about having so many projects and information sites in a single OSDN basket. One never knows what the future holds for OSDN.

  2. Gforge is very specialized. by Electrawn · · Score: 5, Interesting

    Gforge may be great for high traffic sites like Savanaah, but for low traffic 1-10 project sites I use Xoops+MyXoopsForge or Novell Forge. I think Savanahh made a good choice here, but they are stuck once they port. Novell Forge is the other choice.

    GForge uses some highly optimized transaction stuff and database functions inside postgres that probably should be in the PHP layer.

    Reminds me to port MyXoopsForge to postnuke to take advantage of ADODB! Compatibility or speed?

    -Electrawn

  3. VA is pimping SourceForge as tool for outsourcing. by Anonymous Coward · · Score: 5, Interesting



    Go look for yourself. VA is pimping SourceForge off as a tool to help companies ship jobs overseas. They don't even hide the fact.

    Have a look for yourself: VA Software

  4. About gna.org by Anonymous Coward · · Score: 5, Interesting

    Many of the previous savannah contributors have already moved to gna.org, which is sometimes referred to as savannah's successor.
    I have already moved all my projects to gna a month ago. Gna is way more stable and way faster than savannah. I love it.

  5. Re:There are some pretty big sites running GForge. by NightSpots · · Score: 5, Interesting

    It's unfortunate, because the code is insecure as hell.

    For instance, 'source.php' lets you view the source of files, but only if 'sys_view_source' (a global) is set in the config.

    Of course, they don't check to see HOW it is set, but rather, allow you to pass it on the _GET global, which overrides the config, which, of course, lets you view the source of any file:

    Compare:

    http://gforge.org/source.php?file=source.php


    http://gforge.org/source.php?sys_show_source=tru e& file=source.php

    Nice, eh?

  6. Re:There are some pretty big sites running GForge. by gavinroy · · Score: 5, Interesting

    The PostgreSQL community is also migrating to GForge from GBorg. I'm pretty excited to see the outcome. There are some things I'd like to see in GForge, which can easily happen if enough people take the time to submit patches, such as modular support for revision control systems. Remember GForge is a fork of Sourceforge, maintained by one of the original architects and authors of Sourceforge.