views:

96

answers:

4

In the past I've done the coding-part of my web-projects mostly by myself. Now, as we are a team working on some project, be it phython or php or ..., is there some simple versioning system to use?

My hoster doesn't seem to support any kind of this sort. On the other hand, I feel it is too early to start renting a whole server in this phase of the project just to be able to install a versioning system.

Any simple ideas how to solve this problem?

+3  A: 

Try Mercurial (http://selenic.com/mercurial). If your hosting has ssh and python support, you can run Mercurial on it.

UPDATE: By the way, you don't need a hosting to run Mercurial - it's distributed and works without any servers. If you still want to have a repository on your hosting server - you can have it if your hoster supports ssh and python

UPDATE: http://bitbucket.org/ - fantastic mercurial hosting, allows 1 private repository and unlimited public repositories for free

artemb
thanks artemb for your valuable input. :)
jacob
+1  A: 

http://github.com Anonymous Sourcecode Hosting, Repository...

Underlines
And you can use Mercurial with git as well.
Ryan Ginstrom
A: 

Github and the others are free for open source projects only. However, Xp-dev is free as in free beer even to commercial ones. http://www.xp-dev.com/

wenbert