richardantal commented on code in PR #6: URL: https://github.com/apache/phoenix-site/pull/6#discussion_r2994334614
########## app/pages/_landing/source-repository/content.md: ########## @@ -0,0 +1,53 @@ +# Source Repositories + +Apache Phoenix source is available on Apache Git server: + +#### Main repository + +https://git-wip-us.apache.org/repos/asf/phoenix.git + +#### Query server repository + +https://git-wip-us.apache.org/repos/asf/phoenix-queryserver.git + +#### Connectors repository + +https://git-wip-us.apache.org/repos/asf/phoenix-connectors.git + +#### Omid repository + +https://git-wip-us.apache.org/repos/asf/phoenix-omid.git + +#### Tephra repository + +https://git-wip-us.apache.org/repos/asf/phoenix-tephra.git + +#### Thirdparty repository + +https://git-wip-us.apache.org/repos/asf/phoenix-thirdparty.git + +### Source access + +The source for each project can be checked out from GIT with this command +(substitute the repo URL) + +```bash +$ git clone https://git-wip-us.apache.org/repos/asf/phoenix.git +``` + +See http://git-scm.com/docs/git-clone + +--- + +Each repository is mirrored on GitHub under https://github.com/apache/ , i.e. + +https://git-wip-us.apache.org/repos/asf/phoenix.git is mirrored at https://github.com/apache/phoenix +and so on. + +--- + +Related: [Building](/docs/fundamentals/building) + +### Site source access + +Source for the Apache Phoenix website is kept in ASF SVN in https://svn.apache.org/repos/asf/phoenix Review Comment: I agree, we should update the svn repo link to Git, but we can leave the others -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
