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

Re: RA layer change needed?

From: Philip Martin <philip_at_codematters.co.uk>
Date: 2003-05-06 01:27:41 CEST

"Sander Striker" <striker@apache.org> writes:

> To be able to support:
>
> svn cat -rX FILE
>
> and
>
> svn diff -rX:Y FILE
>
> where FILE is some file in the working copy, we'd need something new in
> the RA layer. At least IMHO ;). What would be needed is the following:
>
> given FILE at revision Z, go back to revision X and return its
> content (and path?).

Just the path, not the content.

  svn diff -rX:Y directory

What is the "content" of a directory? Once the path is known the
content can be obtained if required.

Perhaps we really need a history function, something that returns the
revisions and paths at which an item changed. A bit like the verbose
log function but without the overhead of the messages or the entries
within a directory. A function to tell me the essentials about the
path: it changed at revision X, it got copied from here at revision Y.

-- 
Philip Martin
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue May 6 01:28:25 2003

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.