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

Correcting the import location of a project in a repository.

From: Tony <tony.kruse_at_gmail.com>
Date: 2005-11-26 04:56:27 CET

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?
Received on Sat Nov 26 04:58:01 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.