| <!DOCTYPE html PUBLIC "-//Tigris//DTD XHTML 1.0 Transitional//EN" |
| "http://style.tigris.org/tigris_transitional.dtd"> |
| <html> |
| <head> |
| <title>Subversion Roadmap</title> |
| <link rel="stylesheet" type="text/css" |
| href="http://subversion.tigris.org/branding/css/tigris.css"/> |
| <link rel="stylesheet" type="text/css" |
| href="http://subversion.tigris.org/branding/css/inst.css"/> |
| <link rel="stylesheet" type="text/css" media="print" |
| href="http://subversion.tigris.org/branding/css/print.css"/> |
| <script type="text/javascript" |
| src="http://subversion.tigris.org/branding/scripts/tigris.js"></script> |
| </head> |
| |
| <body> |
| <div class="app"> |
| |
| <h2>Roadmap</h2> |
| |
| <!-- ******************************************************************** --> |
| |
| <h3>The Present</h3> |
| |
| <p>For information about near-term upcoming releases, please see the |
| <a href="/project_status.html">project status</a> page.</p> |
| |
| |
| <h3>The Future</h3> |
| |
| <p>This list is a rough prioritization of planned feature additions, |
| based on an ever-changing consensus of the Subversion developer |
| community. Because this is a volunteer open-source project, it's hard |
| to predict exact dates or timetables for these new features. At most, |
| we can express dependencies and predict the order in which things will |
| be worked on. The best way to track development is to <a |
| href="/servlets/ProjectMailingListList">subscribe</a> to the |
| developer's mailing list.</p> |
| |
| |
| <ul> |
| |
| <li><b>Subversion 1.2 Goals:</b> |
| <ul> |
| <li>optional locking (reserved checkouts).</li> |
| <li>release in Mar/Apr 2005.</li> |
| </ul> |
| </li> |
| |
| <li><b>Medium-term Goals:</b> |
| <ul> |
| <li>true rename support (not based on copy/delete)</li> |
| <li>merge tracking (describes a whole class of problems)</li> |
| <li>repository-level ACLs</li> |
| </ul> |
| </li> |
| |
| |
| <li><b>Other Long-term Goals</b> |
| <ul> |
| <li>SQL repository back-end</li> |
| <li>rewrite of working-copy library</li> |
| <li>broader WebDAV/deltaV compatibility</li> |
| <li>pluggable client-side diff programs</li> |
| <li>progressive multi-lingual support</li> |
| </ul> |
| </li> |
| |
| </ul> |
| |
| |
| <h3>The Past</h3> |
| |
| <p>The <a href="/project_status.html">project status</a> page |
| documents all past releases of Subversion, including pre-1.0 |
| releases.</p> |
| |
| <p>If you're trying to upgrade a very old repository, read the <a |
| href="http://svn.collab.net/repos/svn/trunk/notes/repos_upgrade_HOWTO"> |
| repository upgrade HOWTO</a>.</p> |
| |
| <p>To see a summary of major changes in each Subversion release, read |
| the <a |
| href="http://svn.collab.net/repos/svn/trunk/CHANGES">CHANGES</a> file |
| in Subversion's own repository.</p> |
| |
| </div> |
| </body> |
| </html> |