Posts Tagged ‘versioning’

Dreamhost + SVN

June 30th, 2010

Working on one of my projects I found that you may got an error when you try to check out your Dreeamhost hosted SVN repository. The root cause is that you surprisingly are not allowed to create repository for subdomain that name is different from “svn”. So the repository http://svn.mydomain.com/p1 will work, http://code.mydomain.com/p1 probably not.

Hope it will be helpful for somebody.