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

Re: some file are missing while migrating the repository in different server.

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 29 Apr 2011 09:21:50 -0400

On Fri, Apr 29, 2011 at 08:57, Rajnish Kumar Singh
<Rajnish.K.Singh_at_kpitcummins.com> wrote:
> Hello All,
>
>
>
> I am migrating 15GB repository from one SVN server(A) to another server(B).
>
> Version of both svn server is 1.6.3.
>
> I have used “svnadmin hotcopy” command  to migrate the repository.
>
> Every thing seems fine until I go to the properties of both the repository.
>
> These is a difference in size, number of files and number of folders.
>
> On server A,  Size=15.5GB, contains: 31751 Files, 414 Folders.
>
> On server B, Size=15.1GB, contains: 24484 Files, 394 Folders.
>
>
>
> When I used svnadmin dump and svnadmin load command then the results were
> more surprising.
>
> On server B, Size=15.1GB, contains: 24447 Files, 34 Folders.
>
>
>
> Every thing seems fine when I access the repository from visual svn server
> manager, but as the size of the repository is too large to check every
> details.
>
> So is there any possibility that some files are missing in the repository on
> server B.

You can run svnadmin verify and fsfsverify.py to check the integrity
of your repository.

What version of Subversion was your repository on server A first
created with? The FSFS back-end has evolved over time, so you will see
differences between a legacy (never upgraded) repository and a new one
that's been loaded from a dumpfile. Especially if you start packing
your sharded directories.

------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2726104

To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2011-04-29 15:22:31 CEST

This is an archived mail posted to the TortoiseSVN Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.