RE: Move repository from NTFS to FAT32
From: Mark Irving <Mark.Irving_at_informatix.co.uk>
Date: Fri, 29 May 2009 07:55:36 -0700
Steve Penza asks
> Is it possible to move a repository from a NTFS filesystem to
Properly speaking, we ought to suggest you ask the users - at - subversion dot tigris dot org list, since this isn't a TSVN (client) problem. But my ideas are...
> Unfortunately, it one file larger than 4GB. Is there some way
If that's a single revision file in an fsfs repository, then (as Ben noted) you are stuck.
If you mean that your repository dump file, using svnadmin dump and svnadmin load, is too big, then yes, you can split the dump file using the -r option to svanadmin dump.
If your repository uses the now-old-looking Berkeley DB format, then an svnadmin dump and load can be used to convert it to fsfs, and may reduce the size of its largest files.
- Mark.
------------------------------------------------------
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
|
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.