I'm in the process of testing out the cvs2svn.py converter, and the
converter found an inconsistency in the httpd-2.0 repository.

The file 
/httpd-2.0/docs/manual/misc/Attic/known_client_problems.html,v

Contains

APACHE_1_2_X:1.3;

which is a tag at rev 1.3, while all other rcs declarations of that
symbolic name are a branch. For example:

APACHE_1_2_X:1.6.0.2

Note that the second to last number is a zero--this is indicative of a
branch.

Anyway, this should be fixed (in fact, it needs to be fixed in order to
convert the repository to svn), and the solution is merely to change the
offending line to

APACHE_1_2_X:1.3.0.2;

(Don't forget the semicolon--it's the last symbolic name on that file,
so it's necessary.)

Can someone with the appropriate admin-fu take care of this?

-Fitz

Reply via email to