[patch] www: requirements
| Newsgroups | gmane.comp.version-control.subversion.cvs2svn.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, I also found it irritating that www/cvs2svn.html does not mention the gdbm requirement. I've worked up a patch for that as well, for your consideration. Cheers Vince ------------------------------------------------------ http://cvs2svn.tigris.org/ds/viewMessage.do?dsForumId=1667&dsMessageId=2384145 To unsubscribe from this discussion, e-mail: [[email protected]].
cvs2svn-cvs2svn.patch.0
(text/plain, 603 B)
Index: cvs2svn.html
===================================================================
--- cvs2svn.html (revision 4847)
+++ cvs2svn.html (working copy)
@@ -93,6 +93,9 @@
href="http://www.python.org/">http://www.python.org/</a>.
(cvs2svn does <strong>not</strong> work with Python 3.x.)
</li>
+ <li>A compatible database library, usually gdbm (1.8.3 or later).
+ Standard dbm does not work.
+ </li>
<li>If you use the <tt>--use-rcs</tt> option, then RCS's `co'
program is required. The RCS home page is
<a href="http://www.cs.purdue.edu/homes/trinkle/RCS/"