You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by moritz oetiker <mo...@imrt.mavt.ethz.ch> on 2006/11/30 07:28:36 UTC

hotcopy format '5' error

hello,

if I run svnadmin hotcopy on my FSFS repository

I receive an error stating that format '3' is expected an format '5'  
was found.
Indeed the format file in my repository contains a '5'.

Is this a general problem of hotcopy and format '5' ? or should the 
format not be '5' in the first place?

thanks for any help

moritz

-- 
moritz oetiker                     |  room ML K40.1
measurement and control laboratory |  sonneggstrasse 3
D-MAVT                             |  CH-8092 zurich
ETH zurich                         |  tel +41 44 632 73 68

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: hotcopy format '5' error

Posted by Erik Huelsmann <eh...@gmail.com>.
On 11/30/06, moritz oetiker <mo...@imrt.mavt.ethz.ch> wrote:
> hello,
>
> if I run svnadmin hotcopy on my FSFS repository
>
> I receive an error stating that format '3' is expected an format '5'
> was found.
> Indeed the format file in my repository contains a '5'.
>
> Is this a general problem of hotcopy and format '5' ? or should the
> format not be '5' in the first place?

Format '5' says something about the Subversion version with which you
created the repository. The svnadmin version with which you created it
differs from the one which you are using to hotcopy with: the latter
doesn't know how to manipulate 'format 5' repositories and therefore
refuses to do so.

You may have 2 versions installed along side.

HTH,

Bye,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: hotcopy format '5' error

Posted by Ryan Schmidt <su...@ryandesign.com>.
On Nov 30, 2006, at 01:28, moritz oetiker wrote:

> if I run svnadmin hotcopy on my FSFS repository
>
> I receive an error stating that format '3' is expected an format  
> '5'  was found.
> Indeed the format file in my repository contains a '5'.
>
> Is this a general problem of hotcopy and format '5' ? or should the  
> format not be '5' in the first place?


You apparently created the repository with (or upgraded the  
repository to the format used by) Subversion 1.4.x, but are now  
trying to access it using an older version of svnadmin. You probably  
still have older parts of Subversion on your system. Locate and  
remove them and use only SUbversion 1.4.x components from now on.


-- 
To reply to the mailing list, use your mailer's Reply To All function


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org