[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: Ohad Horesh <ohad.horesh_at_gmail.com>
Date: 2006-07-04 07:15:31 CEST

Problem solved
Thank you Erik

Ohad.

On 7/3/06, Erik Huelsmann <ehuels@gmail.com> wrote:
> 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 Tue Jul 4 07:16:52 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.