You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by mf...@apache.org on 2010/02/15 14:17:25 UTC

svn commit: r910216 - /subversion/site/publish/faq.html

Author: mf
Date: Mon Feb 15 13:17:25 2010
New Revision: 910216

URL: http://svn.apache.org/viewvc?rev=910216&view=rev
Log:
Replace links pointing to the svn.collab.net repository by apache.org links.

* faq.html
  Fix broken links.

Modified:
    subversion/site/publish/faq.html

Modified: subversion/site/publish/faq.html
URL: http://svn.apache.org/viewvc/subversion/site/publish/faq.html?rev=910216&r1=910215&r2=910216&view=diff
==============================================================================
--- subversion/site/publish/faq.html (original)
+++ subversion/site/publish/faq.html Mon Feb 15 13:17:25 2010
@@ -666,14 +666,14 @@
 </h3>
 
 <p>Vectorized versions of the Subversion logo are available in the <a
-href="http://svn.collab.net/repos/svn/trunk/www">logo directory of the www
-tree</a> of the <a href="http://svn.collab.net/repos/svn/trunk">Subversion
+href="http://svn.apache.org/repos/asf/subversion/site/publish">logo directory of the www
+tree</a> of the <a href="http://svn.apache.org/repos/asf/subversion/trunk">Subversion
 repository</a>.</p>
 
 <p>Specifically, an <a
-href="http://svn.collab.net/repos/svn/trunk/www/logo/subversion_logo.eps">EPS
+href="http://svn.apache.org/repos/asf/subversion/site/publish/logo/subversion_logo.eps">EPS
 version</a>, as well as an <a
-href="http://svn.collab.net/repos/svn/trunk/www/logo/subversion_logo.ai">Adobe
+href="http://svn.apache.org/repos/asf/subversion/site/publish/logo/subversion_logo.ai">Adobe
 Illustrator document</a> are available.</p>
 
 </div>
@@ -768,7 +768,7 @@
 </h3>
 <p>Use the Subversion client:</p>
 <pre>
-	$ svn co http://svn.collab.net/repos/svn/trunk subversion
+	$ svn co http://svn.apache.org/repos/asf/subversion/trunk subversion
 </pre>
 <p>That will check out a copy of the Subversion source tree into a
 directory named subversion on your local machine.</p>
@@ -784,8 +784,8 @@
 </h3>
 
 <p>See <a
-href="http://svn.collab.net/repos/svn/trunk/README">
-http://svn.collab.net/repos/svn/trunk/README</a>;  specifically, look
+href="http://svn.apache.org/repos/asf/subversion/trunk/README">
+http://svn.apache.org/repos/asf/subversion/trunk/README</a>;  specifically, look
 at section IV, the "Quickstart Guide".</p>
 
 <p>For even more detail, read chapter 5 in <a
@@ -885,7 +885,7 @@
 attempt the checkout over SSL, which many proxies allow:</p>
 
 <pre>
-   svn checkout https://svn.collab.net/repos/svn/trunk subversion
+   svn checkout https://svn.apache.org/repos/asf/subversion/trunk subversion
 </pre>
 
 <p>Of course, your svn client will have to have been built with ssl
@@ -1100,7 +1100,7 @@
 one client.</p>
 
 <p>If you are using the <a
-href="http://svn.collab.net/repos/svn/trunk/notes/fsfs">FSFS</a>
+href="http://svn.apache.org/repos/asf/subversion/trunk/notes/fsfs">FSFS</a>
 repository back end, then storing the repository on a modern NFS
 server (i.e., one that supports locking) should be fine.</p>
 
@@ -1355,8 +1355,8 @@
 <p>The basic process looks like this:</p>
 
 <blockquote><pre>
-	$ svn co http://svn.collab.net/repos/svn/trunk subversion
-	$ cd subversion/www
+	$ svn co http://svn.apache.org/repos/asf/subversion/site subversion-site
+	$ cd subversion-site/publish
 
 		[ make changes to faq.html ]
 	
@@ -1900,7 +1900,7 @@
 </pre>
 
       <p><a
-      href="http://svn.collab.net/repos/svn/trunk/notes/ssh-tricks">This
+      href="http://svn.apache.org/repos/asf/subversion/trunk/notes/ssh-tricks">This
       file</a> discusses this topic in more detail.</p>
       
 </div>
@@ -1951,8 +1951,8 @@
 
 <p>You could write a pre-commit hook script to reject any commit which
 forgets to add properties to new files (see <a
-href="http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/check-mime-type.pl"
->http://svn.collab.net/repos/svn/trunk/contrib/hook-scripts/check-mime-type.pl</a>
+href="http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/check-mime-type.pl"
+>http://svn.apache.org/repos/asf/subversion/trunk/contrib/hook-scripts/check-mime-type.pl</a>
 for example).  However, this approach may be overkill.  If somebody
 forgets to set <tt>svn:eol-style</tt>, for example, it will be noticed
 the minute somebody else opens the file on a different OS.  Once
@@ -2199,7 +2199,7 @@
 
 <p>For versions 1.4.0 and later, you can find
 instructions <a
-href="http://svn.collab.net/repos/svn/trunk/notes/windows-service.txt">here</a>.</p>
+href="http://svn.apache.org/repos/asf/subversion/trunk/notes/windows-service.txt">here</a>.</p>
 
 <p>In versions before 1.4.0, the <tt>svnserve</tt> binary itself could
 not be installed as a Windows service, but there are a number of
@@ -3991,8 +3991,8 @@
 
 <blockquote>
 <p><a
-href="http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py"
->http://svn.collab.net/repos/svn/trunk/tools/client-side/change-svn-wc-format.py</a></p>
+href="http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py"
+>http://svn.apache.org/repos/asf/subversion/trunk/tools/client-side/change-svn-wc-format.py</a></p>
 </blockquote>
 
 <p>Run that script with the "<tt>--help</tt>" option to see how to use
@@ -4135,8 +4135,8 @@
     title="Link to this section">&para;</a>
 </h3>
  See
- <a href="http://svn.collab.net/repos/svn/trunk/subversion/tests/cmdline/README"
- >http://svn.collab.net/repos/svn/trunk/subversion/tests/cmdline/README</a>
+ <a href="http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/README"
+ >http://svn.apache.org/repos/asf/subversion/trunk/subversion/tests/cmdline/README</a>
 </div>