Azure – How to setup VisualSVN Setup on Windows Azure Instance

azuresvnversion controlvisualsvn-server

I have used RDP to get into my windows azure instance. I downloaded VisualSVN Server for Windows and have installed it and created a repository. My problem is setting up my domain or ip that I am suppose to connect to to reach the repository. I used my cloudapp.net url, I also binded my IP into the settings of the VisualSVN IP addresses. I am using port 443, and using secure connection (https://). Ive tried connecting to the following address to reach my repository:

https://*encryptcode*.cloudapp.net/svn/myrepository

https://*server ip*/svn/myrepository

Everytime I get this error in my visual studio:
"Repository is not available. Request was failed with the following message..."

Any other suggestions ?

Best Answer

The new Virtual Machines feature now adds persistence to the instances deployed on Windows Azure, at the price of requiring more direct management of the machine (e.g.: updates, settings, ...). VisualSVN can now be installed and run on a cloud located Windows Server (2008 R2 SP1 or 2012) Azure VM. Here a quick start guide is available with some setup tips.