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

Re: History of erased file

From: Jani Averbach <jaa_at_cc.jyu.fi>
Date: 2002-12-10 15:37:57 CET

On 10 Dec 2002, Ben Collins-Sussman wrote:

> "Roman Rytov" <rrytov@entopia.com> writes:
>
> > I had a file called a.txt which I renamed it to b.txt. Looking at
> > history of b.txt I see that it hails from a.txt and all history belonged
> > to a.txt obviously transferred to (b.txt)'s history. But since there is
> > no file a.txt anymore is it possible to figure out somehow where a.txt
> > became b.txt?
>
> Run 'svn log b.txt --verbose'.

Ok, but what if you don't know that a has been became to b?
How do you find this out? If there is myriad files it would be real pita
to try find out what has happened to a.

I think that it would be really nice if there is something like that:

(Precond: a dosen't exist at the moment)

$ svn please_tell_me_what_has_happened_to_this_item a.txt
svn:
a -> b at revision xyz

Even better:

$ svn please_tell_me_what_has_happened_to_this_item a.txt
svn:
a -(21)-> b
b -(42)-> c
c -(xyz)-> d
d is a's incarnation at the moment

Where inside parenthesis is revision number when this happened.

$ svn please_tell_me_what_has_happened_to_this_item a.txt
svn:
a has been deleted at revision xyz

What do you think?

BR, Jani

--
Jani Averbach
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@subversion.tigris.org
For additional commands, e-mail: dev-help@subversion.tigris.org
Received on Tue Dec 10 15:38:47 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.