You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2014/09/23 15:59:47 UTC

svn commit: r1627032 - in /jena/site/trunk/content: documentation/query/download.mdtext documentation/sdb/index.mdtext documentation/serving_data/index.mdtext download/maven.mdtext getting_involved/index.mdtext help_and_support/bugs_and_suggestions.mdtext

Author: andy
Date: Tue Sep 23 13:59:46 2014
New Revision: 1627032

URL: http://svn.apache.org/r1627032
Log:
Changes to reflect move to git

Modified:
    jena/site/trunk/content/documentation/query/download.mdtext
    jena/site/trunk/content/documentation/sdb/index.mdtext
    jena/site/trunk/content/documentation/serving_data/index.mdtext
    jena/site/trunk/content/download/maven.mdtext
    jena/site/trunk/content/getting_involved/index.mdtext
    jena/site/trunk/content/help_and_support/bugs_and_suggestions.mdtext

Modified: jena/site/trunk/content/documentation/query/download.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/query/download.mdtext?rev=1627032&r1=1627031&r2=1627032&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/query/download.mdtext (original)
+++ jena/site/trunk/content/documentation/query/download.mdtext Tue Sep 23 13:59:46 2014
@@ -2,9 +2,4 @@ Title: ARQ Downloads
 
 For details on downloading ARQ, please see the Jena [downloads page](/download/index.cgi).
 
-## Subversion
-
-Access to the live development version, including a complete
-Eclipse project, is available [via SVN](https://svn.apache.org/repos/asf/jena/trunk/jena-arq/)
-
 [ARQ documentation index](index.html)

Modified: jena/site/trunk/content/documentation/sdb/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/sdb/index.mdtext?rev=1627032&r1=1627031&r2=1627032&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/sdb/index.mdtext (original)
+++ jena/site/trunk/content/documentation/sdb/index.mdtext Tue Sep 23 13:59:46 2014
@@ -51,11 +51,6 @@ TDBs substantially better performance an
 SDB is distributed from the Apache Jena project. See the
 [downloads page](/download/index.cgi) for details.
 
-## Subversion
-
-[SDB subversion repository](https://svn.apache.org/repos/asf/jena/trunk/jena-sdb)
-at Apache.
-
 ## Support
 
 [Support and questions](/help_and_support)

Modified: jena/site/trunk/content/documentation/serving_data/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/documentation/serving_data/index.mdtext?rev=1627032&r1=1627031&r2=1627032&view=diff
==============================================================================
--- jena/site/trunk/content/documentation/serving_data/index.mdtext (original)
+++ jena/site/trunk/content/documentation/serving_data/index.mdtext Tue Sep 23 13:59:46 2014
@@ -469,20 +469,3 @@ See `UpdateExecutionFactory.createRemote
 ### SPARQL HTTP
 
 See `DatasetAccessor`
-
-## Development System
-
-If you wish to pick the development codebase, check out the
-codebase from Apache:
-
-     svn co https://svn.apache.org/repos/asf/jena/trunk/jena-fuseki
-
-Build:
-
-     mvn clean package
-
-This creates a standalone jar for the Fuseki server.
-
-     target/fuseki-version-server.jar
-
-See the file `SETUP.txt` for working with Eclipse.

Modified: jena/site/trunk/content/download/maven.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/download/maven.mdtext?rev=1627032&r1=1627031&r2=1627032&view=diff
==============================================================================
--- jena/site/trunk/content/download/maven.mdtext (original)
+++ jena/site/trunk/content/download/maven.mdtext Tue Sep 23 13:59:46 2014
@@ -104,10 +104,10 @@ to recent bug fixes, you should add the 
 If you want you can checkout the Jena sources, build the artifacts and
 install them in your local Maven repository, then you simply checkout the source 
 tree and build with maven 
-<code>mvn install</code>. This assumes you have Maven and Subversion installed:
+<code>mvn install</code>. This assumes you have Maven and Git installed:
 
-    svn co https://svn.apache.org/repos/asf/jena/trunk/ Jena
-    cd Jena
+    git://git.apache.org/jena.git
+    cd jena
     mvn clean install
 
 Each of the modules can be built on it's own but they

Modified: jena/site/trunk/content/getting_involved/index.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/getting_involved/index.mdtext?rev=1627032&r1=1627031&r2=1627032&view=diff
==============================================================================
--- jena/site/trunk/content/getting_involved/index.mdtext (original)
+++ jena/site/trunk/content/getting_involved/index.mdtext Tue Sep 23 13:59:46 2014
@@ -37,14 +37,18 @@ If you have problems with any of our SNA
 
 You can also check the state of each Jena module on our continuous integration server: [https://builds.apache.org/view/G-L/view/Jena/](https://builds.apache.org/view/G-L/view/Jena/).
 
-### Subversion repository
+### Git repository
 
-You can find the Jena source code in the Apache subversion repository: [http://svn.apache.org/repos/asf/jena/trunk/](http://svn.apache.org/repos/asf/jena/trunk/).
+You can find the Jena source code in the Apache git repository: 
+[https://git.apache.org/jena.git/](https://git.apache.org/jena.git/)
 
-    svn co https://svn.apache.org/repos/asf/jena/trunk/ Jena
+    git clone https://git.apache.org/jena.git Jena
     cd Jena
     mvn clean install
 
+There is also a read-only mirror on github: 
+[https://github.com/apache/jena/](https://github.com/apache/jena/)
+
 ### Open issues
 
 You can find a list of the [open issues](https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&jqlQuery=project+%3D+JENA+AND+status+%3D+Open+ORDER+BY+priority+DESC&mode=hide) on JIRA (sorted by priority) or the [popular issues](https://issues.apache.org/jira/browse/JENA#selectedTab=com.atlassian.jira.plugin.system.project%3Apopularissues-panel) (sorted by votes).
@@ -52,26 +56,26 @@ Or, you can look at the [last week activ
 
 ### Submit your patches
 
-Patches should be attached to issues in Jira (click on `More Actions > Attach Files`).
-To create a patch you can simply use the command:
+You can develop new contributions and work on patches using either the
+Apache-hosted git repsoitory of the mirror on github.  Git pull requests
+made to the github mirror are routed back to the project.
+
+Alternatively, patches can be attached directly to issues in Jira 
+(click on `More Actions > Attach Files`).
 
-    svn diff > JENA-XYZ.patch
+Please, inspect your continution patch and make sure it includes all (and
+only) the relevant changes for a single issue. Don't forget tests!
 
-Please, inspect your patch and make sure it includes all (and only) the relevant changes for a single issue. Don't forget tests!
 If you want to test if a patch applies cleanly you can use:
 
     patch -p0 < JENA-XYZ.patch
 
-If you use Eclipse: right click on the project name in `Package Explorer`, select `Team > Create Patch` or `Team > Apply Patch`.
-
-### Git access to the Jena source code
+If you use Eclipse: right click on the project name in `Package Explorer`,
+select `Team > Create Patch` or `Team > Apply Patch`.
 
-If you're more familiar with Git, you can use the Jena Git **read-only** mirrors
-listed at [git.apache.org/](http://git.apache.org/).
+You can also use git:
 
-Please note that git commits cannot be directly pulled back into the main
-svn repository. If you would like to contribute changes back to the Jena codebase, then please
-follow [this workflow](http://www.apache.org/dev/git.html#workflow).
+    git format-patch origin/trunk
 
 ### IRC channel
 

Modified: jena/site/trunk/content/help_and_support/bugs_and_suggestions.mdtext
URL: http://svn.apache.org/viewvc/jena/site/trunk/content/help_and_support/bugs_and_suggestions.mdtext?rev=1627032&r1=1627031&r2=1627032&view=diff
==============================================================================
--- jena/site/trunk/content/help_and_support/bugs_and_suggestions.mdtext (original)
+++ jena/site/trunk/content/help_and_support/bugs_and_suggestions.mdtext Tue Sep 23 13:59:46 2014
@@ -1,18 +1,13 @@
 Title: Reporting bugs and making suggestions
 
-Please report bugs using ASF's [JIRA instance for Jena](https://issues.apache.org/jira/browse/JENA).
-General suggestions or requests for changes can also be discussed on the [user list](index.html),
+Please report bugs using ASF's [JIRA instance for
+Jena](https://issues.apache.org/jira/browse/JENA).  General suggestions or
+requests for changes can also be discussed on the [user list](index.html),
 but are less likely to be accidentally forgotten if you log them into JIRA.
 
-Patches and other code contributions should also be attached to issues in JIRA (click on `More Actions > Attach Files`). 
-Please note that ASF requires that all contributions must be covered by an appropriate license.
-To create a patch you can simply use the command: 
+Patches and other code contributions should also be attached to issues in
+JIRA (click on `More Actions > Attach Files`) or made via git pull requests.
+See '[Getting Involved](/getting_involved/)'
 
-    svn diff > JENA-XYZ.patch
-
-Please, inspect your patch and make sure it includes all (and only) the relevant changes for a single issue. Don't forget unit tests!
-If you want to test if a patch applies cleanly you can use: 
-
-    patch -p0 < JENA-XYZ.patch 
-
-If you use Eclipse: right click on the project name in `Package Explorer`, select `Team > Apply Patch`. 
\ No newline at end of file
+Please note that ASF requires that all contributions must be covered by an
+appropriate license.