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

Re: Change newly made repository path.

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-09-07 21:58:44 CEST

On Sep 7, 2006, at 19:28, Tony K. wrote:

> I created a repository path but not in the correct location. It
> should have put in a subdirectory from where it is now.
>
> Can I just delete the existing repository directory and create a
> new one?
>
> There is no data in this repository, it was newly created.

You're talking about where you put the repository itself? Not about
any paths you created within the repository? Yes, sure, you can
remove and recreate the repository in the new location if you like.
You can also just move the repository elsewhere. For example, if you
did this:

$ cd /foo
$ svnadmin create repo

but you meant to put it under /foo/bar then you could just:

$ mkdir bar
$ mv repo bar/

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Sep 7 22:31:06 2006

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.