Dear Andy,
The folder is shared for a backup process that just copied the folder to
an external HD in addition to taking dumps and hotcopies
Also, accessing the repo using TortoiseSvn via Http only.
Thank You
-----Original Message-----
From: Andy Levy [mailto:andy.levy_at_gmail.com]
Sent: Friday, November 11, 2011 9:25 AM
To: Jeegnesh Sheth
Cc: users_at_subversion.apache.org
Subject: Re: Moving svn repository from one drive to another on windows
server
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 16:10:39 CET