]> git.wh0rd.org - nano-editor.git/blob - svn.php
cvs is long dead -- use the generic abbrev instead
[nano-editor.git] / svn.php
1 <?php include "top.php"; ?>
2 <title>GNU nano: CVS and Current Status</title>
3 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" HEIGHT="70%" NOSAVE >
4 <tr VALIGN=TOP NOSAVE>
5 <td HEIGHT="70%" NOSAVE><b></b>
6 <table BORDER=0 CELLSPACING=0 COLS=1 WIDTH="100%" NOSAVE >
7 <tr NOSAVE>
8 <td NOSAVE>
9 <center><b>SVN Status</b></center>
10 </td>
11 </tr>
12 </table>
13 <blockquote>
14 Nano's source tree has been migrated to subversion.
15 For those of you who want the most bleeding-edge
16 version of nano, check out the repository for nano using the
17 instructions at
18 <A href="https://svn.savannah.gnu.org/viewvc/trunk/nano/README.SVN?root=nano&view=markup">
19 the current copy</A> of the subversion access document for
20 the latest info.
21 <p>
22 All activity is currently in the trunk (unstable) tree. The stable
23 branches see releases only if severe usability bugs are found in
24 those branches.
25 <p>
26 <center>
27
28 <A HREF="/">
29 <img src="withnano.png" border=0></A>
30 </center>
31
32 </blockquote>
33 </td>
34 </tr>
35 </table>
36 <?php include "bottom.php"; ?>