Author: olamy
Date: Thu Dec 19 00:44:48 2013
New Revision: 1552190
URL: http://svn.apache.org/r1552190
Log:
Apache Redback Main site deployment
Modified:
archiva/site-content/redback/source-repository.html
Modified: archiva/site-content/redback/source-repository.html
URL:
http://svn.apache.org/viewvc/archiva/site-content/redback/source-repository.html?rev=1552190&r1=1552189&r2=1552190&view=diff
==============================================================================
--- archiva/site-content/redback/source-repository.html (original)
+++ archiva/site-content/redback/source-repository.html Thu Dec 19 00:44:48 2013
@@ -212,17 +212,17 @@
<h2>Web Access<a name="Web_Access"></a></h2><a name="Web_Access"></a>
<p>The following is a link to the online source repository.</p>
<div class="source">
-<pre><a class="externalLink"
href="http://svn.apache.org/viewvc/archiva/redback">http://svn.apache.org/viewvc/archiva/redback</a></pre></div></div>
+<pre><a class="externalLink"
href="http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/">http://svn.apache.org/viewvc/archiva/redback/redback-core/trunk/</a></pre></div></div>
<div class="section">
<h2>Anonymous access<a name="Anonymous_access"></a></h2><a
name="Anonymous_access"></a>
<p>The source can be checked out anonymously from SVN with this command:</p>
<div class="source">
-<pre>$ svn checkout http://svn.apache.org/repos/asf/archiva/redback/
redback-all</pre></div></div>
+<pre>$ svn checkout
http://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/
redback-core</pre></div></div>
<div class="section">
<h2>Developer access<a name="Developer_access"></a></h2><a
name="Developer_access"></a>
<p>Everyone can access the Subversion repository via HTTP, but Committers must
checkout the Subversion repository via HTTPS.</p>
<div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/archiva/redback/
redback-all</pre></div>
+<pre>$ svn checkout
https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/
redback-core</pre></div>
<p>To commit changes to the repository, execute the following command to
commit your changes (svn will prompt you for your password)</p>
<div class="source">
<pre>$ svn commit --username your-username -m "A
message"</pre></div></div>
@@ -230,7 +230,7 @@
<h2>Access from behind a firewall<a
name="Access_from_behind_a_firewall"></a></h2><a
name="Access_from_behind_a_firewall"></a>
<p>For those users who are stuck behind a corporate firewall which is blocking
HTTP access to the Subversion repository, you can try to access it via the
developer connection:</p>
<div class="source">
-<pre>$ svn checkout https://svn.apache.org/repos/asf/archiva/redback/
redback-all</pre></div></div>
+<pre>$ svn checkout
https://svn.apache.org/repos/asf/archiva/redback/redback-core/trunk/
redback-core</pre></div></div>
<div class="section">
<h2>Access through a proxy<a name="Access_through_a_proxy"></a></h2><a
name="Access_through_a_proxy"></a>
<p>The Subversion client can go through a proxy, if you configure it to do so.
First, edit your "servers" configuration file to indicate which proxy
to use. The file's location depends on your operating system. On Linux or Unix
it is located in the directory "~/.subversion". On Windows it is in
"%APPDATA%\Subversion". (Try "echo %APPDATA%", note this is
a hidden directory.)</p>