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

Re: Correcting the import location of a project in a repository.

From: Stephan Zeissler <stephan.zeissler_at_kuttig.com>
Date: 2005-11-26 08:48:24 CET

Hi,

there are several ways to fix this:

1) Use something like the tortoise repositorybrowser and simply move the
components directory under trunk/
2) Checkout the whole repository and move it there and commit it back.
3) Make a dump, modify this dump(i think with svndumpfilter) and load it
back to a new repository.

Greetings
 Stephan

Tony wrote:

> I made an error when importing a project (here described as componentC).
> Instead of importing it under the "component" subdirectory...
>
> /repositoryA
> components/
> componentA/
> trunk/
> tags/
> branches/
> componentB/
> trunk/
> tags/
> branches/
> componentC/
> trunk/
> tags/
> branches/
> modules/
> moduleA/
> trunk/
> tags/
> branches/
> templates/
> templateA/
> trunk/
> tags/
> branches/
>
> I accidentally put it directly under the repositoryA directory,
> resulting in something like this...
>
> /repositoryA
> branches/
> tags/
> trunk/
> components/
> componentA/
> trunk/
> tags/
> branches/
> componentB/
> trunk/
> tags/
> branches/
> modules/
> moduleA/
> trunk/
> tags/
> branches/
> templates/
> templateA/
> trunk/
> tags/
> branches/
>
> Is there a way to move the project, or does one have to delete it and
> add it again?
> How does one delete a project from a repository?

-- 
Stephan Zeissler
KUTTIG Computeranwendungen GmbH
Frankfurter Straße 35
53840 Troisdorf
FON +49 (2241) 9833-0
FAX +49 (2241) 9833-100
EMAIL stephan.zeissler@kuttig.com
WEB www.kuttig.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Sat Nov 26 08:51:11 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.