Re: SVN repo cross-platform compatibility

2011-10-28 Thread Nico Kadel-Garcia
On Wed, Oct 26, 2011 at 7:23 AM, 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 th

Re: SVN repo cross-platform compatibility

2011-10-26 Thread Stefan Sperling
On Wed, Oct 26, 2011 at 02:13:35PM +0100, Neil Bird wrote: > Around about 26/10/11 12:28, Stefan Sperling typed ... > >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

Re: SVN repo cross-platform compatibility

2011-10-26 Thread Neil Bird
Around about 26/10/11 12:28, Stefan Sperling typed ... 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 e

Re: SVN repo cross-platform compatibility

2011-10-26 Thread Philip Martin
Stefan Sperling writes: > With BDB repositories, it will not work, so you should dump/load. Is that right? According to the documentation: http://download.oracle.com/docs/cd/E17076_02/html/gsg/C/databaseLimits.html the BDB database files are portable. I think the BDB environment files are pl

Re: SVN repo cross-platform compatibility

2011-10-26 Thread Stefan Sperling
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

SVN repo cross-platform compatibility

2011-10-26 Thread Neil Bird
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