You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by "J.W.T. Meakin" <jw...@autoclerk.com> on 2005/10/24 21:02:28 UTC

How do I re-organize one project in a repository

I have a project which I set up incorrectly and want to
re-organize without losing any history.

I set up the project as file:///repository/project1

and within it file:///repository/project1/trunk,
file:///repository/project1/tags and
file:///repository/project1/branches, as recommended.

However I imported my project into the root, file:///repository/project1. Bungle.
Now I want to move the whole collection into file:///repository/project1/trunk
so I can make a tagged release. How do I do it?

I've made and committed a lot of changes since I started, and I don't want to lose
the history.

Bill.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org

Re: How do I re-organize one project in a repository

Posted by Jerry Haltom <wa...@larvalstage.net>.
You just svn mv it.

The history is still there, on the old path.

On Mon, 2005-10-24 at 14:02 -0700, J.W.T. Meakin wrote:
> I have a project which I set up incorrectly and want to
> re-organize without losing any history.
> 
> I set up the project as file:///repository/project1
> 
> and within it file:///repository/project1/trunk,
> file:///repository/project1/tags and
> file:///repository/project1/branches, as recommended.
> 
> However I imported my project into the root, file:///repository/project1. Bungle.
> Now I want to move the whole collection into file:///repository/project1/trunk
> so I can make a tagged release. How do I do it?
> 
> I've made and committed a lot of changes since I started, and I don't want to lose
> the history.
> 
> Bill.
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org
> 


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org