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

Re: permision problems just after migrating from bdb to fsfs

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-09-13 17:02:12 CEST

On Sep 13, 2005, at 15:54, ycdtosa wrote:

> Hi i'm working with svn 1.1.x on a RH7.x plataform, and i want ot
> update to svn 1.2.x
> because i 'need' to lock a few files :-). At the same time i want
> to make all my repos
> of the same type (fsfs) so i figured this could be a two steps
> process:
> ------
> Step 1- Migrate the repository to fsfs (do not change any binary).
> Step 2- Since repo is compatible, upgrade the binaries.

[snip]

Subversion 1.2 introduces a better FSFS format. Although it's not
required to reload FSFS repositories when moving to 1.2, it provides
better performance, so it's a good idea. Therefore, it would be
better to:

1. Disable access to all repositories.
2. Using your 1.1.x binaries, dump all your existing repositories
into dump files.
3. Move the repository directories to a backup area.
4. Upgrade to 1.2.3.
5. Using the new 1.2.3 binaries, create new empty FSFS repositories
where the old ones were, and load the dump files into them.
6. Reenable access.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Sep 13 17:04:56 2005

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.