Does anyone know if it's possible to have a Git repo hosted on Windows Azure?
From serverfault
tishon
-
Doesn't sound like it.
The Azure Services Platform can currently run .NET Framework applications compiled for the CLR, while supporting the ASP.NET application framework and associated deployment methods to deploy the applications onto the cloud platform. Source
From joega -
There isn't anything ready for Windows Azure, But you can create one, since Git can be used over http. You can use GitSharp or DotGit libraries.
tishon : Thanks, man! I think I'll give GitSharp a try.From Parsa
0 comments:
Post a Comment