I've created a new infrastructure ticket to migrate main Libcloud code repository from svn to git. ( https://issues.apache.org/jira/browse/INFRA-6383).
David Nalley has already started working on it and as a consequence svn tree will be read only until the migration has been completed. David has created a new git repository which is located at https://git-wip-us.apache.org/repos/asf/libcloud.git. Until the migration has finished this new repository will also be read-only. Our job is to verify / audit that everything looks correct (all the commits, branch and tags are present). I already verified it myself, but it would be great if couple of more people cross-check it. I did the following and cross-checked it with the svn repository: git clone https://git-wip-us.apache.org/repos/asf/libcloud.git lc-git cd lc-git git branch -a git tag git log remotes/origin/0.12.x git log 0.12.3 ... As soon as I get a couple of more +1's / look good to me I will update the ticket and new Git repository will be made writable. Thanks!
