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

Re: How do I find out the ancestor of svn cp?

From: <cmpilato_at_collab.net>
Date: 2002-06-28 16:26:34 CEST

"Mats Nilsson" <mats.nilsson@xware.se> writes:

> I wrote:
> > The question is simple: how will I be able to use "svn log" to find out
> the
> > source (path/revision) of a "svn cp" or a "svn mv"? As of 0.13.1+ (version
> > 2346), "svn log --verbose" only shows the target.
>
> More thinking.
>
> Does the infrastructure for this even exist? Is the ancestor stored
> somewhere?

Yes, it does. It lives in the `copies' table, which stores, for every
copy operation that occurs, the source path and revision, and the
destination node-revision-id.

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Fri Jun 28 16:27:12 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.