You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tika.apache.org by ni...@apache.org on 2016/01/22 08:43:29 UTC

svn commit: r1726153 - /tika/site/src/site/apt/contribute.apt.vm

Author: nick
Date: Fri Jan 22 07:43:29 2016
New Revision: 1726153

URL: http://svn.apache.org/viewvc?rev=1726153&view=rev
Log:
Update the contributing guide for Git - other SVN references still remain

Modified:
    tika/site/src/site/apt/contribute.apt.vm

Modified: tika/site/src/site/apt/contribute.apt.vm
URL: http://svn.apache.org/viewvc/tika/site/src/site/apt/contribute.apt.vm?rev=1726153&r1=1726152&r2=1726153&view=diff
==============================================================================
--- tika/site/src/site/apt/contribute.apt.vm (original)
+++ tika/site/src/site/apt/contribute.apt.vm Fri Jan 22 07:43:29 2016
@@ -30,14 +30,13 @@ Source Code
    To download the source code for the latest release of Apache Tika, please
    see the {{{./download.html}Download page}}.
 
-   The master copy of the Apache Tika source code is held in SVN. You can
-   checkout the code from 
-   {{{https://svn.apache.org/repos/asf/tika/trunk}https://svn.apache.org/repos/asf/tika/trunk}}
+   The master copy of the Apache Tika source code is held in GIT. You can
+   clone (checkout) the code from 
+   {{{https://git-wip-us.apache.org/repos/asf/tika.git}https://git-wip-us.apache.org/repos/asf/tika.git}}
    and you can browse it online through
-   {{{http://svn.apache.org/viewvc/tika/trunk/}Viewvc}}
+   {{{https://git-wip-us.apache.org/repos/asf?p=tika.git}Git web interface}}
 
-   For those who prefer working with Git, a read only mirror is available
-   from {{{http://git.apache.org/}git.apache.org}}. We also maintain a 
+   For those who prefer working on GitHub, we also maintain a 
    {{{https://github.com/apache/tika/}GitHub mirror}}, which you are welcome
    to fork from and open pull requests to.
 
@@ -76,13 +75,9 @@ Submitting Enhancements and Fixes
    / new code. The JIRA can be used for discussions on the code, and provides
    a single identifier for the change.
 
-   SVN - For users of SVN, you can use <<<svn diff>>> to generate a patch
-   file of your changes, which can then be attached to the issue. Note that
-   a SVN diff won't normally include new or binary files, so these will need
-   to be attached separately.
-
-   Git - Git users can run <<<git diff --no-prefix>>> to generate an SVN
-   compatible patch which can then be attached to an issue.
+   Git - Git users can run <<<git diff --no-prefix>>> to generate a patch 
+   of changed and new files, including binaries, which can then be attached 
+   to an issue.
 
    Github Pulls - If you are working from our 
    {{{https://github.com/apache/tika/}GitHub mirror}}, it is possible to