| <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" |
| "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
| <html xmlns="http://www.w3.org/1999/xhtml"> |
| <head> |
| <style type="text/css"> /* <![CDATA[ */ |
| @import "branding/css/tigris.css"; |
| @import "branding/css/inst.css"; |
| /* ]]> */</style> |
| <link rel="stylesheet" type="text/css" media="print" |
| href="branding/css/print.css"/> |
| <script type="text/javascript" src="branding/scripts/tigris.js"></script> |
| <title>subversion.tigris.org</title> |
| <!-- Custom stylations to hide the obnoxious project info --> |
| <style type="text/css"> |
| #projecthome .axial { display: none; } |
| #apphead h1 { display: none; } |
| #longdescription { border: none; } |
| #longdescription h2 { display: none; } |
| #customcontent h2 { display: block; } |
| </style> |
| <!-- End custom stylations --> |
| </head> |
| |
| <body> |
| |
| <!-- The class h2 is included on the main div, because the HTML which the |
| server will wrap around the page includes a <div class="h2">. |
| Thus, we include one here so that the page looks right when previewed |
| locally, *but* we override the border which the CSS assigns to that |
| style, so that we do not get two borders on the live page. --> |
| <div class="h2 app" style="border-left: 0px" id="customcontent"> |
| |
| <div style="text-align: center;"> |
| <img src="images/subversion_logo_hor-468x64.png" alt="Subversion" /> |
| </div> |
| |
| <div style="text-align: center; font-size: 150%; |
| margin-left: 5%; margin-right: 5%;"> |
| <p>Subversion is an open source <a |
| href="http://en.wikipedia.org/wiki/Revision_control">version |
| control system</a>.<br/> |
| See <a href="features.html" >here</a> for a detailed feature list.</p> |
| </div> |
| |
| <div style="text-align: center;"> |
| |
| <p> |
| The Subversion project has been accepted into the |
| <a href="http://incubator.apache.org/">Apache Incubator</a>! In due |
| course, Subversion will become a project of the |
| <a href="http://www.apache.org">Apache Software Foundation</a>. |
| The move was |
| <a href="http://www.collab.net/news/press/2009/svn-asf.html">announced</a> |
| on Wednesday, November 4th. |
| </p> |
| |
| <table width="90%" border="0" style="margin-right: 5%; margin-left: 5%;"> |
| |
| <tr align="center"> |
| |
| <!-- ========================= WANT ==================================== --> |
| <td style="width: 50%"> |
| <div id="want" title="want"> |
| <h2 style="text-align: center;">Get Subversion</h2> |
| |
| <p>The latest release of Subversion is 1.6.6. See the <a |
| href="svn_1.6_releasenotes.html" >release notes</a> for what's new |
| in the 1.6.x series generally.</p> |
| |
| <table border="0" style="margin-right: auto; margin-left: auto;"> |
| <tr align="center"> |
| <th style="text-align: center; width: 50%"><strong>Subversion</strong></th> |
| <th style="text-align: center; width: 50%">Third-Party Clients</th> |
| </tr> |
| <tr align="center"> |
| <td style="width: 50%"> |
| <ul style="text-align: left"> |
| <li><a href="getting.html#source-release" |
| >Source code</a><br/> |
| (<a href="/downloads/subversion-1.6.6.tar.bz2">.tar.bz2</a>, |
| <a href="/downloads/subversion-1.6.6.tar.gz">.tar.gz</a>, |
| <a href="/downloads/subversion-1.6.6.zip">.zip</a>)</li> |
| <li><a href="getting.html#windows" |
| >Windows binaries</a></li> |
| <li><a href="getting.html#osx" |
| >Mac OS X binaries</a></li> |
| <li><a href="getting.html#fedora" |
| >Fedora</a> / <a href="getting.html#redhat">Red Hat binaries</a></li> |
| <li><a href="getting.html#debian" |
| >Debian</a> / <a href="getting.html#ubuntu">Ubuntu binaries</a></li> |
| <li><a href="getting.html#freebsd" |
| >FreeBSD (ports)</a></li> |
| <li><a href="getting.html#solaris" |
| >Solaris binaries</a></li> |
| <li><a href="getting.html#binary-packages" |
| >...more downloads...</a></li> |
| </ul> |
| </td> |
| <td style="width: 50%"> |
| <ul style="text-align: left"> |
| <li><a href="http://tortoisesvn.tigris.org/" |
| >TortoiseSVN</a> (Windows)</li> |
| <li><a href="http://subclipse.tigris.org/" |
| >Subclipse</a> (Eclipse)</li> |
| <li><a |
| href="http://www.polarion.org/index.php?page=overview&project=subversive" |
| >Subversive</a> (Eclipse)</li> |
| <li><a href="http://scplugin.tigris.org/" |
| >SCPlugin</a> (Mac OS X)</li> |
| <li><a href="http://rapidsvn.tigris.org/" |
| >RapidSVN</a> (cross-platform)</li> |
| <li><a href="http://ankhsvn.open.collab.net/" |
| >AnkhSVN</a> (Visual Studio)</li> |
| <li><a href="http://www.visualsvn.com/visualsvn/" |
| >VisualSVN</a> (Visual Studio)</li> |
| <li><a href="links.html#clients" |
| >...more clients...</a></li> |
| </ul> |
| </td> |
| </tr> |
| </table> |
| |
| </div> <!-- want --> |
| |
| </td> |
| |
| <!-- ========================= HELP ==================================== --> |
| <td style="width: 50%"> |
| <div id="help" title="help"> |
| <h2 style="text-align: center;">Help</h2> |
| |
| <p>In addition to the resources below, you can use an Internet search |
| engine to find answers to Subversion questions. For example, if you |
| got an error message, try entering part of the error into a search |
| engine — often, the first few results will contain the |
| answer you're looking for.</p> |
| |
| <div style="width: 70%"> |
| <ul style="text-align: left"> |
| <li><a href="mailing-lists.html" |
| >Mailing Lists</a> (non-subscribers can post)</li> |
| <li><a href="faq.html" |
| >FAQ</a> (Frequently Asked Questions) |
| (<a href="faq.ja.html">日本語</a>, <a href="faq.zh.html">中文</a>)</li> |
| <li><a href="http://svnbook.red-bean.com/" |
| >Subversion Book</a> (complete online)</li> |
| <li>Chat room: <a href="irc://irc.freenode.net/svn" |
| ><tt>irc.freenode.net</tt> (channel <tt>#svn</tt>)</a></li> |
| <li>Subversion <a href="issue-tracker.html" |
| >bug database</a></li> |
| <li>Various <a href="links.html" |
| >Subversion-related links</a></li> |
| <li><a href="links.html#converters" |
| >Converting to Subversion</a></li> |
| <li><a href="commercial-support.html" |
| >Commercial Support</a></li> |
| </ul> |
| </div> |
| |
| </div> <!-- help --> |
| </td> |
| |
| </tr> |
| |
| <tr align="center"> |
| |
| <!-- ========================= COMPLAIN ================================ --> |
| <td style="width: 50%"> |
| <div id="complain" title="complain"> |
| <h2 style="text-align: center;">Report a Problem</h2> |
| |
| <p><strong>To report a bug:</strong></p> |
| |
| <p>First, please read the <a href="bugs.html" >bug report instructions</a>.</p> |
| |
| <p>Then, please read the <a href="bugs.html" >bug report instructions</a>.</p> |
| |
| <p>Finally, please read the <a href="bugs.html" >bug report instructions</a>.</p> |
| |
| <p><strong>We really mean that — please read the |
| instructions all the way through.</strong> The vast majority of bug |
| reports are insufficiently detailed, or are duplicates of existing |
| reports, or are not bugs, or are already fixed. You can save the |
| maintainers a lot of time by following the instructions carefully. |
| Thank you.</p> |
| |
| </div> <!-- complain --> |
| |
| </td> |
| |
| <!-- ========================= DEVELOPMENT ============================= --> |
| <td style="width: 50%"> |
| <div id="development" title="development"> |
| <h2 style="text-align: center;">Development</h2> |
| |
| <p>Subversion is an open source project; we welcome <a |
| href="hacking.html#patches" >patches</a>, and we'll help you get more |
| <a href="http://www.red-bean.com/svnproject/contribulyzer/" |
| >involved</a> if you want to be.</p> |
| |
| <ul> |
| <li><p>Read the <a href="development.html">Introduction to Subversion |
| Development</a>.</p></li> |
| <li><p>Read the <a href="hacking.html">Hacker's Guide to |
| Subversion</a>.</p></li> |
| <li><p>Maybe browse the <a href="http://svn.collab.net/svn-doxygen/" |
| >API documentation</a>.</p></li> |
| <li><p><a href="http://svn.collab.net/viewvc/svn/trunk/" |
| >Browse the source tree</a> with ViewVC.</p></li> |
| <li><p>Check out the source tree:<br/> |
| <tt>svn checkout <a |
| href="http://svn.collab.net/repos/svn/trunk/" |
| >http://svn.collab.net/repos/svn/trunk/</a></tt></p></li> |
| <li><p>Hack!</p></li> |
| </ul> |
| |
| </div> <!-- development --> |
| |
| </td> |
| |
| </tr> |
| |
| </table> |
| |
| </div> |
| </div> |
| </body> |
| </html> |