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

svn cat on deleted file doesn't seem to work

From: Andrew <ash_at_onezero.org>
Date: 2006-12-08 08:14:08 CET

It seems that I cannot cat an older version of a file arraylist.cs.
I don't think I did anything unusual. Here is some output. Is this
what is supposed to happen? Any help would be appreciated. Please
send responses directly to me - I'm not on the mailing list.

% svn --version
svn, version 1.3.0 (r17949)
   compiled Jan 15 2006, 23:18:48
% ls
assert.cs
% svn diff # directory is up to date
% svn update # be sure we're up to date
At revision 15.
% svn list -r 15 # as expected - does not include arraylist.cs
assert.cs
% svn list -r 11 # as expected - includes arraylist.cs
arraylist.cs
assert.cs
% svn cat -r 11 arraylist.cs # why can't I cat arraylist.cs?
svn: 'arraylist.cs' has no URL
% svn cat -r 11 assert.cs # works fine
(assert.cs's contents)

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@subversion.tigris.org
For additional commands, e-mail: users-help@subversion.tigris.org
Received on Fri Dec 8 08:15:04 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.