Michael Wood <mwood@its.uct.ac.za>
r8502 | kfogel | 2004-01-24 12:00:03 -0600 (Sat, 24 Jan 2004)
Update the FAQ item on cvs2svn, and fix a wording problem elsewhere.
Patch by: Michael Wood <mwood@its.uct.ac.za>
* www/project_faq.html
(need-apache): Remove an extraneous "either".
(cvs2svn): Comment out promise to have cvs2svn.py perfect by the time
Subversion 1.0 is released. Mention alternatives to cvs2svn.py and
the project links page. Use <p>...</p> instead of just <p>.
r7440 | striker | 2003-10-17 20:57:12 -0500 (Fri, 17 Oct 2003)
Minor fixes to INSTALL.
Patch by: Michael Suess <mike_ml@suessnetz.de>
Michael Wood <mwood@its.uct.ac.za>
* INSTALL
(I.10): Tiny tweak in --with-libs usage explanation.
r7274 | cmpilato | 2003-10-02 09:54:50 -0500 (Thu, 02 Oct 2003)
Fix normalize-dump.py in light of some changes made to the dumper
code.
Patch by: Michael Wood <mwood@its.uct.ac.za>
* tools/dev/normalize-dump.py
(header_re): Headers don't always contain something after the colon.
(rev_re, node_re): Remove unused variables.
r5889 | kfogel | 2003-05-12 09:03:18 -0500 (Mon, 12 May 2003)
Don't replace the good svn repository uuid with the bogus uuid from
the dumpfile.
Suggested by: Michael Wood <mwood@its.uct.ac.za>
* tools/cvs2svn/cvs2svn.py
(pass5): Pass the --ignore-uuid flag to 'svnadmin load'.
r5757 | kfogel | 2003-04-29 10:11:04 -0500 (Tue, 29 Apr 2003)
Fix up the format of Revision entries in the dumpfile.
Patch by: Michael Wood <mwood@its.uct.ac.za>
(Cosmetic tweaks by me.)
* branches/cvs2svn-kfogel/tools/cvs2svn/cvs2svn.py:
(Dump.start_revision): Fix the Prop-content-length and
Content-length calculation. Move the code that outputs
"PROPS-END" out of the loop.
r932 | kfogel | 2002-01-17 11:02:42 -0600 (Thu, 17 Jan 2002)
* www/index.html: Update status summary section, remove
news section.
Suggested by: Michael Wood <mwood@its.uct.ac.za>