Jump to content

Recommended Posts

Posted

Hi Guys,

So I'm looking into getting a SVN server going for my project, but im a bit overwhelmed with the amount of hosting services available. I was wondering if anyone had any recommendations or experience with this sort of thing?

Thanks

Posted

even then you could share the project between yourselves. i am only saying this because it's less bothersome than setting up an svn server and cheaper than buying svn hosting.

Dropbox doesn't have a versioning system (as far as I know), so it's not useful for projects really. One person replaces one file and the whole project goes to hell.

Posted

even then you could share the project between yourselves. i am only saying this because it's less bothersome than setting up an svn server and cheaper than buying svn hosting.

Dropbox doesn't have a versioning system (as far as I know), so it's not useful for projects really. One person replaces one file and the whole project goes to hell.

Incorrect, it does have file history/versioning.

Posted

I've just set it up on my home machine that i always have on. (we use SVN for our projects) You can have your project there too if you want. Just pm me on skype and i'll set it up for you. (skjalgsm)

The server is in norway with 30/30 fiber connected to it so speed shouldn't be an issue. the svn files are on a dedicated SSD as well that I dont use for anything but the svn server.

There is one drawback tho, you'll have to install hamachi as well because I'm behind a firewall that i cant figure out how to turn off, but hamachi circumvents it somehow. I guess I should look into the firewall issue again tho... Might have a look at that this weekend.

Posted

I chose SVN mostly because im already familiar with it and it's fairly user friendly. I've not heard of GitHub before but I'll certainly take a look at it, thanks!

GitHub is even more user friendly (of course it still has a bit of a learning curve) and it's faster than SVN. You can read more about it at these links:

https://git.wiki.kernel.org/index.php/GitSvnComparison

http://git.or.cz/course/svn.html

http://en.wikipedia.org/wiki/Git_%28software%29

Please also note that GitHub is just one of the solutions available for working with Git, SourceForge for example also uses Git, but GitHub is the one used the most.

Besides that all the cool kids (like jquery, mootools, ruby on rails, node.js, linux, django, yui, sinatra, mongodb, facebook, apache, mozilla, twitter, phpbb, google, etc) use Git these days :eng101:

Posted

I have been in the same situation as you, I was looking for a SVN hoster for an udk projet.

I was thinking about using Git for a moment, but then I discovered that Git don't have any 'Lock File' function. This seemed to be a major problem for us, since we will with lots of binary files, udk packages, etc, which cannot be merged. If there will be several people working on the same files, this can become difficult to manage, no ?

In the end we found a friend that could host the svn for us, so we went for it. But I found this host which looks interesting: http://repositoryhosting.com/ (unlimited users and repositories, and the price looked acceptable: 8$/mo for 2GB and then +1$/mo for every additional Go used), but I did not try it out.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...