JAMES-1685 Replace SVN to GIT in site

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/f8348cd3
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/f8348cd3
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/f8348cd3

Branch: refs/heads/master
Commit: f8348cd38fc511d3d5e8dbb41949bf1804e4ff41
Parents: 68d4438
Author: Antoine Duprat <antdup...@gmail.com>
Authored: Fri Feb 5 15:22:09 2016 +0100
Committer: Matthieu Baechler <matthieu.baech...@gmail.com>
Committed: Fri Feb 12 13:47:07 2016 +0100

----------------------------------------------------------------------
 mailbox/src/site/xdoc/index.xml                 |  2 +-
 mailbox/src/site/xdoc/source-code.xml           | 12 ++--
 protocols/src/site/xdoc/imap4.xml               |  2 +-
 protocols/src/site/xdoc/source-code.xml         | 15 +++--
 server/src/site/xdoc/config-antispam.xml        |  4 +-
 server/src/site/xdoc/config-cassandra.xml       |  2 +-
 server/src/site/xdoc/config-dnsservice.xml      |  2 +-
 server/src/site/xdoc/config-domainlist.xml      |  2 +-
 server/src/site/xdoc/config-elasticsearch.xml   |  2 +-
 server/src/site/xdoc/config-events.xml          |  2 +-
 server/src/site/xdoc/config-fetchmail.xml       |  2 +-
 server/src/site/xdoc/config-guice.xml           | 16 +++---
 server/src/site/xdoc/config-imap4.xml           |  2 +-
 server/src/site/xdoc/config-listmanager.xml     |  4 +-
 server/src/site/xdoc/config-mailbox.xml         |  2 +-
 server/src/site/xdoc/config-mailetcontainer.xml |  2 +-
 .../site/xdoc/config-mailrepositorystore.xml    |  2 +-
 server/src/site/xdoc/config-pop3.xml            |  2 +-
 server/src/site/xdoc/config-quota.xml           |  4 +-
 .../site/xdoc/config-recipientrewritetable.xml  |  2 +-
 server/src/site/xdoc/config-smtp-lmtp.xml       |  4 +-
 server/src/site/xdoc/config-system.xml          | 14 ++---
 server/src/site/xdoc/config-users.xml           |  2 +-
 server/src/site/xdoc/config.xml                 | 59 +++++++-------------
 server/src/site/xdoc/dev-build.xml              | 16 +++---
 server/src/site/xdoc/monitor-logging.xml        |  2 +-
 src/site/xdoc/contribute.xml                    |  2 +-
 src/site/xdoc/guidelines.xml                    |  6 +-
 28 files changed, 88 insertions(+), 100 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/mailbox/src/site/xdoc/index.xml
----------------------------------------------------------------------
diff --git a/mailbox/src/site/xdoc/index.xml b/mailbox/src/site/xdoc/index.xml
index 1be4664..3abe9bc 100644
--- a/mailbox/src/site/xdoc/index.xml
+++ b/mailbox/src/site/xdoc/index.xml
@@ -52,7 +52,7 @@
     <p><a href="http://james.apache.org/server/3";>Apache James Server 3</a> 
uses this library to implement its user mailboxes.</p>
     <p>Apache James Mailbox is tested and fully compatible with other Apache 
James libraries
        such as the <a href="http://james.apache.org/imap";>Apache James 
IMAP</a> 
-       (see <a href="https://svn.apache.org/repos/asf/james/trunk/mpt";>this 
link</a> 
+       (see <a href="http://james.apache.org/mpt/index.html";>this link</a> 
        for the Mailbox/IMAP integration tests source code) </p>
   </section>
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/mailbox/src/site/xdoc/source-code.xml
----------------------------------------------------------------------
diff --git a/mailbox/src/site/xdoc/source-code.xml 
b/mailbox/src/site/xdoc/source-code.xml
index 51cdd97..64a512f 100644
--- a/mailbox/src/site/xdoc/source-code.xml
+++ b/mailbox/src/site/xdoc/source-code.xml
@@ -42,20 +42,22 @@
   <section name="Get Source Code">
 
     <subsection name="Anonymous Access">
-      <p>The source can be checked out anonymously from SVN with the following 
command.</p>
-      <p><code>$ svn checkout 
http://svn.apache.org/repos/asf/james/trunk/mailbox james-mailbox</code></p>
+      <p>The source can be checked out anonymously from GIT with the following 
command.</p>
+      <p><code>$ git clone 
http://git-wip-us.apache.org/repos/asf/james-project.git</code></p>
+      <p><code>$ cd mailbox</code></p>
     </subsection>
 
     <subsection name="Developer Access">
-      <p>Everyone can access the Subversion repository via HTTP, but 
Committers must checkout the Subversion repository via HTTPS.</p>
-      <p><code>$ svn checkout 
https://svn.apache.org/repos/asf/james/trunk/mailbox james-mailbox</code></p>
+      <p>Everyone can access the GIT repository via HTTP, but Committers must 
checkout the GIT repository via HTTPS.</p>
+      <p><code>$ git clone 
https://git-wip-us.apache.org/repos/asf/james-project.git</code></p>
+      <p><code>$ cd mailbox</code></p>
     </subsection>
 
   </section>
 
   <section name="Build Source Code">
     <p>You can read a tutorial on how to build Apache James Server on <a 
href="http://james.apache.org/server/3/dev-build.html";>http://james.apache.org/server/3/dev-build.html</a>.</p>
-    <p>The SVN URLs and the project names must be adapted, but the 
requirements and process are the same and you can inspire
+    <p>The GIT URLs and the project names must be adapted, but the 
requirements and process are the same and you can inspire
        from the build the Apache James Mailbox libraries.</p>
   </section>
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/protocols/src/site/xdoc/imap4.xml
----------------------------------------------------------------------
diff --git a/protocols/src/site/xdoc/imap4.xml 
b/protocols/src/site/xdoc/imap4.xml
index a989e69..909e5f4 100644
--- a/protocols/src/site/xdoc/imap4.xml
+++ b/protocols/src/site/xdoc/imap4.xml
@@ -69,7 +69,7 @@
      <ul>
        <li>IMAP4 SORT and THREAD Extensions (RFC 5256 
http://www.ietf.org/rfc/rfc5256.txt)</li>
      </ul>
-     <p>We have <a 
href="http://svn.apache.org/repos/asf/james/mpt/trunk/";>integration tests</a> 
for IMAP.</p>
+     <p>We have <a 
href="https://github.com/apache/james-project/tree/master/mpt";>integration 
tests</a> for IMAP.</p>
      <p>Our implementation is also tested against external tools such as <a 
href="http://www.imapwiki.org/ImapTest";>http://www.imapwiki.org/ImapTest</a>.</p>
   </section>
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/protocols/src/site/xdoc/source-code.xml
----------------------------------------------------------------------
diff --git a/protocols/src/site/xdoc/source-code.xml 
b/protocols/src/site/xdoc/source-code.xml
index 6560d72..0da5f2a 100644
--- a/protocols/src/site/xdoc/source-code.xml
+++ b/protocols/src/site/xdoc/source-code.xml
@@ -27,18 +27,21 @@
 
   <section name="Get Source Code">
     <subsection name="Anonymous Access">
-      <p>The source can be checked out anonymously from SVN with the following 
command.</p>
-      <p><code>$ svn checkout 
http://svn.apache.org/repos/asf/james/trunk/protocols/ 
james-protocols</code></p>
+      <p>The source can be checked out anonymously from GIT with the following 
command.</p>
+      <p><code>$ git clone 
http://git-wip-us.apache.org/repos/asf/james-project.git</code></p>
+      <p><code>$ cd protocols</code></p>
     </subsection>
+
     <subsection name="Developer Access">
-      <p>Everyone can access the Subversion repository via HTTP, but 
Committers must checkout the Subversion repository via HTTPS.</p>
-      <p><code>$ svn checkout 
https://svn.apache.org/repos/asf/james/trunk/protocols 
james-protocols</code></p>
+      <p>Everyone can access the GIT repository via HTTP, but Committers must 
checkout the GIT repository via HTTPS.</p>
+      <p><code>$ git clone 
https://git-wip-us.apache.org/repos/asf/james-project.git</code></p>
+      <p><code>$ cd protocols</code></p>
     </subsection>
   </section>
 
   <section name="Build Source Code">
     <p>You can read a tutorial on how to build Apache James Server on <a 
href="http://james.apache.org/server/3/dev-build.html";>http://james.apache.org/server/3/dev-build.html</a>.</p>
-    <p>The SVN URLs and the project names must be adapted, but the 
requirements and process are the same and you can inspire
+    <p>The GIT URLs and the project names must be adapted, but the 
requirements and process are the same and you can inspire
        from the build the Apache James IMAP libraries.</p>
   </section>
 
@@ -84,7 +87,7 @@
          will execute doProcess if applicable.</p>
     </subsection>
     <subsection name="Apache James Integration Test">
-      <p>A <a href="https://svn.apache.org/repos/asf/james/mpt/trunk";>specific 
integration project</a> is 
+      <p>A <a 
href="https://github.com/apache/james-project/tree/master/mpt";>specific 
integration project</a> is 
       responsible to test the IMAP protocol in conjunction with the <a 
href="http://james.apache.org/mailbox";>Apache James mailbox</a> components.</p>
     </subsection>
     

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-antispam.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-antispam.xml 
b/server/src/site/xdoc/config-antispam.xml
index 040eb56..67eb3d0 100644
--- a/server/src/site/xdoc/config-antispam.xml
+++ b/server/src/site/xdoc/config-antispam.xml
@@ -30,8 +30,8 @@
     <p>Apache James Server Anti-Spam system can be configured via two main 
different mechanisms:</p>
     
     <ul>
-       <li>SMTP Hooks; see <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/smtpserver-template.xml";>examples</a>.</li>
-       <li>Mailets; see <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/mailetcontainer-template.xml";>examples</a>.</li>
+       <li>SMTP Hooks; see <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/smtpserver-template.xml";>examples</a>.</li>
+       <li>Mailets; see <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailetcontainer-template.xml";>examples</a>.</li>
     </ul>
 
     <subsection name="AntiSpam SMTP Hooks">

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-cassandra.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-cassandra.xml 
b/server/src/site/xdoc/config-cassandra.xml
index 6241480..88efb3c 100644
--- a/server/src/site/xdoc/config-cassandra.xml
+++ b/server/src/site/xdoc/config-cassandra.xml
@@ -27,7 +27,7 @@
 
   <section name="Cassandra Configuration">
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/cassandra-template.properties";>cassandra-template.properties</a>
 to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/cassandra-template.properties";>cassandra-template.properties</a>
 to get some examples and hints.</p>
 
       <dl>
         <dt><strong>cassandra.ip</strong></dt>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-dnsservice.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-dnsservice.xml 
b/server/src/site/xdoc/config-dnsservice.xml
index 8edcfdb..797a9c3 100755
--- a/server/src/site/xdoc/config-dnsservice.xml
+++ b/server/src/site/xdoc/config-dnsservice.xml
@@ -29,7 +29,7 @@
 
     <subsection name="dnsservice.xml">
 
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/dnsservice-template.xml";>dnsservice-template.xml</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/dnsservice-template.xml";>dnsservice-template.xml</a>
 in GIT to get some examples and hints.</p>
 
       <p>Specifies DNS Server information for use by various components inside 
Apache James Server.</p>
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-domainlist.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-domainlist.xml 
b/server/src/site/xdoc/config-domainlist.xml
index 5702ec9..b02e9ca 100644
--- a/server/src/site/xdoc/config-domainlist.xml
+++ b/server/src/site/xdoc/config-domainlist.xml
@@ -27,7 +27,7 @@
 
   <section name="DomainList Configuration">
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/domainlist-template.xml";>domainlist-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/domainlist-template.xml";>domainlist-template.xml</a>
 in GIT to get some examples and hints.</p>
     
       <p>This configuration block is defined by the 
<strong>domainlist</strong> tag.</p>
       

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-elasticsearch.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-elasticsearch.xml 
b/server/src/site/xdoc/config-elasticsearch.xml
index bcd7d0e..d2ce7cd 100644
--- a/server/src/site/xdoc/config-elasticsearch.xml
+++ b/server/src/site/xdoc/config-elasticsearch.xml
@@ -27,7 +27,7 @@
 
   <section name="ElasticSearch Configuration">
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/elasticsearch-template.properties";>elasticsearch-template.properties</a>
 to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/elasticsearch-template.properties";>elasticsearch-template.properties</a>
 to get some examples and hints.</p>
 
       <dl>
         <dt><strong>elasticsearch.clusterName</strong></dt>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-events.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-events.xml 
b/server/src/site/xdoc/config-events.xml
index 37f225c..62dfa51 100644
--- a/server/src/site/xdoc/config-events.xml
+++ b/server/src/site/xdoc/config-events.xml
@@ -27,7 +27,7 @@
 
         <section name="Events System Configuration">
 
-            <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/events-template.xml";>events-template.xml</a>
 in SVN to get some examples and hints.</p>
+            <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/events-template.xml";>events-template.xml</a>
 in GIT to get some examples and hints.</p>
 
             <p>Use this configuration to define the type of Event System you 
want.</p>
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-fetchmail.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-fetchmail.xml 
b/server/src/site/xdoc/config-fetchmail.xml
index 2a5c2e6..f7afcfe 100755
--- a/server/src/site/xdoc/config-fetchmail.xml
+++ b/server/src/site/xdoc/config-fetchmail.xml
@@ -27,7 +27,7 @@
 
   <section name="Fetchmail Configuration">
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/fetchmail-template.xml";>fetchmail-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/fetchmail-template.xml";>fetchmail-template.xml</a>
 in GIT to get some examples and hints.</p>
 
     <p>Fetchmail acts as a gateway between an external message store such as 
an IMAP
     or POP3 server and James. Mail is fetched from the external message store 
and

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-guice.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-guice.xml 
b/server/src/site/xdoc/config-guice.xml
index 148c11a..81dc1b6 100644
--- a/server/src/site/xdoc/config-guice.xml
+++ b/server/src/site/xdoc/config-guice.xml
@@ -46,42 +46,42 @@
       </tr>
 
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/cassandra-template.properties";>cassandra-template.properties</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/cassandra-template.properties";>cassandra-template.properties</a></td>
         <td><a href="config-cassandra.html">Cassandra Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/dnsservice-template.xml";>dnsservice.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/dnsservice-template.xml";>dnsservice.xml</a></td>
         <td><a href="config-dnsservice.html">DNS Service Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/elasticsearch-template.properties";>elasticsearch-template.properties</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/elasticsearch-template.properties";>elasticsearch-template.properties</a></td>
         <td><a href="config-elasticsearch.html">ElasticSearch 
Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/imapserver-template.xml";>imapserver.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/imapserver-template.xml";>imapserver.xml</a></td>
         <td><a href="config-imap4.html">IMAP4 Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/lmtpserver-template.xml";>lmtpserver.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/lmtpserver-template.xml";>lmtpserver.xml</a></td>
         <td><a href="config-smtp-lmtp.html">LMTP Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/mailetcontainer-template.xml";>mailetcontainer.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailetcontainer-template.xml";>mailetcontainer.xml</a></td>
         <td><a href="config-mailetcontainer.html">Mailet Container 
Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/pop3server-template.xml";>pop3server.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/pop3server-template.xml";>pop3server.xml</a></td>
         <td><a href="config-pop3.html">POP3 Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/smtpserver-template.xml";>smtpserver.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/smtpserver-template.xml";>smtpserver.xml</a></td>
         <td><a href="config-smtp-lmtp.html">SMTP Configuration</a></td>
         <td></td>
       </tr>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-imap4.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-imap4.xml 
b/server/src/site/xdoc/config-imap4.xml
index 1d9e093..c163590 100644
--- a/server/src/site/xdoc/config-imap4.xml
+++ b/server/src/site/xdoc/config-imap4.xml
@@ -27,7 +27,7 @@
 
 <section name="IMAP4 Configuration">
 
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/imapserver-template.xml";>imapserver-template.xml</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/imapserver-template.xml";>imapserver-template.xml</a>
 in GIT to get some examples and hints.</p>
 
     <p>The IMAP4 service is controlled by a configuration block in the 
imap4server.xml.
        The imap4server tag defines the boundaries of the configuration block.  
It encloses 

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-listmanager.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-listmanager.xml 
b/server/src/site/xdoc/config-listmanager.xml
index 5812a90..fcdc519 100644
--- a/server/src/site/xdoc/config-listmanager.xml
+++ b/server/src/site/xdoc/config-listmanager.xml
@@ -40,7 +40,7 @@
 
   <subsection>
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/james-listmanager-template.xml";>james-listmanager.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/james-listmanager-template.xml";>james-listmanager.xml</a>
 in GIT to get some examples and hints.</p>
 
     <p>One of the frequent questions on the James-User Mailing List is how
     to create a mailing list. This document explains one way of using the
@@ -148,7 +148,7 @@
   
   <section name="miResources.xml">
   
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/miResources.xml";>miResources.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/miResources.xml";>miResources.xml</a>
 in GIT to get some examples and hints.</p>
 
   </section>
   

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-mailbox.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-mailbox.xml 
b/server/src/site/xdoc/config-mailbox.xml
index 5745a99..c37d7bf 100644
--- a/server/src/site/xdoc/config-mailbox.xml
+++ b/server/src/site/xdoc/config-mailbox.xml
@@ -27,7 +27,7 @@
 
   <section name="Mailbox Configuration">
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/mailbox-template.xml";>mailbox-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailbox-template.xml";>mailbox-template.xml</a>
 in GIT to get some examples and hints.</p>
     
     <p>Use this configuration to define the type of mailbox storage used to 
persist the user's mails.</p>
     

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-mailetcontainer.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-mailetcontainer.xml 
b/server/src/site/xdoc/config-mailetcontainer.xml
index bd5a923..35cda83 100644
--- a/server/src/site/xdoc/config-mailetcontainer.xml
+++ b/server/src/site/xdoc/config-mailetcontainer.xml
@@ -27,7 +27,7 @@
 
   <section name="Mailet Container Configuration">
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/mailetcontainer-template.xml";>mailetcontainer-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailetcontainer-template.xml";>mailetcontainer-template.xml</a>
 in GIT to get some examples and hints.</p>
     
     <p>Changes between 3.0-M2 and 3.0-beta3:</p>
     <ul>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-mailrepositorystore.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-mailrepositorystore.xml 
b/server/src/site/xdoc/config-mailrepositorystore.xml
index c99b2d0..3bf77c3 100644
--- a/server/src/site/xdoc/config-mailrepositorystore.xml
+++ b/server/src/site/xdoc/config-mailrepositorystore.xml
@@ -31,7 +31,7 @@
 
       <p>Read <a href="feature-persistence.html">documentation about 
persistence</a> for a description of the Mail Repository Store 
functionality.</p>
     
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/mailrepositorystore-template.xml";>mailrepositorystore-template.xml</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailrepositorystore-template.xml";>mailrepositorystore-template.xml</a>
 in GIT to get some examples and hints.</p>
 
       <p>Mail Repository Stores are distinguished by where they store data.  
There are five types of 
         storage: File, Database, DBFile, MBox and JCR.</p>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-pop3.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-pop3.xml 
b/server/src/site/xdoc/config-pop3.xml
index 09ad3a3..2c4a89a 100644
--- a/server/src/site/xdoc/config-pop3.xml
+++ b/server/src/site/xdoc/config-pop3.xml
@@ -27,7 +27,7 @@
 
   <section name="POP3 Configuration">
   
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/pop3server-template.xml";>pop3server-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/pop3server-template.xml";>pop3server-template.xml</a>
 in GIT to get some examples and hints.</p>
 
     <p>The POP3 service is controlled by a configuration block in the 
pop3server.xml.
        The pop3server tag defines the boundaries of the configuration block.  
It encloses 

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-quota.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-quota.xml 
b/server/src/site/xdoc/config-quota.xml
index c553bb1..1605f7f 100644
--- a/server/src/site/xdoc/config-quota.xml
+++ b/server/src/site/xdoc/config-quota.xml
@@ -27,7 +27,7 @@
 
   <section name="Quota Configuration">
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/quota-template.xml";>quota-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/quota-template.xml";>quota-template.xml</a>
 in GIT to get some examples and hints.</p>
     
     <p>Use this configuration to define the type of quota storage used to 
persist the quotas.</p>
     
@@ -63,7 +63,7 @@
     </p>
 
     <p>
-      To choose the implementation you want for the given components you want 
simply have a look to the <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/quota-template.xml";>quota-template.xml</a>
 file.
+      To choose the implementation you want for the given components you want 
simply have a look to the <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/quota-template.xml";>quota-template.xml</a>
 file.
     </p>
 
     <p>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-recipientrewritetable.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-recipientrewritetable.xml 
b/server/src/site/xdoc/config-recipientrewritetable.xml
index 5c93719..330ce26 100644
--- a/server/src/site/xdoc/config-recipientrewritetable.xml
+++ b/server/src/site/xdoc/config-recipientrewritetable.xml
@@ -27,7 +27,7 @@
 
   <section name="Recipient Rewrite Table Configuration">
 
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/recipientrewritetable-template.xml";>recipientrewritetable-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/recipientrewritetable-template.xml";>recipientrewritetable-template.xml</a>
 in GIT to get some examples and hints.</p>
 
     <subsection name="JPA Recipient Rewrite Table">
     

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-smtp-lmtp.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-smtp-lmtp.xml 
b/server/src/site/xdoc/config-smtp-lmtp.xml
index 2057e00..76a4c6a 100644
--- a/server/src/site/xdoc/config-smtp-lmtp.xml
+++ b/server/src/site/xdoc/config-smtp-lmtp.xml
@@ -37,7 +37,7 @@
 
   <section name="SMTP Configuration">
   
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/smtpserver-template.xml";>smtpserver-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/smtpserver-template.xml";>smtpserver-template.xml</a>
 in GIT to get some examples and hints.</p>
 
     <p>The SMTP service is controlled by a configuration block in the 
smptserver.xml.
        The smtpserver tag defines the boundaries of the configuration block.  
It encloses 
@@ -197,7 +197,7 @@ Correct this.
   
   <section name="LMTP Configuration">
     
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/lmtpserver-template.xml";>lmtpserver-template.xml</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/lmtpserver-template.xml";>lmtpserver-template.xml</a>
 in GIT to get some examples and hints.</p>
     
     <p>The configuration is the same of for SMTP.</p>
     

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-system.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-system.xml 
b/server/src/site/xdoc/config-system.xml
index d611ad3..bb71839 100644
--- a/server/src/site/xdoc/config-system.xml
+++ b/server/src/site/xdoc/config-system.xml
@@ -43,7 +43,7 @@
          file (james-server-context.xml) which imports 4 other files (1 per 
mailbox type): james-mailbox-jcr-context.xml, james-mailbox-jpa-context.xml, 
          james-mailbox-maildir-context.xml, 
james-mailbox-memory-context.xml.</p>
     
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/META-INF/org/apache/james/spring-server.xml";>spring-server.xml</a>
 in SVN to
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/container/spring/src/main/resources/META-INF/org/apache/james/spring-server.xml";>spring-server.xml</a>
 in GIT to
          get some examples and hints.</p>
       
       <p>spring beans files are the place where the Apache James Server wiring 
is done. It should be modified only by expert-users.</p>
@@ -54,7 +54,7 @@
 
     <subsection name="james-database.properties">
     
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/james-database-template.properties";>james-database.properties</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/james-database-template.properties";>james-database.properties</a>
 in GIT to get some examples and hints.</p>
 
       <p>The database connection in database.properties</p>
 
@@ -97,11 +97,11 @@
     
     <subsection name="META-INF/persistence.xml">
     
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/META-INF/persistence.xml";>META-INF/persistence.xml</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/META-INF/persistence.xml";>META-INF/persistence.xml</a>
 in GIT to get some examples and hints.</p>
       
       <p>The JPA mapping and properties are defined in the in 
META-INF/persistence.xml.</p>
       
-      <p>You can override the definition in external file and importing the 
external file in the persistence.xml (see jpa-mappings.xml provided example in 
SVN)</p>
+      <p>You can override the definition in external file and importing the 
external file in the persistence.xml (see jpa-mappings.xml provided example in 
GIT)</p>
 
             <source>
 &lt;mapping-file&gt;META-INF/jpa-mappings.xml&lt;/mapping-file&gt;</source>
@@ -110,7 +110,7 @@
 
     <subsection name="jmx.properties">
     
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/jmx-template.properties";>jmx.properties</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/jmx-template.properties";>jmx.properties</a>
 in GIT to get some examples and hints.</p>
       
       <p>This is used to configure the JMX MBean server via which all 
management is achieved (also used by via the james-cli).</p>
       
@@ -128,7 +128,7 @@
 
     <subsection name="sqlResources.xml">
     
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/sqlResources.xml";>sqlResources.xml</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/sqlResources.xml";>sqlResources.xml</a>
 in GIT to get some examples and hints.</p>
       
       <p>This file is deprecated but some mailets... still need it. The 
standard way to access database
          is JPA, but some functionalities are not yet migrated and still need 
the sqlResources.xml resources.</p>
@@ -149,7 +149,7 @@
 
     <subsection name="JCR Repository Configuration">
 
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/jcr-repository-template.xml";>jcr-repository.xml</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/jcr-repository-template.xml";>jcr-repository.xml</a>
 in GIT to get some examples and hints.</p>
       
       <p>Used to configure the JCR mailbox (if configure in mailbox.xml).</p>
 

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config-users.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config-users.xml 
b/server/src/site/xdoc/config-users.xml
index 2eb8b5f..406186a 100644
--- a/server/src/site/xdoc/config-users.xml
+++ b/server/src/site/xdoc/config-users.xml
@@ -31,7 +31,7 @@
   
       <p>User repositories are required to store James user information and 
authentication data</p>
   
-      <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/usersrepository-template.xml";>usersrepository.xml</a>
 in SVN to get some examples and hints.</p>
+      <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/usersrepository-template.xml";>usersrepository.xml</a>
 in GIT to get some examples and hints.</p>
       
     </subsection>
     

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/config.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/config.xml b/server/src/site/xdoc/config.xml
index 9e63639..e5af722 100644
--- a/server/src/site/xdoc/config.xml
+++ b/server/src/site/xdoc/config.xml
@@ -45,88 +45,75 @@
       </tr>
     
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/domainlist-template.xml";>domainlist.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/domainlist-template.xml";>domainlist.xml</a></td>
         <td><a href="config-domainlist.html">Domain List Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/usersrepository-template.xml";>usersrepository.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/usersrepository-template.xml";>usersrepository.xml</a></td>
         <td><a href="config-users.html">Users Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/recipientrewritetable-template.xml";>recipientrewritetable.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/recipientrewritetable-template.xml";>recipientrewritetable.xml</a></td>
         <td><a href="config-recipientrewritetable.html">Recipient Rewrite 
Table Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/mailbox-template.xml";>mailbox.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailbox-template.xml";>mailbox.xml</a></td>
         <td><a href="config-mailbox.html">Mailbox Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/quota-template.xml";>mailbox.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/quota-template.xml";>mailbox.xml</a></td>
         <td><a href="config-quota.html">Quota Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/events-template.xml";>events.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/events-template.xml";>events.xml</a></td>
         <td><a href="config-events.html">Event system Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/mailrepositorystore-template.xml";>mailrepositorystore.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailrepositorystore-template.xml";>mailrepositorystore.xml</a></td>
         <td><a href="config-mailrepositorystore.html">Mail Repository Stores 
Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/dnsservice-template.xml";>dnsservice.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/dnsservice-template.xml";>dnsservice.xml</a></td>
         <td><a href="config-dnsservice.html">DNS Service Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/smtpserver-template.xml";>smtpserver.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/smtpserver-template.xml";>smtpserver.xml</a></td>
         <td><a href="config-smtp-lmtp.html">SMTP Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/lmtpserver-template.xml";>lmtpserver.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/lmtpserver-template.xml";>lmtpserver.xml</a></td>
         <td><a href="config-smtp-lmtp.html">LMTP Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/pop3server-template.xml";>pop3server.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/pop3server-template.xml";>pop3server.xml</a></td>
         <td><a href="config-pop3.html">POP3 Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/imapserver-template.xml";>imapserver.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/imapserver-template.xml";>imapserver.xml</a></td>
         <td><a href="config-imap4.html">IMAP4 Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/mailetcontainer-template.xml";>mailetcontainer.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/mailetcontainer-template.xml";>mailetcontainer.xml</a></td>
         <td><a href="config-mailetcontainer.html">Mailet Container 
Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/fetchmail-template.xml";>fetchmail.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/fetchmail-template.xml";>fetchmail.xml</a></td>
         <td><a href="config-fetchmail.html">FetchMail Configuration</a></td>
         <td></td>
       </tr>
-<!-- 
-Removed from trunk for now.
-      <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/james-listmanager.xml";>james-listmanager.xml</a></td>
-        <td><a href="config-listmanager.html">List Manager 
Configuration</a></td>
-        <td></td>
-      </tr>
-      <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/miResources.xml";>miResources.xml</a></td>
-        <td>SQL Resources for Mailing lists</td>
-        <td></td>
-      </tr>
--->
 
     </table>
     
@@ -141,43 +128,39 @@ Removed from trunk for now.
       </tr>
     
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/META-INF/org/apache/james/spring-server.xml";>spring-server.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/container/spring/src/main/resources/META-INF/org/apache/james/spring-server.xml";>spring-server.xml</a></td>
         <td><a href="config-system.html">System Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/james-database-template.properties";>james-database.properties</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/james-database-template.properties";>james-database.properties</a></td>
         <td><a href="config-system.html">System Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/META-INF/persistence-template.xml";>META-INF/persistence.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/META-INF/persistence-template.xml";>META-INF/persistence.xml</a></td>
         <td><a href="config-system.html">System Configuration</a></td>
         <td></td>
       </tr>
       <tr>
         <td>
-          <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/jmx-template.properties";>jmx.properties</a><br/>
-<!-- 
-          <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/jmx.access";>jmx.access</a><br/>
-          <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/jmx.password";>jmx.password</a><br/>
--->
+          <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/jmx-template.properties";>jmx.properties</a><br/>
          </td>
         <td><a href="config-system.html">System Configuration</a></td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/log4j-template.properties";>log4j.properties</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/log4j-template.properties";>log4j.properties</a></td>
         <td>See <a href="monitor-logging.html">monitoring with log4j</a> 
section.</td>
         <td></td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/sqlResources-template.xml";>sqlResources.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/sqlResources-template.xml";>sqlResources.xml</a></td>
         <td><a href="config-system.html">System Configuration</a></td>
         <td>Deprecated</td>
       </tr>
       <tr>
-        <td><a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/jcr-repository-template.xml";>jcr-repository.xml</a></td>
+        <td><a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/jcr-repository-template.xml";>jcr-repository.xml</a></td>
         <td><a href="config-system.html">System Configuration</a></td>
         <td></td>
       </tr>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/dev-build.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/dev-build.xml 
b/server/src/site/xdoc/dev-build.xml
index 3b5966b..8955142 100644
--- a/server/src/site/xdoc/dev-build.xml
+++ b/server/src/site/xdoc/dev-build.xml
@@ -46,12 +46,12 @@
           <a href="http://james.apache.org/download.cgi";>James release 
mirrors</a>.
           Simply choose the version of James you'd like to download, and pick 
the source
           distribution appropriate for your platform.</li>
-      <li>Get the source code using SVN - this method gives you access to the 
cutting edge code
-          base.  Instructions on how to use SVN to get the James source code
-          can be found <a 
href="http://www.apache.org/dev/version-control.html";>here</a>.
-          Apache James Server beta4 repository is <a 
href="http://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4/";>http://svn.apache.org/repos/asf/james/server/tags/james-server-3.0-beta4/</a>.</li>
-      <li>For information, you can download all Apache James sources (server, 
mailbox, imap, mailet...) if you check out <a 
href="http://svn.apache.org/repos/asf/james/current";>http://svn.apache.org/repos/asf/james/current/</a>.
-         Watch out!: you will get a release, but what we call a "trunk", that 
is on constant development and debugging.</li>
+      <li>Get the source code using GIT - this method gives you access to the 
cutting edge code
+          base.  Instructions on how to use GIT to get the James source code
+          can be found <a href="http://www.apache.org/dev/git.html";>here</a>.
+          Apache James Server repository is <a 
href="http://git-wip-us.apache.org/repos/asf/james-project.git";>http://git-wip-us.apache.org/repos/asf/james-project.git</a>.</li>
+      <li>For information, you can download all Apache James sources (server, 
mailbox, imap, mailet...) if you check out <a 
href="http://git-wip-us.apache.org/repos/asf/james-project.git";>http://git-wip-us.apache.org/repos/asf/james-project.git</a>.
+         Watch out!: you will get a release, but what we call a "master", that 
is on constant development and debugging.</li>
     </ol>
 
     <p>We consider in this document that you have checked-out James source 
code in JAMES_SRC_HOME directory.</p>
@@ -190,7 +190,7 @@
           <img src="./images/netbeans/netbeans-svn-checkout1.png"/>
           <p>In the <code>Repository URL</code> field enter the location for 
James repository and click <code>Next</code>.
           You can use the following URL to get the trunk or development 
version:
-          <a 
href="http://svn.apache.org/repos/asf/james/server/trunk";>http://svn.apache.org/repos/asf/james/server/trunk</a>.<br/>
+          <a 
href="http://git-wip-us.apache.org/repos/asf/james-project.git";>http://git-wip-us.apache.org/repos/asf/james-project.git</a>.<br/>
           After this you will be presented with another dialog window where 
you can configure which folders to check out and where to save them on your 
machine.</p>
           <img src="./images/netbeans/netbeans-svn-checkout2.png"/>
           <p>If you supplied the above URL you can click <code>Finish</code> 
to get trunk version and start hacking.
@@ -216,7 +216,7 @@
   <section name="Build James from IntelliJ IDEA">
 
       <p>This section has been created using IntelliJ IDEA 12 and Maven 3. And 
downloading the trunk version of the server
-          from 
<code>http://svn.apache.org/repos/asf/james/server/trunk/</code>.
+          from 
<code>http://git-wip-us.apache.org/repos/asf/james-project.git/</code>.
       </p>
 
       <subsection name="Getting the sources from the repository">

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/server/src/site/xdoc/monitor-logging.xml
----------------------------------------------------------------------
diff --git a/server/src/site/xdoc/monitor-logging.xml 
b/server/src/site/xdoc/monitor-logging.xml
index 89eb30b..9a68dcb 100644
--- a/server/src/site/xdoc/monitor-logging.xml
+++ b/server/src/site/xdoc/monitor-logging.xml
@@ -67,7 +67,7 @@ drwxrwxrwx. 7 root root   4096 2010-11-06 09:01 ../
 -rw-r--r--. 1 root root     71 2010-11-06 09:24 usersrepository.log
 </source>    
        
-    <p>Consult <a 
href="http://svn.apache.org/repos/asf/james/server/trunk/app/src/main/resources/log4j.properties";>log4j.properties</a>
 in SVN to get some examples and hints.</p>
+    <p>Consult <a 
href="https://github.com/apache/james-project/tree/master/server/app/src/main/resources/log4j.properties";>log4j.properties</a>
 in GIT to get some examples and hints.</p>
 
     <p>You can rise the logging level on protocols.</p>
     <p>Set log4j.logger.james.smtpserver=DEBUG, SMTPSERVER</p>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/src/site/xdoc/contribute.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/contribute.xml b/src/site/xdoc/contribute.xml
index 47c3ac8..33ed101 100644
--- a/src/site/xdoc/contribute.xml
+++ b/src/site/xdoc/contribute.xml
@@ -158,7 +158,7 @@
       </p>
       <p>
         To edit an existing document try to edit the xml version in 
src/site/xdocs
-        (check it out from SVN)
+        (check it out from GIT)
         and if you can, submit a patch as for Code Patches.
       </p>
       <p>

http://git-wip-us.apache.org/repos/asf/james-project/blob/f8348cd3/src/site/xdoc/guidelines.xml
----------------------------------------------------------------------
diff --git a/src/site/xdoc/guidelines.xml b/src/site/xdoc/guidelines.xml
index a712d6f..8c225e4 100644
--- a/src/site/xdoc/guidelines.xml
+++ b/src/site/xdoc/guidelines.xml
@@ -105,12 +105,12 @@
           members and Apache Software Foundation Members.
         </p>
       </subsection>
-      <subsection name="SVN">
+      <subsection name="GIT">
         <p>
           All of the Apache James products are maintained in shared information
-          repositories using SVN on svn.apache.org. The Apache
+          repositories using GIT on git-wip-us.apache.org. The Apache
           committers have write access to these repositories; everyone
-          has read access via anonymous SVN.
+          has read access via anonymous GIT.
         </p>
       </subsection>
     </section>


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to