You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Brass <br...@brockfarrar.com> on 2004/11/09 14:06:47 UTC

Moving a repository

Is it OK to move an FSFS repository by simply picking up the directory tree
in which the repository resides and moving it to another machine?  Or should
I go through the whole dump/load thing?

This is a local repository, not accesses through SVN or HTTP.


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

Re: Moving a repository

Posted by Brass <br...@brockfarrar.com>.
> > Is it OK to move an FSFS repository by simply picking up the directory
> > tree in which the repository resides and moving it to another machine?

> It should be just fine.  FSFS is using its own internal format, and the
> format isn't sensitive to CPU endianness, database library versions,

Good.  Thanks.  It's moving from one Win32 machine to another, so I *hope*
none of those differences apply anyway.


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

Re: Moving a repository

Posted by Ben Collins-Sussman <su...@collab.net>.
On Nov 9, 2004, at 8:06 AM, Brass wrote:

> Is it OK to move an FSFS repository by simply picking up the directory 
> tree
> in which the repository resides and moving it to another machine?  Or 
> should
> I go through the whole dump/load thing?
>

It should be just fine.  FSFS is using its own internal format, and the 
format isn't sensitive to CPU endianness, database library versions, 
operating systems, etc.  A file containing FSFS data is universal, just 
like an RCS file.


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