Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Coding collaboratively for the web

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 python 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?

like image 527
jacob Avatar asked May 26 '26 05:05

jacob


1 Answers

Try 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

like image 134
artemb Avatar answered May 28 '26 18:05

artemb



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!