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

Subversion feature question/request

From: Russ Brown <pickscrape_at_gmail.com>
Date: 2005-07-21 18:43:59 CEST

Hello,

I have a question about a feature that I'd like to see in Subversion. If
there's already a tool that does this I'll be really happy.

What I want is a command to which I pass a URL, and returns a list of
all objects that have existed at that path in history along with the
revisions between which they existed. Effectively, a peg revision lister.

For example, say I create a branch at revision 1000, and delete it at
revision 1500:

svn cp svn://url/trunk svn://url/branches/x
500 revisions....
svn rm svn://url/trunk svn://url/branches/x

Say I then create another branche with the same name at revision 2000

If I pass this command the path I'd like output akin to the following:

svn <command> svn://url/trunk

500:1000
2000-HEAD

Or something similar. That would make working with peg revisions so much
easier.

Can this be done already, and if not how hard would it be to add?

Thanks.

-- 
Russell Brown.
---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Jul 21 18:46:27 2005

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.