Accessing history after copy?
From: Jim Paris <jim_at_jtan.com>
Date: 2004-02-24 09:24:04 CET
I had a file foo/NEWS that I removed a few revisions ago.
$ svn mkdir trunk
Then I decided that I wanted to see what I had in NEWS:
$ cd trunk/foo
Hmm, not going to happen. I tried to look at an old revision of a
$ svn cat -r 83 debug.h
This seems very weird to me. I can still get the old revisions if I
$ svn cat -r 80 https://example.com/svn/blah/foo/NEWS
The question: is this expected behavior? I thought Subversion was
-jim
---------------------------------------------------------------------
|
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.