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

History of deleted file

From: Ross Boylan <ross_at_biostat.ucsf.edu>
Date: 2004-10-14 22:08:32 CEST

I was trying to discover the revision in which I deleted a file, and
found that many things I tried didn't work. Eventually I did svn log
-v on the parent directory and got the info. I see from the list
archive this is the recommended procedure (possibly with -q as well).

I guess the naive approaches fail because the file doesn't exist in
the current revision, but it seems a bit odd they don't work. Could
anyone explain why the following fail? Are any of these behaviors
bugs?

svn, version 1.0.6 (r10360)

ross@wheat:~/UCSF/peter/R/mspath/src$ svn log mspath.C.xmi
Skipped 'mspath.C.xmi'
------------------------------------------------------------------------
ross@wheat:~/UCSF/peter/R/mspath/src$ svn -r1:COMMITTED log mspath.C.xmi
Skipped 'mspath.C.xmi'
------------------------------------------------------------------------
ross_at_wheat:~/UCSF/peter/R/mspath/src$ svn log http://localhost:8000/svn/mspath/trunk src/mspath.C.xmi
svn: REPORT request failed on '/svn/!svn/bc/227/mspath/trunk'
svn: The REPORT request returned invalid XML in the response: XML parse error at line 1: Extra content at the end of the document
. (/svn/!svn/bc/227/mspath/trunk)
ross_at_wheat:~/UCSF/peter/R/mspath/src$ svn -r1:COMMITTED log http://localhost:8000/svn/mspath/trunk src/mspath.C.xmi
svn: 'http://localhost:8000/svn/mspath' is not a working copy
ross_at_wheat:~/UCSF/peter/R/mspath/src$ svn -r1:100 log http://localhost:8000/svn/mspath/trunk src/mspath.C.xmi
------------------------------------------------------------------------
r48 | (no author) | 2004-04-28 22:04:26 -0700 (Wed, 28 Apr 2004) | 3 lines
... [works]

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Thu Oct 14 22:09:09 2004

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.