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

Re: SVN repo cross-platform compatibility

From: Stefan Sperling <stsp_at_elego.de>
Date: Wed, 26 Oct 2011 13:28:55 +0200

On Wed, Oct 26, 2011 at 12:23:46PM +0100, Neil Bird wrote:
>
> Whilst suffering a subversion server outage, it's made me wonder:
> we currently produce nightly backups of our repos via 'hotcopy' from
> the server's local drive to a network store.
>
> If the server were to die, would I be able to take those copies
> and place them under a server on a new box *with a different OS*?
> Or would I have to create a temporary server with the original OS,
> copy them to that, and svndump them and import them elsewhere?
>
> In this case, it's a Solaris server, dunno what processor [I'll
> check when it's back up!], and I'd consider moving it to an x86
> Linux server.

With FSFS repositories, yes, it will work if you copy the files
onto the new system from the network store (it might not if you try
to mount a disk from the old system on the new system directly, then
it depends on OS filesystem support and endianness handling).

With BDB repositories, it will not work, so you should dump/load.
Received on 2011-10-26 13:29:33 CEST

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.