You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@avro.apache.org by bl...@apache.org on 2016/04/18 00:44:19 UTC

svn commit: r1739663 - in /avro/site: author/content/xdocs/version_control.xml publish/version_control.html

Author: blue
Date: Sun Apr 17 22:44:18 2016
New Revision: 1739663

URL: http://svn.apache.org/viewvc?rev=1739663&view=rev
Log:
Update Avro docs for the move to git.

Modified:
    avro/site/author/content/xdocs/version_control.xml
    avro/site/publish/version_control.html

Modified: avro/site/author/content/xdocs/version_control.xml
URL: http://svn.apache.org/viewvc/avro/site/author/content/xdocs/version_control.xml?rev=1739663&r1=1739662&r2=1739663&view=diff
==============================================================================
--- avro/site/author/content/xdocs/version_control.xml (original)
+++ avro/site/author/content/xdocs/version_control.xml Sun Apr 17 22:44:18 2016
@@ -13,39 +13,35 @@
     <section>
       <title>Overview</title>
       <p>
-        The Apache Avro source code resides in the Apache <a
-        href="https://subversion.apache.org/">Subversion (SVN)</a>
-        repository.  SVN clients can be obtained <a
-        href="https://subversion.apache.org/packages.html">here</a>.
+        Avro's source code lives in <a href="https://git-scm.com/">git</a>.
+        If you're not familiar with git, a good starting place is the
+        <a href="https://git-scm.com/book/en/v2">Pro Git</a> book.
       </p>
     </section>
-    
+
     <section>
-      <title>Web Access (read-only)</title>
+      <title>GitHub Mirror (read-only)</title>
       <p>
-        The source code can be browsed via the Web at 
-        <a href="http://svn.apache.org/viewvc/avro/">http://svn.apache.org/viewvc/avro/</a>.
-        No SVN client software is required.
+        Avro's source repository is available on GitHub:
+        <a href="http://github.com/apache/avro">http://github.com/apache/avro</a>.
       </p>
-    </section>
-    
-    <section>
-      <title>Anonymous Access (read-only)</title>
       <p>
-        The SVN URL for anonymous users is 
-        <a href="http://svn.apache.org/repos/asf/avro/">http://svn.apache.org/repos/asf/avro/</a>.
-        Instructions for anonymous SVN access are 
-        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
+        The Avro community welcomes pull requests, but please also create an
+        issue in Avro's JIRA issue tracker for your bug report or contribution.
       </p>
     </section>
-    
+
     <section>
       <title>Committer Access (read-write)</title>
       <p>
-        The SVN URL for committers is 
-        <a href="https://svn.apache.org/repos/asf/avro/">https://svn.apache.org/repos/asf/avro/</a>.
-        Instructions for committer SVN access are 
-        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
+        The git remote for committers is 
+        <code>https://git-wip-us.apache.org/repos/asf/avro.git"></code>.
+        You can add this as a remote named "apache" using this command:<br />
+        <code>git remote add apache https://git-wip-us.apache.org/repos/asf/avro.git</code><br />
+        You can push commits you've added to the master branch using this command:<br />
+        <code>git push apache master</code><br />
+        Additional information for committers is in Apache's
+        <a href="http://www.apache.org/dev/git.html">Git documentation</a>.
       </p>
     </section>
 

Modified: avro/site/publish/version_control.html
URL: http://svn.apache.org/viewvc/avro/site/publish/version_control.html?rev=1739663&r1=1739662&r2=1739663&view=diff
==============================================================================
--- avro/site/publish/version_control.html (original)
+++ avro/site/publish/version_control.html Sun Apr 17 22:44:18 2016
@@ -183,10 +183,7 @@ document.write("Last Published: " + docu
 <a href="#Overview">Overview</a>
 </li>
 <li>
-<a href="#Web+Access+%28read-only%29">Web Access (read-only)</a>
-</li>
-<li>
-<a href="#Anonymous+Access+%28read-only%29">Anonymous Access (read-only)</a>
+<a href="#GitHub+Mirror+%28read-only%29">GitHub Mirror (read-only)</a>
 </li>
 <li>
 <a href="#Committer+Access+%28read-write%29">Committer Access (read-write)</a>
@@ -199,43 +196,43 @@ document.write("Last Published: " + docu
 <h2 class="h3">Overview</h2>
 <div class="section">
 <p>
-        The Apache Avro source code resides in the Apache <a href="https://subversion.apache.org/">Subversion (SVN)</a>
-        repository.  SVN clients can be obtained <a href="https://subversion.apache.org/packages.html">here</a>.
+        Avro's source code lives in <a href="https://git-scm.com/">git</a>.
+        If you're not familiar with git, a good starting place is the
+        <a href="https://git-scm.com/book/en/v2">Pro Git</a> book.
       </p>
 </div>
+
     
-    
-<a name="N1001F"></a><a name="Web+Access+%28read-only%29"></a>
-<h2 class="h3">Web Access (read-only)</h2>
+<a name="N1001F"></a><a name="GitHub+Mirror+%28read-only%29"></a>
+<h2 class="h3">GitHub Mirror (read-only)</h2>
 <div class="section">
 <p>
-        The source code can be browsed via the Web at 
-        <a href="http://svn.apache.org/viewvc/avro/">http://svn.apache.org/viewvc/avro/</a>.
-        No SVN client software is required.
+        Avro's source repository is available on GitHub:
+        <a href="http://github.com/apache/avro">http://github.com/apache/avro</a>.
       </p>
-</div>
-    
-    
-<a name="N1002D"></a><a name="Anonymous+Access+%28read-only%29"></a>
-<h2 class="h3">Anonymous Access (read-only)</h2>
-<div class="section">
 <p>
-        The SVN URL for anonymous users is 
-        <a href="http://svn.apache.org/repos/asf/avro/">http://svn.apache.org/repos/asf/avro/</a>.
-        Instructions for anonymous SVN access are 
-        <a href="http://www.apache.org/dev/version-control.html#anon-svn">here</a>.
+        The Avro community welcomes pull requests, but please also create an
+        issue in Avro's JIRA issue tracker for your bug report or contribution.
       </p>
 </div>
+
     
-    
-<a name="N1003F"></a><a name="Committer+Access+%28read-write%29"></a>
+<a name="N10030"></a><a name="Committer+Access+%28read-write%29"></a>
 <h2 class="h3">Committer Access (read-write)</h2>
 <div class="section">
 <p>
-        The SVN URL for committers is 
-        <a href="https://svn.apache.org/repos/asf/avro/">https://svn.apache.org/repos/asf/avro/</a>.
-        Instructions for committer SVN access are 
-        <a href="http://www.apache.org/dev/version-control.html#https-svn">here</a>.
+        The git remote for committers is 
+        <span class="codefrag">https://git-wip-us.apache.org/repos/asf/avro.git"&gt;</span>.
+        You can add this as a remote named "apache" using this command:<br>
+        
+<span class="codefrag">git remote add apache https://git-wip-us.apache.org/repos/asf/avro.git</span>
+<br>
+        You can push commits you've added to the master branch using this command:<br>
+        
+<span class="codefrag">git push apache master</span>
+<br>
+        Additional information for committers is in Apache's
+        <a href="http://www.apache.org/dev/git.html">Git documentation</a>.
       </p>
 </div>