You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@subversion.apache.org by Ross Boylan <ro...@biostat.ucsf.edu> on 2004/10/14 20:08:32 UTC

History of deleted file

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@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@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@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

Re: History of deleted file--one mystery down

Posted by Ross Boylan <ro...@biostat.ucsf.edu>.
On Thu, 2004-10-14 at 13:08, Ross Boylan wrote:

> ross@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
OK, the fine manual has this to say:

Note
PREV, BASE, and COMMITTED can be used to refer to local paths, but not
to URLs.

So that explains why this particular command didn't work.  I'm still
wondering about the others.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org