Frage

I've got an online web server (Apache/PHP/MySQL) that is hosted by Infomaniak. I'm going to work on a website project together with 2 people. What I want is to extract a tool on my web server that would enable revision control (SVN or Git) in order for each other of us to work on the same code located on my web server. Does such a tool exist?

War es hilfreich?

Lösung

mod_dav_svn is the apache module to enable SVN access through HTTP using apache web server. However, a shared hosting service like Infomaniak may not allow you to install modules of your choice. Summary is - you may not be able to use any existing tool for this purpose as long as you use shared hosting service.

You may consider using a free SVN/git service like Assembla.

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top