Author: aadamchik
Date: Tue Jun 10 18:37:47 2014
New Revision: 1601732
URL: http://svn.apache.org/r1601732
Log:
better git instructions
Modified:
cayenne/site/cms/trunk/content/dev/code-repository.mdtext
Modified: cayenne/site/cms/trunk/content/dev/code-repository.mdtext
URL:
http://svn.apache.org/viewvc/cayenne/site/cms/trunk/content/dev/code-repository.mdtext?rev=1601732&r1=1601731&r2=1601732&view=diff
==============================================================================
--- cayenne/site/cms/trunk/content/dev/code-repository.mdtext (original)
+++ cayenne/site/cms/trunk/content/dev/code-repository.mdtext Tue Jun 10
18:37:47 2014
@@ -1,25 +1,23 @@
Title: Code Repository
-## Source Code Access
## Git Repository
-Cayenne uses Git for source control. To clone the code do this:
+Cayenne uses Git for source code version control. "Master" writable repository
is located here:
- git clone https://git-wip-us.apache.org/repos/asf/cayenne.git
+[https://git-wip-us.apache.org/repos/asf/cayenne.git](https://git-wip-us.apache.org/repos/asf/cayenne.git)
-To browse it on the we web, go to
[https://git-wip-us.apache.org/repos/asf?p=cayenne.git](https://git-wip-us.apache.org/repos/asf?p=cayenne.git).
+It can be cloned by anyone, and that's where committers would ultimately push
the code. We also have a GitHub read-only copy:
+[https://github.com/apache/cayenne](https://github.com/apache/cayenne)
-TODO: our mirror on GitHub is not yet up to date pending
[https://issues.apache.org/jira/browse/INFRA-5936](https://issues.apache.org/jira/browse/INFRA-5936)
+Feel free to fork and/or star Cayenne there.
-### Legacy Subversion Repository
-Cayenne, up to version 3.2M2, was developed in Subversion. For archival
purposes SVN repository is still available
-in a read-only mode (see below). Note that it contains branches and tags for
releases prior to 3.0, that are not present in Git.
-So if you are looking for those older releases, you will have to use SVN.
+## Legacy Subversion Repository
-Access Type|URL
---|--
-Anonymous Access |
[http://svn.apache.org/repos/asf/cayenne/main/](http://svn.apache.org/repos/asf/cayenne/main/)
-Committer Access |
[https://svn.apache.org/repos/asf/cayenne/main/](https://svn.apache.org/repos/asf/cayenne/main/)
+Up to version 3.2M2 we used Subversion. For archival purposes SVN repository
is still available
+in a read-only mode:
+
[https://svn.apache.org/repos/asf/cayenne/main/](https://svn.apache.org/repos/asf/cayenne/main/)
+
+Note that it contains branches and tags for releases prior to 3.0, that are
not present in Git. So if you are looking for those older releases, you will
have to use SVN.
\ No newline at end of file