Author: lewismc
Date: Mon May 19 03:54:35 2014
New Revision: 1595737
URL: http://svn.apache.org/r1595737
Log:
Update documentation for move to Git
Modified:
gora/site/trunk/content/version_control.md
Modified: gora/site/trunk/content/version_control.md
URL:
http://svn.apache.org/viewvc/gora/site/trunk/content/version_control.md?rev=1595737&r1=1595736&r2=1595737&view=diff
==============================================================================
--- gora/site/trunk/content/version_control.md (original)
+++ gora/site/trunk/content/version_control.md Mon May 19 03:54:35 2014
@@ -1,36 +1,13 @@
Title: Gora Version Control System
##Overview
-Gora uses the official subversion repository of the Apache Software Foundation.
-Apache also provides support for git users. Below you can find
-how to use subversion or git to access Gora's source code.
-
-##Subversion Repository
-
-###Subversion Clients
-The Gora source code resides in the [Apache
Subversion](http://subversion.tigris.org/)
-(SVN) repository. The command-line SVN client can be obtained
[here](http://subversion.tigris.org/project_packages.html).
-The TortoiseSVN GUI client for Windows can be obtained
[here](http://tortoisesvn.tigris.org/).
-There are also SVN plugins available for both
[Eclipse](http://subclipse.tigris.org/) and
-[IntelliJ IDEA](http://svnup.tigris.org/).
-
-###Web Access (read-only)
-The source code can be browsed via the Web at
-[http://svn.apache.org/viewvc/gora/](http://svn.apache.org/viewvc/gora/).
-No SVN client software is required.
-
-###Anonymous Access (read-only)
-The SVN URL for anonymous users is
[http://svn.apache.org/repos/asf/gora/trunk](http://svn.apache.org/repos/asf/gora/trunk).
-Instructions for anonymous SVN access are
[here](http://www.apache.org/dev/version-control.html#anon-svn).
-
-###Committer Access (read-write)
-The SVN URL for committers is
[https://svn.apache.org/repos/asf/gora/trunk](https://svn.apache.org/repos/asf/gora/trunk).
-Instructions for committer SVN access are
[here](http://www.apache.org/dev/version-control.html#https-svn).
+For code development on Gora trunk, we use the official Apache Git repository
of
+the Apache Software Foundation.
##Git Repository
###Anonymous Access (read-only)
-The Apache git repository can be used for accessing the repository.
+The Apache git repository can be used for accessing development trunk code.
The URL for anonymous read-only access is
[http://git.apache.org/gora.git/](http://git.apache.org/gora.git/).
Alternatively the Github mirror at
[http://github.com/apache/gora](http://github.com/apache/gora) can also be
used.
The repository can be cloned by:
@@ -40,8 +17,13 @@ The repository can be cloned by:
More instructions for setting up git access can be found
[here](http://www.apache.org/dev/git.html).
###Committer Access (read-write)
-Currently the subversion repository is the only official repository
-that has Gora write access. However, committers can use the git-svn package
-to bypass svn and use a git-only workflow. Setting up the initial repository
-and pushing git commits to subversion is detailed
[here](http://wiki.apache.org/general/GitAtApache).
+Committers should always clone the read-write codebase as this is the latest
codebase
+that the development team is working on. It will also give you access to
development
+branches at any given time.
+
+The code can be cloned as follows
+
+ $ git clone https://git-wip-us.apache.org/repos/asf/gora.git
+Committers should also be aware that the committers area and website are still
hosted in
+the official Apache SVN. More information can be found
[here](http://svn.apache.org/repos/asf/gora/README).