Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Looking for SVN server

Options
  • 01-08-2011 9:30pm
    #1
    Registered Users Posts: 7,863 ✭✭✭


    Hi,
    I'm just working on a little project for myself, but I'll be doing it with a mate so just want to avoid constant emailing of code back and forth, so looking for somewhere I can share a code repository.
    Does anyone know where I can do this for free? Or is it easy enough to set up an SVN server on my existing hosting? Although I'm not sure if my host even has support for it. There's no mention of it on their site.

    Thanks.


Comments

  • Registered Users Posts: 89 ✭✭tehjimmeh


    Does it have to be SVN? www.github.com would be the obvious choice if you don't mind using git. Otherwise, google code supports svn repositories.


  • Registered Users Posts: 3,078 ✭✭✭onemorechance


    http://www.projectlocker.com/

    Free: 3 Users, 300 MB, Up To 3 Projects - FREE
    Venture Monthly: 15 Users, 10GB, Unlimited Projects, $19/month
    Equity Monthly: 30 Users, 30GB, Unlimited Projects, $39/month
    Growth Monthly: 60 Users, 45GB, Unlimited Projects, $69/month
    IPO Monthly: 100 Users, 60GB, Unlimited Projects, $99/month
    Blue Chip Monthly: 250 Users, 125GB, Unlimited Projects, $199/month

    https://bitbucket.org/

    5 Users: Free
    10 Users: $ 10/month
    25 Users: $ 20/month
    50 Users: $ 40/month
    Unlimited: $ 80/month

    http://unfuddle.com/

    Private: FREE: 200MB, 1 project, 2 people
    ....


  • Registered Users Posts: 3,140 ✭✭✭ocallagh


    http://www.assembla.com provides free private secure project hosting (SVN and others). Don't trial the paid features though, you can't downgrade after the trial month is up.


  • Registered Users Posts: 981 ✭✭✭fasty


    If you're on Windows, Mercurial is a better choice than Git imo, simply because the tools are easier to install and use in a Windows environment.

    They are more or less the same thing.

    Have a look at http://hginit.com/

    Hosting on http://bitbucket.org is free.


  • Registered Users Posts: 7,182 ✭✭✭Genghiz Cohen


    I'm a project locker user currently, but BitBucket's free package is very nice...


  • Advertisement
  • Registered Users Posts: 5,290 ✭✭✭Ardent


    Project Locker looks really good, thanks for the tip on that!


  • Registered Users Posts: 7,863 ✭✭✭The_B_Man


    thanks folks. I went with ProjectLocker. So far so good! :D

    BitBucket uses Mercurial and I've no idea how to use that! :o


Advertisement