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

Re: [TSVN] copying or moving with log history

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-03-21 22:43:54 CET

ebraden@cox.net wrote:
> I have reviewed the documentation and FAQ page and did not find an
> answer so here it goes...
>
> I am restructuring a svnserve repository to include a branches and
> trunk folder structure. I need to be able to copy or move existing
> files and folders into my new structure within the same repository
> while preserving the logs. For example, the current repository has
> all the files and folders which are the "trunk", directly under the
> parent folder of the repository. I want to move or copy these into a
> 1.0/trunk folder and preserve all the log entries.
>
> As far as I can tell, both the copy and move features create fresh
> logs and I loose all my valuable history.

Copy/move in the repository does not lose any history. But by default
the TSVN show-log function stops when it hits a copy, because it is
often a branch creation point. In your case this is a wrong assumption.
Next to the 'Get All' button is a 'Stop on copy/rename' checkbox. Make
sure that is unchecked, then click Get All.

In 1.1.4 (coming soon?) the default action will be _not_ to stop on
copies/renames, because this is a frequent cause of confusion.

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Tue Mar 22 00:37:54 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.