Tom Browder wrote:
> I have created a new repository while testing a cvs2svn conversion.
> When I try various means of looking at the new svn repos I get an
> error message saying something about FS type 2 versus type 3 (gross
> paraphrase--I failed to save the message).
That means you have two different Subversion's installed on your box: FS
type 3 is 1.5.x and FS type 2 is 1.4.x. You are going to want to deal
with that ASAP. While a 1.5.x server can talk just fine to a 1.4.x
client, once a repo has been upgraded to FS type 3, it can be accessed
only with 1.5.x only (meaning a 1.5.x client if you are using file://).
HTH
John
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-28 16:41:47 CEST