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

Re: log history for re-created files

From: Andy Levy <andy.levy_at_gmail.com>
Date: Thu, 11 Sep 2008 08:41:55 -0400

On Thu, Sep 11, 2008 at 08:34, <lfournie_at_rockwellcollins.com> wrote:
>
> Dave,
>
> Please read carefully what I wrote:
>
> If I update a file in a range where the old file exists (100-200) I would
> expect a log history on this old file (and why not on the new file)
> but I got the history on the new file ONLY...as if the old file did not
> exists. This is not consistent with the (old) local file I have in my
> sandbox.

It's because, even though that new file has the same name, it's a NEW
file. Subversion doesn't track items by their name, but rather by an
internal, unique ID. When you added the "new" file with the old name,
you created a new object altogether in the repository.

To locate the history of the original file by that same name, you need
to understand peg & operative revisions.
http://svnbook.red-bean.com/nightly/en/svn.advanced.pegrevs.html

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe_at_tortoisesvn.tigris.org
For additional commands, e-mail: users-help_at_tortoisesvn.tigris.org
Received on 2008-09-11 14:42:06 CEST

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

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