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

Re: subversion copy on 2 computers

From: Ulrich Eckhardt <eckhardt_at_satorlaser.com>
Date: 2004-10-12 13:49:37 CEST

Mark Luxton wrote:
> Is it possible to copy the entire subversion repositories from one computer
> to another. I've been doing this with CVS (from Windows 2K Server to
> Windows 2k Pro) for some time with out problems but I can't seem to do it
> with Subversion. When I try and do a svn list I get the below error:

Different OSs use different binary layouts for their BDBs, so that is not
portable.

> svn: Berkeley DB error while opening environment for filesystem
> /home/mark/subversion/WifiRegImporter/db:
> Invalid argument

Hmmm, this suggests that you don't move between equivalent OSs(like w2k server
and w2k pro) but between MS Windows and some Unix-like system. This can't
work with BDB( but it could possibly work with the FSFS backend), unless you
dump/reload the repository as already suggested.

Uli

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Oct 12 13:50:17 2004

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.