Private VCS hosts for school projects?

Posted by Ibrahim on Stack Overflow See other posts from Stack Overflow or by Ibrahim
Published on 2009-04-24T20:11:26Z Indexed on 2010/03/29 2:13 UTC
Read the original article Hit count: 399

I want to use version control for a partner project for school, but these days it seems like there are no private, free VCS hosts that I could use. I would prefer to use git if possible, but I wouldn't mind SVN. Alternatively, if there aren't any, shouldn't there be some way for me to use git without a central repository? I don't know enough about git, but I assume that is the point of a DVCS, no? I've considered scp'ing a clone of the repository to my school unix account and then giving my partner access to that, but it seems like it would be a bit of a pain. What are your thoughts/suggestions?

Edit: I do know of one site called xp-dev, but I'm not sure how much I trust it. But I could use that and use git-svn on my side, since my partner has actually only ever used svn. But still wondering if there are any alternatives.

© Stack Overflow or respective owner

Related posts about version-control

Related posts about git