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

Re: Moving svn repository from one drive to another on windows server

From: Andy Levy <andy.levy_at_gmail.com>
Date: Fri, 11 Nov 2011 09:24:41 -0500

On Fri, Nov 11, 2011 at 08:54, Jeegnesh Sheth <jsheth_at_src-solutions.com> wrote:
> Have my svn on windows server with apache and being accessed via HTTP
>
> Apache config monitor states this
>
> Apache/2.063(win32) SVN/1.5.1 mod_auth_sspi/1.0.4DAV/2
> Currently my repo is on C:\svnrepo [this is a shared drive]
>
> As space is becoming an issue, we have added an extra drive and would like
> to move te above said to the new drive designated with label ‘E:’
>
> What are the steps to achieve this?

Stop Apache.
Copy c:\svnrepo to e:\
Update your Apache config and any other files that have references to
c:\svnrepo to point to e:\svnrepo
Start Apache

Curious as to what you mean by c:\svnrepo being a "shared drive". The
C$ administrative shares should be disabled by default or at least
tightly restricted, and you shouldn't be accessing the repository over
the network using file:///.

Of course, make sure you have backups before doing any of this, and
you'll be trying it first on a test system, right?
Received on 2011-11-11 15:25:55 CET

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.