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

Re: Trouble accessing multiple repositories on the same server

From: Ryan Schmidt <subversion-2005_at_ryandesign.com>
Date: 2005-12-19 11:13:53 CET

On Dec 15, 2005, at 04:03, Kevin M Green wrote:

> 1. Can you simply move a repository from one folder to another? My
> first
> svn repository (C:\SVN) is active and has many files in it. The other
> (C:\SVN2) is new so I can recreate it in a different location such as
> c:\repos\svn2 with no trouble. But the first one has many files and
> I wonder
> if just moving it is OK. I rather thought there might be some
> references to
> the original location that could cause issues if files were moved
> and the
> references were not updated.

Yes, you can move a repository to a new location. The repository
files do not store their absolute path anywhere. You would need to
update your svnserve or apache configuration files to look for the
repository in its new location. If you've written any hook scripts,
you should check them as well for possible occurrences of the
absolute path to the repository.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Dec 19 11:23:32 2005

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.