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

Re: reorganizing the repository.

From: David Weintraub <qazwart_at_gmail.com>
Date: Tue, 5 Aug 2008 15:25:55 -0400

On Tue, Aug 5, 2008 at 11:19 AM, N D <niranjan8712_at_gmail.com> wrote:
> my repo was:
>
> /trunk/<som_contents>
>
> i reorganized it as
>
> /trunk/new_folder/<some_contents>
>
> will this affect the history? will i loose it?

If you used "svn cp" and "svn mv" to do your restructuring, the
history won't be affected. When you do a "svn log", it will show you
the history of a file or directory even back to the time of the old
structure. Unless, of course you specified "--stop-on-copy" which will
stop showing the log at the time of the restructuring.

--
David Weintraub
qazwart_at_gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_subversion.tigris.org
For additional commands, e-mail: users-help_at_subversion.tigris.org
Received on 2008-08-05 21:26:23 CEST

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.