[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: Ben Collins-Sussman <sussman_at_collab.net>
Date: 2004-11-09 18:20:02 CET

On Nov 9, 2004, at 7:41 AM, 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.
>

When the repository copies a directory, the historical link is
maintained.

So that means when you run 'svn log' on /projects/project1, the
historical copy is traversed, and you'll see all the changes made back
when it was located at /project1.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Tue Nov 9 18:20:40 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.