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

Re: [svn][Apache] repository on a network share

From: Stefan Küng <tortoisesvn_at_gmail.com>
Date: Wed, 04 Jan 2012 22:22:38 +0100

On 04.01.2012 21:14, g m wrote:
> Hi all,
>
>
> I have svn running on a windows server and using Apache2.2, my
> repositories (based on Berkeley DB) are located on the same machine,
> their size grows very fast and I am considering moving them to a network
> share NAS. Would that be as simple as changing the SVNListParentPath
> property in httpd.conf Apache conf file from C:/Repo to \\server/Repo
> after moving the files?

berkeley db based repositories must not be put on network shares. They
get corrupted.
If you really want to use a network share, dump the repository, then
create a new one but an FSFS based one, and then load the dumped
repository into that new one.

Also: berkeley db repos grow fast but you can clean the log files to get
a lot of space back.

Stefan

-- 
        ___
   oo  // \\      "De Chelonian Mobile"
  (_,\/ \_/ \     TortoiseSVN
    \ \_/_\_/>    The coolest Interface to (Sub)Version Control
    /_/   \_\     http://tortoisesvn.net
------------------------------------------------------
http://tortoisesvn.tigris.org/ds/viewMessage.do?dsForumId=4061&dsMessageId=2906010
To unsubscribe from this discussion, e-mail: [users-unsubscribe_at_tortoisesvn.tigris.org].
Received on 2012-01-04 22:22:55 CET

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.