Thread: Free svn

  1. #1
    Allways learning cs_student's Avatar
    Join Date
    Aug 2008
    Location
    ~/
    Posts
    39

    Free svn

    I started a simple openGL project with a group of other game developers who are new to 3d programming. I have a hosting account but it has a limited bandwidth/space.

    I was wondering if there were any sites out there which offered a free svn system for people to use?

    Thank you for your time and effort,


    Joe

  2. #2
    C++ Witch laserlight's Avatar
    Join Date
    Oct 2003
    Location
    Singapore
    Posts
    28,413
    If your project is an open source project, there are a number of project hosting services out there, e.g., SourceForge, Google Code and Launchpad (which uses Bazaar instead of Subversion).
    Quote Originally Posted by Bjarne Stroustrup (2000-10-14)
    I get maybe two dozen requests for help with some sort of programming or design problem every day. Most have more sense than to send me hundreds of lines of code. If they do, I ask them to find the smallest example that exhibits the problem and send me that. Mostly, they then find the error themselves. "Finding the smallest program that demonstrates the error" is a powerful debugging tool.
    Look up a C++ Reference and learn How To Ask Questions The Smart Way

  3. #3
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    GNU Savannah offers SVN, CVS, Mercurial and Git, but it has somewhat stricter requirements than other hosting services. There's also NonGNU Savannah, but I think that's just an alternative URL for the same service.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  4. #4

    Join Date
    May 2005
    Posts
    1,042
    tortoise svn
    I'm not immature, I'm refined in the opposite direction.

  5. #5
    Cat without Hat CornedBee's Avatar
    Join Date
    Apr 2003
    Posts
    8,895
    That's a client. The OP asked for a free SVN host.
    All the buzzt!
    CornedBee

    "There is not now, nor has there ever been, nor will there ever be, any programming language in which it is the least bit difficult to write bad code."
    - Flon's Law

  6. #6
    Registered User
    Join Date
    Dec 2006
    Location
    Canada
    Posts
    3,229
    If you are reasonably proficient with network administration, and your ISP allows it, there's always the option of running a server yourself.

  7. #7
    Disrupting the universe Mad_guy's Avatar
    Join Date
    Jun 2005
    Posts
    258
    SourceForge and google code are quite popular with subversion crowds. Personally, I *much* prefer distributed version control (a la Git/Mercurial) but if SVN is what you're into I would say SF or googlecode to be adequate (they also come with other services such as bug trackers and wikis, etc..)

    For a (free google-sponsored) complementary code-review service with SVN integration, there is also Rietveld: http://codereview.appspot.com/
    operating systems: mac os 10.6, debian 5.0, windows 7
    editor: back to emacs because it's more awesomer!!
    version control: git

    website: http://0xff.ath.cx/~as/

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Free SVN server
    By Magos in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 09-28-2006, 12:14 PM
  2. Replies: 12
    Last Post: 06-24-2005, 04:27 PM
  3. Help needed with backtracking
    By sjalesho in forum C Programming
    Replies: 1
    Last Post: 11-09-2003, 06:28 PM
  4. "if you love someone" :D
    By Carlos in forum A Brief History of Cprogramming.com
    Replies: 12
    Last Post: 10-02-2003, 01:10 AM