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

Re: Bug? 'svn log' doesn't follow file-moves

From: <cmpilato_at_collab.net>
Date: 2002-11-03 15:39:45 CET

Zack Brown <zbrown@tumblerings.org> writes:

> Hi,
>
> When I do an 'svn log COMMITTERS', I notice that the very bottom entry
> shows COMMITTERS being renamed from AUTHORS.
>
> Is that a bug? I'd expect the log subcommand to follow file-moves.

`svn log` (without --strict) does follow file moves. However:

   rev 347: kfogel | 2001-10-29 16:20:47 -0600 (Mon, 29 Oct 2001) | 5 lines
   Changed paths:
      D /trunk/AUTHORS
      A /trunk/COMMITTERS

the absence of "(copied from ...)" on the COMMITTERS line above means
that the filesystem didn't log this operation as a true copy -- just
as an add and a delete.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 3 15:42:45 2002

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

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