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

Re: directory copy

From: David Kramer <david_at_thekramers.net>
Date: 2004-11-12 21:13:07 CET

On Tue, 9 Nov 2004 tanerd@riskturk.com wrote:

> hi,
>
> I will reorginize my svn repository. I want to copy a directory to another
> directory.
>
> svn://..../repository/project1
>
> to
>
> svn://..../repository/projects/project1
>
> Therefore, I want to carry history of project1.
> How can I do? I use "svn copy" command but this command copy directory
> with one revision not all history.

I went through this as a "growing pain/learning experience" recently.
What I figured out was this: Do a dump on the existing repository, edit
the dump file to change the paths, create the repository again, and load
it. Worked a treat, and I kept all my history.

----------------------------------------------------------------------------
DDDD David Kramer david_at_thekramers.net http://thekramers.net
DK KD Some people have told me they don't think a fat penguin really
DKK D embodies the grace of Linux, which just tells me they have never seen
DK KD an angry penguin charging at them in excess of 100mph. They'd be a
DDDD lot more careful about what they say if they had. Linus Torvalds

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Nov 12 21:13:23 2004

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.