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

RE: Linux to Windows

From: Armstrong, Yvonne <Yvonne.Armstrong_at_anite.com>
Date: Mon, 14 Jan 2008 16:49:44 -0000

I have dumped my repository files from LINUX using

svnadmin dump mmc > dump_mmc

I have copied all the dump files to the windows server and tried to
import them but I can't get it to work.

C:\svn>svnadmin create mmc --fs-type bdb

C:\svn>cd mmc

C:\svn\mmc>svnadmin load mmc < dump_mmc
svnadmin: Can't open file 'mmc\format': The system cannot find the path
specified.

I have copied the dump file into c:\svn\mmc and have even tried copying
the 'format' file over from LINUX to the c:\svn\mmc directory. No luck.

-----Original Message-----
From: Ryan Schmidt [mailto:subversion-2007b_at_ryandesign.com]
Sent: 14 January 2008 13:11
To: Roth, Pierre
Cc: Armstrong, Yvonne; users_at_subversion.tigris.org
Subject: Re: Linux to Windows

On Jan 14, 2008, at 06:14, Roth, Pierre wrote:

>> We have a very old (v1.1) copy of subversion running on a linux
>> server with a Berkeley DB. We want to install a fresh copy of
>> subversion 1.4.5. on a Windows server and move the database to a
>> new Berkeley DB on this windows server.
>>
>> I have a copy of svn-1.4.5-setup.exe to install but have never
>> encountered Subversion or Berkeley before so am at a bit of a loss
>> to know how to export the Berkeley DB from Linux and import it
>> into windows. Is this possible to do and if so - where do I start?
>> Is anyone able to help?
>>
>>
>
> First, you could try to read subversion online book : http://
> svnbook.red-bean.com/en/1.4/svn-book.html
>
> Then, you will be able to svnadmin dump your linux repository and
> svnadmin load your windows repository
>

Right. And when you "svnadmin create" your new repository on your
Windows box, note that it will by default *not* be a BerkeleyDB
repository but an FSFS repository. I recommend FSFS; it's less to
worry about. If you really want a BDB repository, use "svnadmin
create --fs-type bdb".

 Scanned for viruses by BlackSpider MailControl

Please refer to www.anite.com for individual Anite company details. The contents of this e-mail and any attachments are for the intended recipient only. If you are not the intended recipient, you are not authorised to and must not disclose, copy, distribute, or retain this message or any part of it. It may contain information which is confidential and/or covered by legal professional or other privilege. Contracts cannot be concluded with us nor legal service effected by email.

Anite plc
Registered in England No.1798114
Registered Office: 353 Buckingham Avenue Slough Berks SL1 4PF United Kingdom
VAT Registration No. GB 787 418187

Scanned for viruses by BlackSpider MailControl.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-01-14 17:50:43 CET

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.