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

Re: Obtaining a list of ancestor files

From: Ryan Schmidt <subversion-2006c_at_ryandesign.com>
Date: 2006-08-23 16:29:12 CEST

On Aug 23, 2006, at 11:52, James Sleeman wrote:

> Hi all. Is there any way of obtaining for a given file in a
> repository at a given revision the list of all the previous names
> (paths) it's been known as (it was copied from)?
>
> For example, something like:
>
> me_at_myhost :~/> svn ancestry -r100 svn://.../foo/bar.c
> r100 /foo/bar.c
> r60 /foo/barf.c
> r10 /bar.c

Well... not particularly. The info is all there if you run

svn log -v svn://.../foo/bar.c

but there would be a bit of parsing necessary to make it return the
concise list you requested.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 23 16:31:34 2006

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

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