I have a shared-hosting account at GoDaddy, which includes LAMP (Linux, Apache HTTP Server, MySQL, and PHP). I really like SVN as my source control, and I thought “hey, maybe it’s possible to have my own SVN server hosted in my GoDaddy account!”
So, is it possible? Is there a “bridge” that enables SVN on LAMP?
Usually no. Subversion needs binaries installed, and tight integration with the underlying system (e.g. with Apache to serve multiple repositories) to work well.