* test-data/main-cvsrepos/single-files/twoquick,v: Lock (in the CVS sense)
[cvs2svn.git] / www / index.html
blob3a70410666ad5f69d44965d307f567f915832ddd
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2 "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml">
4 <head>
5 <style type="text/css"> /* <![CDATA[ */
6 @import "tigris-branding/css/tigris.css";
7 @import "tigris-branding/css/inst.css";
8 /* ]]> */</style>
9 <link rel="stylesheet" type="text/css" media="print"
10 href="tigris-branding/css/print.css"/>
11 <script type="text/javascript" src="tigris-branding/scripts/tigris.js"></script>
12 <title>cvs2svn - CVS to Subversion Repository Converter</title>
13 </head>
15 <body id="bodycol">
16 <div class="app">
18 <table border="0" cellpadding="2" width="98%" bgcolor="white">
19 <tr>
20 <td width="100%" bgcolor="yellow">
21 <font color="red">
22 <b>
23 Mail <a
24 href="/servlets/ProjectMailingListList">users@cvs2svn.tigris.org</a>
25 if you have any questions or encounter any problems. You can also ask
26 questions on IRC at <tt><a
27 href="irc://irc.freenode.net/">irc.freenode.net</a></tt>, channel
28 <tt><a href="irc://irc.freenode.net/cvs2svn">#cvs2svn</a></tt>.
29 </b>
30 </font>
31 </td>
32 </tr>
34 </table>
36 <h3>What Is cvs2svn?</h3>
38 <table border="0" cellpadding="2" width="98%" bgcolor="white">
39 <tr>
40 <td width="100%" height="100" bgcolor="#f0f0f0">
42 <p>cvs2svn is a Python script that converts a CVS repository to a
43 Subversion repository. It is designed for one-time conversions, not
44 for repeated synchronizations between CVS and Subversion.</p>
46 <p>You can get the latest release from the <a
47 href="http://cvs2svn.tigris.org/servlets/ProjectDocumentList?folderID=2976"
48 >Downloads Area</a>. Please read <a href="cvs2svn.html">the
49 documentation</a> carefully before using cvs2svn.</p>
51 <p>The released versions are usually quite up-to-date. However, if
52 you're debugging or patching cvs2svn, you might want to check out a
53 working copy (using Subversion) from <a
54 href="http://cvs2svn.tigris.org/svn/cvs2svn/trunk/"
55 >http://cvs2svn.tigris.org/svn/cvs2svn/trunk/</a> (user 'guest',
56 empty password (i.e., just press return)).</p>
58 </td>
59 </tr>
60 </table>
62 </div>
63 </body>
64 </html>