[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: Greg Stein <gstein_at_lyra.org>
Date: 2002-11-03 23:34:25 CET

On Sun, Nov 03, 2002 at 04:00:09PM -0600, cmpilato@collab.net wrote:
> Zack Brown <zbrown@tumblerings.org> writes:
> > > `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.
> >
> > Is that possibly because the tree was patched by one of Subversion's unified
> > diffs instead of a direct commit?
>
> Possibly. Though, in this case, I think it was because we hadn't yet
> implemented the 'move' command. :-)

Yup. We didn't get the move command until November or December, as I recall.

Until that point, everything was delete-then-add. We also avoided as much of
that as possible, waiting for when we had true copies and moves.

Cheers,
-g

-- 
Greg Stein, http://www.lyra.org/
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Sun Nov 3 23:33:42 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.