You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by da...@apache.org on 2013/08/30 22:09:10 UTC

svn commit: r1519066 - in /accumulo: README branches/ contrib/ tags/ trunk/

Author: danielsh
Date: Fri Aug 30 20:09:10 2013
New Revision: 1519066

URL: http://svn.apache.org/r1519066
Log:
See https://issues.apache.org/jira/browse/INFRA-6710

Added:
    accumulo/README
Removed:
    accumulo/branches/
    accumulo/contrib/
    accumulo/tags/
    accumulo/trunk/

Added: accumulo/README
URL: http://svn.apache.org/viewvc/accumulo/README?rev=1519066&view=auto
==============================================================================
--- accumulo/README (added)
+++ accumulo/README Fri Aug 30 20:09:10 2013
@@ -0,0 +1,62 @@
+The Apache Accumulo source repositories have moved to git.
+All active development takes place there, except website maintenace.
+
+The last state of the svn repo at the time we transitioned can be found
+here: https://svn.apache.org/viewvc/accumulo/?pathrev=1502726
+
+=========================
+Accumulo main development
+=========================
+
+  Read-only:
+    git://git.apache.org/accumulo.git (git)
+    http://git.apache.org/accumulo.git (http)
+    http://github.com/apache/accumulo (mirror)
+
+  Read-write (for committers, read-only for non-committers):
+    https://git-wip-us.apache.org/repos/asf/accumulo.git
+
+  Browse:
+    https://git-wip-us.apache.org/repos/asf?p=accumulo.git
+
+=================
+Contrib directory
+=================
+
+  The contrib directory has been split into separate git repos.
+  At the time of the transition, there were four contrib projects.
+  These are now located at the following addresses.
+
+  Read-write (for committers, read-only for non-committers):
+    https://git-wip-us.apache.org/repos/asf/accumulo-bsp.git
+    https://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype.git
+    https://git-wip-us.apache.org/repos/asf/accumulo-pig.git
+    https://git-wip-us.apache.org/repos/asf/accumulo-wikisearch.git
+
+  Browse them here:
+    https://git-wip-us.apache.org/repos/asf?s=accumulo-*
+
+============
+Old SVN info
+============
+
+  To check out the old svn projects, check out a revision from the
+  svn history when they still existed.
+
+  The url and revision of the last svn changes were:
+
+  https://svn.apache.org/repos/asf/accumulo/trunk (1502702)
+  https://svn.apache.org/repos/asf/accumulo/tags (1486259)
+  https://svn.apache.org/repos/asf/accumulo/branches (1502726)
+
+  https://svn.apache.org/repos/asf/accumulo/contrib/bsp (1437074)
+  https://svn.apache.org/repos/asf/accumulo/contrib/instamo-archetype (1488996)
+  https://svn.apache.org/repos/asf/accumulo/contrib/pig (1339307)
+  https://svn.apache.org/repos/asf/accumulo/contrib/wikisearch (1497486)
+ 
+  Example checkout at the specific revision:
+    svn checkout --revision 1502702 https://svn.apache.org/repos/asf/accumulo/trunk accumulo-trunk
+
+  Example browse at the specific revision (using the last changed in any directory except site):
+    https://svn.apache.org/viewvc/accumulo/?pathrev=1502726
+