[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

RE: Expected format '3' of repository; found format '5'

From: Reedick, Andrew <Andrew.Reedick_at_BellSouth.com>
Date: 2006-10-06 21:29:33 CEST

> -----Original Message-----
> From: N.Novozhilov [mailto:nna@ntrlab.ru]
> Sent: Friday, October 06, 2006 7:54 AM
> To: users@subversion.tigris.org
> Subject: Expected format '3' of repository; found format '5'
>

> 4. svnserver was stopped, old place of repository - deleted, new
> repository created by the command

> "Expected format '3' of repository; found format '5'"

I had this problem upgrading a 1.3.0 build of Solaris subversion to
1.4.0 (on a test server, thank goodness.) Turns out the that the 1.3.0
package I installed actually runs 'svnserve.exe'. 'svnserve' was a
wrapper that called 'svnserve.exe'. (Some kind of Unix/Windows working
together in harmonry thing.)

So check your process list for 'svnserve.exe'. If you see it, then you
didn't shut down the repository, and the 1.3.0 svnserve.exe is handling
your requests and failing on the 1.4.0 repository. Do a 'kill' not a
'kill -9'. Delete the superflous svn*.exe files in /usr/local/bin (the
timestamps should be old on the exe files.) Start the real svnserve.

One of my more amusing subversion experiences... =)

*****

The information transmitted is intended only for the person or entity to which it is addressed and may contain confidential, proprietary, and/or privileged material. Any review, retransmission, dissemination or other use of, or taking of any action in reliance upon this information by persons or entities other than the intended recipient is prohibited. If you received this in error, please contact the sender and delete the material from all computers. GA622

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Oct 6 21:30:27 2006

This is an archived mail posted to the Subversion Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.