You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ofbiz.apache.org by jl...@apache.org on 2017/02/17 13:47:34 UTC

svn commit: r1783404 - /ofbiz/site/source-repositories.html

Author: jleroux
Date: Fri Feb 17 13:47:34 2017
New Revision: 1783404

URL: http://svn.apache.org/viewvc?rev=1783404&view=rev
Log:
No functional change, updates the Source Repository page

2 links for framework and plugins
Warning about GitHub
Comment out Fisheye for now
Comments on the svn config files
Comment on the copyDtds Gradle task
Update about the create-ofbiz-snapshots-index.sh and create-ofbiz-archives-index.sh Puppet files

Modified:
    ofbiz/site/source-repositories.html

Modified: ofbiz/site/source-repositories.html
URL: http://svn.apache.org/viewvc/ofbiz/site/source-repositories.html?rev=1783404&r1=1783403&r2=1783404&view=diff
==============================================================================
--- ofbiz/site/source-repositories.html (original)
+++ ofbiz/site/source-repositories.html Fri Feb 17 13:47:34 2017
@@ -68,7 +68,8 @@
     To <b>checkout</b> the source code, simply use the following command (if you are using a GUI client, configure it appropriately):
 </p>
       <ul>
-        <li><b>trunk</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz </li>
+        <li><b>trunk framework</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-framework/trunk ofbiz-framework</li>
+        <li><b>trunk plugins</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/ofbiz-plugins/trunk ofbiz-plugins</li>
         <li><b>release16.11</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release16.11 ofbiz.16.11</li>
         <li><b>release15.12</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release15.12 ofbiz.15.12</li>
         <li><b>release14.12</b>: $ svn co http://svn.apache.org/repos/asf/ofbiz/branches/release14.12 ofbiz.14.12</li>
@@ -81,6 +82,7 @@
         <li><b>Git for commiters</b> <a href="https://cwiki.apache.org/confluence/display/OFBIZ/Git+for+committers" class="external-link" rel="nofollow" target="external">This wiki page explains how to use it.</a></li>
         <li>
           <b>GitHub for users</b>: The repository is available at <a href="https://github.com/apache/ofbiz" class="external-link" rel="nofollow" target="external">https://github.com/apache/ofbiz</a>
+          <p><font color="red">After splitting plugins (ex specialpurpose) from the rest, we are waiting for an update of the OFBiz GitHub mirror (see INFRA-13497). So this is a WIP...</font></p>
           <p>Note though that an issue has been reported for GitHub once in <a href="https://issues.apache.org/jira/browse/OFBIZ-4336?focusedCommentId=13066670&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13066670" class="external-link" rel="nofollow" target="external">this Jira comment</a></p>
           </li>
       </ul>
@@ -89,7 +91,7 @@
     To <b>browse</b> the repository, you can use one of the following links:<br/>
 </p>
       <ul>
-        <li><a href="http://fisheye6.cenqua.com/browse/ofbiz" class="external-link" rel="nofollow" target="external">SVN - FishEye</a></li>
+        <!-- <li><a href="http://fisheye6.cenqua.com/browse/ofbiz" class="external-link" rel="nofollow" target="external">SVN - FishEye</a></li> -->
         <li><a href="http://svn.apache.org/repos/asf/ofbiz/" class="external-link" rel="nofollow" target="external">SVN - WebDAV</a></li>
         <li><a href="http://svn.apache.org/viewvc/ofbiz/" class="external-link" rel="nofollow" target="external">SVN - ViewVC</a></li>
       </ul>
@@ -102,12 +104,12 @@
 <p>When you first connect you will be prompted to accept the SSL certificate. Verify the certificate is for svn.apache.org.
    After verification, select option 'P' to permanently add to your SVN configuration.</p>
 <p>Subversion can handle keyword expansion, eol conversion as well as may other features. Most of these features are configured
-   on the client level rather than on the server. To make this easy on developers and to provide a standard configuration, the official
+   on the client level rather than on the server (some [AUTO-PROPS] properties are handled on the server). To make this easy on developers and to provide a standard configuration, the official
    OFBiz Subversion client configuration file can be found 
    <a href="svn/config" class="external-link" rel="nofollow" target="external">here</a>. 
-  <br/>This file should replace the config file found in your $HOME/.subversion directory
+  <br/>This file should replace, or be merged with, the config file found in your $HOME/.subversion directory
     <ul>
-      <li><b>Windows</b>: %USERPROFILE%\Application Data\Subversion\config</li>
+      <li><b>Windows</b>: %USERPROFILE%\Application Data\Subversion\config or %USERPROFILE%\AppData\Roaming\Subversion\config</li>
       <li><b>Linux</b>: ~/.subversion/config</li>
     </ul>
 </p>
@@ -116,10 +118,10 @@
 </p>
 <ol>
     <li>Check out the site files from svn: <a href="https://svn.apache.org/repos/asf/ofbiz/site/" class="external-link" rel="nofollow" target="external">https://svn.apache.org/repos/asf/ofbiz/site/</a></li>
-    <li>Update the required website and xsd files and commit. You may use the build-website, docs-all or copy-dtds ant targets</li>
+    <li>Update the required website and xsd files and commit. You may use the copyDtds Gradle task to update the XSD files</li>
     <li>the updates will be immediately published: therefore it is important that the changes are discussed and approved by the OFBiz PMC</li>
 </ol>
-<p>The source repository for the templates for the Buildbot pages is <a href="https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/ofbiz" class="external-link" rel="nofollow" target="external">here</a>; in order to deploy them create a Jira ticket at Infra.</p>
+<p>The source repository of the templates for the Buildbot pages is <a href="https://svn.apache.org/repos/infra/infrastructure/buildbot/aegis/buildmaster/master1/public_html/projects/ofbiz" class="external-link" rel="nofollow" target="external">here</a>; in order to change them you may need to change the create-ofbiz-snapshots-index.sh and create-ofbiz-archives-index.sh Puppet files. If you don't know how to do that ask the Infra team.</p>
 <p>To know more from ASF : <a href="http://www.apache.org/dev/project-site.html" class="external-link" rel="nofollow" target="external">http://www.apache.org/dev/project-site.html</a>
 </p>