You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@stdcxx.apache.org by se...@apache.org on 2008/06/04 20:10:08 UTC

svn commit: r663333 - /stdcxx/site/download.html

Author: sebor
Date: Wed Jun  4 11:10:08 2008
New Revision: 663333

URL: http://svn.apache.org/viewvc?rev=663333&view=rev
Log:
2008-06-04  Martin Sebor  <se...@roguewave.com>

	* download.html (Searching the stdcxx Subversion Repository): Added
	links to Subversion search sites.

Modified:
    stdcxx/site/download.html

Modified: stdcxx/site/download.html
URL: http://svn.apache.org/viewvc/stdcxx/site/download.html?rev=663333&r1=663332&r2=663333&view=diff
==============================================================================
--- stdcxx/site/download.html (original)
+++ stdcxx/site/download.html Wed Jun  4 11:10:08 2008
@@ -141,6 +141,11 @@
           </a>
         </li>
         <li>
+          <a href="#svnsearch">
+            Searching the stdcxx Subversion Repository
+          </a>
+        </li>
+        <li>
           <a href="#svn">
             Checking Out stdcxx Using the Subversion Client
           </a>
@@ -240,6 +245,29 @@
       </ul>
     </div>   <!-- section -->
 
+    <a name="svnsearch"></a>
+    <h2 class="boxed">Searching the stdcxx Subversion Repository</h2>
+    <div class="section">
+      <p>
+
+At least two online tools allow searching the stdcxx source code
+repository in Subversion:
+
+      <p>
+      <ul>
+        <li>
+
+<a href="http://svnsearch.org/svnsearch/repos/ASF/search?path=stdcxx">SVNSearch</a>
+        </li>
+        <li>
+
+<a href="http://fisheye6.atlassian.com/browse/stdcxx">FishEye</a>
+by <a href="http://www.atlassian.com">Atlassian</a>.
+
+        </li>
+      </ul>
+    </div>   <!-- section -->
+
     <a name="svn"></a>
     <h2 class="boxed">Checking Out Files Using the Subversion Client</h2>
     <div class="section">