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

How to get a list of path ancestry

From: James Sleeman <bitsyboffin_at_gmail.com>
Date: 2006-08-23 12:04:55 CEST

Short question that I can't find an answer to. Is there a way to
obtain a clear list for a given path in a repository at a given
revision, all the paths that path has in the past decended from (ie
paths that were copied to form it).

An example of what I'm looking for (not a real command!)....

---cut---
me_at_myhost:~$ svn list-ancestry -r100 svn://localhost/foo/bar.c
r100 /foo/bar.c
r90 /foo/barf.c
r80 /barf.c
---cut---

Which shows that in r80 /barf.c was created as a new file, then in r90
/barf.c was copied to /foo/barf.c which was copied in r100 to
/foo/bar.c

-- 
James Sleeman
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Aug 23 12:06:52 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.