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

RE: file was removed - history has gone with it???

From: Rob van Oostrum <rob.vanoostrum_at_blastradius.com>
Date: 2006-03-08 17:28:11 CET

Update the directory that used to contain that file to HEAD and run svn
log -v to find the revision that included the deletion of that file.

If you update to the prior revision svn log is only going to look back
from there, and it wouldn't hit the revision that deleted the file.

If you update to HEAD and try to query the file, SVN is correct in
reporting the file is not under version control AT THAT URL, AT THAT
REVISION.

Cheers
Rob

> -----Original Message-----
> From: Luke Diamand [mailto:luke@diamand.org]
> Sent: Saturday, March 04, 2006 1:29 PM
> To: users@subversion.tigris.org
> Subject: file was removed - history has gone with it???
>
>
> I have a file in a repository that has been svn removed at some stage
in
> the last few days.
>
> I'd like to know who removed it and why.
>
> If I update it to the version just prior to its removal (1280) then
"svn
> log" seems only to report the changes prior to its removal - i.e. not
> the change I want.
>
> If I update it to the version where it has been removed (1281) then
svn
> just tells me the file is not under revision control (which is clearly
> untrue).
>
> If I do "svn log" on the entire directory, then there is no sign of
any
> comments about this change.
>
> What gives?
>
> Luke Diamand
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
> For additional commands, e-mail: users-help@subversion.tigris.org

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Wed Mar 8 18:34:51 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.