Game Development Community

OpenSVN - free Subversion Host

by Gavin Bunney · in General Discussion · 05/03/2006 (6:11 am) · 10 replies

After much hunting around for a subversion host, stumbled upon OpenSVN - free subversion hosting! It's run by the National Taiwan University. They backup, arn't an open source host, provide trac support and multiple users/authors :) Just thought I would spread the word incase anyone else is looking for some version control.

Site: opensvn.csie.org/

FAQ: wiki.ptt.cc/-OpenSVNFAQ

#1
05/04/2006 (8:31 am)
Great link. I would just add that if you use a 3rd party service like this, always keep local backups. You wouldnt want to lose months of hard work because of an error on their end.
#2
05/04/2006 (12:16 pm)
Insert dumb question here:

This is a CVS system for free right?
#3
05/04/2006 (12:42 pm)
SVN is a different software package than CVS, but it is used for effectively the same purpose.
#4
05/04/2006 (2:41 pm)
Cool someone gave me a free space on a server but when i told him i wanted a cvs script install he was like ... no
#5
05/04/2006 (2:49 pm)
Sometimes you get what you pay for i guess.
#6
05/04/2006 (3:39 pm)
Certificate error:navigation blocked.

There is a problem with this website's security certificate.


The security certificate presented by this website was not issued by a trusted certificate authority.

Security certificate problems may indicate an attempt to fool you or intercept any data you send to the server.
We recommend that you close this webpage and do not continue to this website.
Click here to close this webpage.
Continue to this website (not recommended).
For more information, see "Certificate Errors" in Internet Explorer Help.
#7
05/04/2006 (4:40 pm)
Just a small point, but I wouldnt trust external SVN hosts with code that you don't want publically available. Not saying it will happen, but the person running the repo could easily access your code. With something like TGE, if that happened it would be a breach of the license.

Why take the risk ? It's not like it's hard to setup your own svn repo.

T.
#8
05/08/2006 (11:45 am)
Question about SVn will this also prevent me and another developer from working on the same file? Like I can check out a file and he can't touch it?
#9
05/08/2006 (11:51 am)
Yes you can check out a file which bacially bloks others from writing on it. Have a look at svn lock