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

Re: Change directories structure after repository created

From: Erik Huelsmann <ehuels_at_gmail.com>
Date: 2006-07-03 17:13:29 CEST

On 7/3/06, Ohad Horesh <ohad.horesh@gmail.com> wrote:
> Hi
>
> I made a mistake when creating the repository. Instead of creating
> trunk, tag, branches directory format I created the repository under
> the project directory.
> I already committed changes to the repository.
> Now I want to fix that and use the recommended directory format
> (trunk, tag, branches).
> How can I do this?

* Commit all changes from all working copies,
* Take your repository off line
* Dump the repository content (svnadmin dump /path/to/repos > dumpfile)
* Create a new repository
* Load the dumpfile (svnadmin load /path/to/new/repos --parent-dir
/trunk < dumpfile)

HTH,

Erik.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Mon Jul 3 17:15:59 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.